summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblc.c
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-2/+2
* ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman2015-09-241-2/+1
* ipvs: address family of LBLC entry depends on svc familyJulian Anastasov2014-09-161-6/+6
* ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu2014-03-071-7/+6
* ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-151-1/+1
* ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov2013-09-181-37/+31
* ipvs: fix overflow on dest weight multiplySimon Kirby2013-09-181-2/+2
* ipvs: provide iph to schedulersJulian Anastasov2013-06-261-7/+5
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-1/+1
* ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2013-04-231-1/+1
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-2/+2
* ipvs: convert services to rcuJulian Anastasov2013-04-021-0/+1
* ipvs: convert sched_lock to spin lockJulian Anastasov2013-04-021-9/+9
* ipvs: do not expect result from done_serviceJulian Anastasov2013-04-021-3/+1
* ipvs: convert lblc scheduler to rcuJulian Anastasov2013-04-021-41/+55
* netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman2012-11-191-1/+1
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-1/+6
* ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-1/+1
* ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-0/+3
|\
| * ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-301-0/+3
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+1
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
|/
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-6/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2011-03-151-5/+10
* IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2011-03-151-3/+13
* ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-251-10/+3
* ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-161-1/+1
* IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman2011-02-011-10/+10
* IPVS: netns awarness to lblc shedulerHans Schillstrom2011-01-131-16/+34
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-3/+34
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-1/+1
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-021-3/+3
* IPVS: use pr_fmtHannes Eder2009-07-301-0/+3
* IPVS: Make "no destination available" message more consistent between schedulersSimon Horman2008-12-291-1/+1
* net: '&' reduxAlexey Dobriyan2008-11-031-1/+1
* IPVS: Remove supports_ipv6 scheduler flagJulius Volz2008-11-031-3/+0
* IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz2008-11-031-24/+39
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-7/+4
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+555