aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman
2011-03-15ipvs: rename estimator functionsJulian Anastasov
2011-03-15ipvs: optimize rates readingJulian Anastasov
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov
2011-03-15ipvs: reorganize tot_statsJulian Anastasov
2011-03-15netfilter:ipvs: use kmemdupShan Wei
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao
2011-02-22ipvs: use hlist instead of listChangli Gao
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom
2011-01-13IPVS: netns, trash handlingHans Schillstrom
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom