aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-04ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+10
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov3-4/+10
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2-2/+2
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2-1/+32
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-4/+4
2011-12-13IPVS: Modify the SH scheduler to use weightsMichael Maxim2-1/+32
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan3-9/+9
2011-11-13drop "select GCD" from three Kconfig filesPaul Bolle1-1/+0
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches8-42/+23
2011-11-01ipvs: Removed unused variablesSimon Horman1-4/+0
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman4-24/+14
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2-2/+2
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski1-2/+3
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2-51/+86
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom2-51/+86
2011-10-05netfilter: Use proper rwlock init functionThomas Gleixner1-1/+1
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6David S. Miller1-0/+1
2011-07-22IPVS: Free resources on module removalSimon Horman1-0/+1
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-9/+18
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom4-53/+4
2011-06-14IPVS: labels at pos 0Hans Schillstrom2-9/+9
2011-06-13IPVS netns exit causes crash in conntrackHans Schillstrom2-1/+10
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom7-38/+38
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov1-14/+38
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov1-8/+8
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-8/+19
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-6/+6
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom3-6/+6
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2-46/+50
2011-05-12ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller1-3/+4
2011-05-12ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller1-9/+15
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller7-99/+241
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom7-80/+206
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2-22/+38
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-3/+0
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-04-05IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman1-3/+0
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi4-8/+8
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-13/+10
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet1-1/+1
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller8-210/+312
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman1-36/+62
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2-9/+20
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman1-2/+7