aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblcr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-03IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz1-37/+53
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-11/+8
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+755