summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblc.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-4/+1
* ipvs: add missing module descriptionsFlorian Westphal2023-11-081-0/+1
* netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-3/+7
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong 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-1/+1
* 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