aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblcr.c
AgeCommit message (Expand)Author
2019-08-08net: delete "register" keywordAlexey Dobriyan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-04-27ipvs: initialize tbl->entries after allocationCong Wang
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva
2018-02-27net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2015-09-24ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman
2014-09-16ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu
2013-06-26ipvs: provide iph to schedulersJulian Anastasov
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-04-23ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
2013-04-02ipvs: convert services to rcuJulian Anastasov
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov
2013-04-02ipvs: convert lblcr scheduler to rcuJulian Anastasov
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26IPVS: ip_vs_lblcr: use list headASimon Horman
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder
2009-07-30IPVS: use pr_fmtHannes Eder
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman
2008-11-03net: '&' reduxAlexey Dobriyan
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz