aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAge
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-29
* IPVS: Free resources on module removalSimon Horman2011-08-15
* IPVS netns exit causes crash in conntrackHans Schillstrom2011-06-13
* ipvs: restore support for iptables SNATJulian Anastasov2011-06-05
* IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2011-05-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-17
|\
| * IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom2011-05-15
* | ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-12
* | ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller2011-05-12
* | ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller2011-05-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-11
|\|
| * IPVS: init and cleanup restructuringHans Schillstrom2011-05-10
| * IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2011-05-10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-19
|\ \ | |/ |/|
| * IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman2011-04-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-11
|\ \
| * | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom2011-04-04
| |/
* / Fix common misspellingsLucas De Marchi2011-03-31
|/
* IPVS: Use global mutex in ip_vs_app.cSimon Horman2011-03-21
* ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet2011-03-21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-15
|\
| * IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman2011-03-14
| * IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2011-03-14
| * IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman2011-03-14
| * IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2011-03-14
| * IPVS: Add expire_quiescent_template()Simon Horman2011-03-14
| * IPVS: Add sysctl_expire_nodest_conn()Simon Horman2011-03-14
| * IPVS: Add sysctl_sync_ver()Simon Horman2011-03-14
| * IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-14
| * IPVS: Add sysctl_nat_icmp_send()Simon Horman2011-03-14
| * IPVS: Add sysctl_snat_reroute()Simon Horman2011-03-14
| * IPVS: Add ip_vs_route_me_harder()Simon Horman2011-03-14
| * ipvs: rename estimator functionsJulian Anastasov2011-03-14
| * ipvs: optimize rates readingJulian Anastasov2011-03-14
| * ipvs: properly zero stats and ratesJulian Anastasov2011-03-14
| * ipvs: reorganize tot_statsJulian Anastasov2011-03-14
| * netfilter:ipvs: use kmemdupShan Wei2011-03-14
| * ipvs: remove _bh from percpu stats readingJulian Anastasov2011-03-14
| * ipvs: avoid lookup for fwmark 0Julian Anastasov2011-03-14
* | ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* | ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-12
* | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* | ipv4: Create and use route lookup helpers.David S. Miller2011-03-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-04
|\ \
| * | ipvs: fix dst_lock locking on dest updateJulian Anastasov2011-03-01
* | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-02
* | | xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-02
| |/ |/|
* | ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-24
* | ipvs: use enum to instead of magic numbersChangli Gao2011-02-23
* | ipvs: use hlist instead of listChangli Gao2011-02-22