aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblcr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08net: delete "register" keywordAlexey Dobriyan1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-04-27ipvs: initialize tbl->entries after allocationCong 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-3/+3
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 LBLCR entry depends on svc familyJulian Anastasov1-6/+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 LBLCRJulian Anastasov1-30/+20
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby1-6/+6
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu1-4/+4
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-6/+6
2013-04-02ipvs: convert services to rcuJulian Anastasov1-0/+1
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov1-13/+13
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-3/+1
2013-04-02ipvs: convert lblcr scheduler to rcuJulian Anastasov1-81/+90
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-1/+1
2012-05-08ipvs: LBLCR 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-9/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman1-4/+10
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman1-6/+15
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao1-18/+7
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 lblcr shedulerHans Schillstrom1-18/+36
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-4/+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
2010-02-26IPVS: ip_vs_lblcr: use list headASimon Horman1-23/+21
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-6/+8
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