summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2011-06-13IPVS netns exit causes crash in conntrackHans Schillstrom-1/+10
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
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov-43/+68
2011-03-15ipvs: reorganize tot_statsJulian Anastasov-26/+28
2011-03-15netfilter:ipvs: use kmemdupShan Wei-7/+5
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov-4/+4
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov-3/+5
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller-13/+11
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-2/+2
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller-12/+2
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller-3/+6
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller-2/+7
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov-2/+2
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao-63/+13
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao-23/+29
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf-14/+41
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov-25/+3