summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov-4/+10
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches-42/+23
2011-11-01ipvs: Removed unused variablesSimon Horman-4/+0
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman-24/+14
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman-2/+2
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski-2/+3
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller-51/+86
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom-51/+86
2011-10-05netfilter: Use proper rwlock init functionThomas Gleixner-1/+1
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller-0/+1
2011-07-22IPVS: Free resources on module removalSimon Horman-0/+1
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-9/+18
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom-53/+4
2011-06-14IPVS: labels at pos 0Hans Schillstrom-9/+9
2011-06-13IPVS netns exit causes crash in conntrackHans Schillstrom-1/+10
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom-38/+38
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov-14/+38
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov-8/+8
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom-8/+19
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-6/+6
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom-6/+6
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov-46/+50
2011-05-12ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller-3/+4
2011-05-12ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller-9/+15
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-99/+241
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom-80/+206
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom-22/+38
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-3/+0
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2011-04-05IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman-3/+0
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-8/+8
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman-13/+10
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet-1/+1
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-210/+312
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman-36/+62
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman-9/+20
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman-2/+7
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman-9/+28
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman-2/+11
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman-1/+7
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman-2/+2
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman-9/+9
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman-3/+8
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman-4/+16
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman-26/+22
2011-03-15ipvs: rename estimator functionsJulian Anastasov-8/+8
2011-03-15ipvs: optimize rates readingJulian Anastasov-39/+25