summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
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/...David 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
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2-9/+28
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman1-2/+11
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman1-1/+7
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman1-2/+2
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman3-9/+9
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman1-3/+8
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman1-4/+16
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman1-26/+22
2011-03-15ipvs: rename estimator functionsJulian Anastasov2-8/+8
2011-03-15ipvs: optimize rates readingJulian Anastasov2-39/+25
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov2-43/+68
2011-03-15ipvs: reorganize tot_statsJulian Anastasov3-26/+28
2011-03-15netfilter:ipvs: use kmemdupShan Wei2-7/+5
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov1-4/+4
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov1-3/+5
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller2-13/+11
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2-2/+2
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-12/+2
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+6
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-2/+7
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov1-2/+2
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao4-63/+13
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao1-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao1-23/+29
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf10-14/+41
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov1-25/+3
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang1-2/+2
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter1-1/+1
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman1-1/+1
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman1-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman3-25/+29
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman1-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao1-3/+1
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom1-1/+1
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman1-2/+2
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao2-0/+8
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom7-32/+1
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom2-6/+9
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom1-12/+9
2011-01-13IPVS: netns, trash handlingHans Schillstrom1-12/+11
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom3-13/+13