aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-4/+2
2010-10-21ipvs: changes for local real serverJulian Anastasov1-14/+4
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-04IPVS: Allow configuration of persistence enginesSimon Horman1-3/+54
2010-10-04IPVS: ip_vs_{un,}bind_scheduler NULL argumentsSimon Horman1-2/+1
2010-10-04IPVS: Allow null argument to ip_vs_scheduler_put()Simon Horman1-9/+4
2010-09-21ipvs: changes related to service usecntJulian Anastasov1-151/+99
2010-09-21ipvs: make rerouting optional with snat_rerouteJulian Anastasov1-0/+8
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov1-0/+12
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov1-2/+3
2010-08-26ipvs: switch to GFP_KERNEL allocationsSimon Horman1-2/+2
2010-08-26IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman1-3/+3
2010-08-25net/netfilter/ipvs: Eliminate memory leakJulia Lawall1-1/+2
2010-06-22IPVS: one-packet schedulingNick Chalk1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy1-2/+3
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+13
2010-01-05IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE1-4/+4
2010-01-04ipvs: Add boundary check on ioctl argumentsArjan van de Ven1-1/+13
2009-12-15ipvs: zero usvc and udestSimon Horman1-0/+4
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-3/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-32/+30
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2009-07-12genetlink: make netns awareJohannes Berg1-1/+1
2009-05-21ipvs: Use genl_register_family_with_ops()Michał Mirosław1-16/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-23/+23
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz1-18/+6
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-2/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-4/+4
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+3443