summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblcr.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: initialize tbl->entries after allocationCong Wang2018-04-271-0/+1
* ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat2018-04-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-2/+2
|\
| * ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-131-2/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/
* net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-081-5/+6
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-3/+3
* 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 LBLCR entry depends on svc familyJulian Anastasov2014-09-161-6/+6
* ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-151-1/+1
* ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov2013-09-181-30/+20
* ipvs: fix overflow on dest weight multiplySimon Kirby2013-09-181-6/+6
* ipvs: fixed spacing at for statementsDragos Foianu2013-08-061-4/+4
* 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-6/+6
* ipvs: convert services to rcuJulian Anastasov2013-04-021-0/+1
* ipvs: convert sched_lock to spin lockJulian Anastasov2013-04-021-13/+13
* ipvs: do not expect result from done_serviceJulian Anastasov2013-04-021-3/+1
* ipvs: convert lblcr scheduler to rcuJulian Anastasov2013-04-021-81/+90
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+4
* ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-1/+1
* ipvs: LBLCR 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-9/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2011-03-151-4/+10
* IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2011-03-151-6/+15
* ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-251-18/+7
* 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 lblcr shedulerHans Schillstrom2011-01-131-18/+36
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-4/+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
* IPVS: ip_vs_lblcr: use list headASimon Horman2010-02-261-23/+21
* 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-6/+8
* 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-37/+53
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-11/+8