aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang1-0/+1
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat1-1/+2
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-02-27net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai1-0/+1
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman1-2/+1
2014-09-16ipvs: address family of LBLC entry depends on svc familyJulian Anastasov1-6/+6
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu1-7/+6
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov1-1/+1
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov1-37/+31
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby1-2/+2
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-7/+5
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-04-23ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov1-1/+1
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-2/+2
2013-04-02ipvs: convert services to rcuJulian Anastasov1-0/+1
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov1-9/+9
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-3/+1
2013-04-02ipvs: convert lblc scheduler to rcuJulian Anastasov1-41/+55
2012-11-19netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman1-1/+1
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-1/+6
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-1/+1
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom1-0/+3
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-6/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman1-5/+10
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman1-3/+13
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao1-10/+3
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf1-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman1-10/+10
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom1-16/+34
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-3/+34
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
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
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-1/+1
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-3/+3
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman1-1/+1
2008-11-03net: '&' reduxAlexey Dobriyan1-1/+1
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz1-3/+0
2008-11-03IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz1-24/+39
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-7/+4