summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso2012-05-081-6/+9
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-083-157/+280
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-084-46/+137
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-082-32/+133
* ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-42/+23
* ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov2012-05-081-7/+26
* ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov2012-05-081-5/+5
* ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov2012-05-081-1/+1
* ipvs: use GFP_KERNEL allocation where possibleSasha Levin2012-05-081-1/+1
* ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-079-38/+90
|\
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-302-22/+39
| * ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-304-5/+21
| * ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-302-0/+6
| * ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
| * ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
| * ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2
| * ipvs: Verify that IP_VS protocol has been registeredSasha Levin2012-04-251-9/+18
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-7/+0
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-203-6/+3
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-1511-49/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-102-2/+0
|\|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* | ipvs: Stop using NLA_PUT*().David S. Miller2012-04-021-50/+58
|/
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+0
|\
| * drop "select GCD" from three Kconfig filesPaul Bolle2011-11-131-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-023-4/+10
|\ \
| * | ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-313-4/+10
| |/
* | ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-282-2/+2
* | Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-252-1/+32
|\ \
| * | IPVS: Modify the SH scheduler to use weightsMichael Maxim2011-12-132-1/+32
* | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
* | | net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-4/+4
|/ /
* / net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-223-9/+9
|/
* ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski2011-11-011-1/+1
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-018-42/+23
* ipvs: Removed unused variablesSimon Horman2011-11-011-4/+0
* ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-014-24/+14
* ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-012-2/+2
* ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski2011-11-011-2/+3
* Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-10-172-51/+86
|\