aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat1-1/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2015-09-01ipvs: sh: support scheduling icmp/inverse packets consistentlyAlex Gartrell1-24/+21
2014-09-18ipvs: use correct address family in scheduler logsJulian Anastasov1-4/+4
2013-10-15ipvs: improved SH fallback strategyAlexander Frolkin1-10/+29
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann1-0/+6
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin1-15/+85
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-6/+4
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich1-1/+1
2013-04-02ipvs: convert services to rcuJulian Anastasov1-0/+1
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-3/+1
2013-04-02ipvs: convert sh scheduler to rcuJulian Anastasov1-36/+45
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-1/+1
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-12-13IPVS: Modify the SH scheduler to use weightsMichael Maxim1-1/+17
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+2
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf1-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-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-1/+1
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman1-0/+1
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz1-3/+0
2008-11-02IPVS: Add IPv6 support to SH and DH schedulersJulius Volz1-9/+21
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-5/+2
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+258