aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-22/+10
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-19/+50
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner1-4/+29
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov1-15/+21
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+22
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov1-3/+3
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-4/+5
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2014-05-26ipvs: Fix panic due to non-linear skbPeter Christensen1-5/+10
2014-04-23netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida1-1/+1
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-54/+1
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-21/+21
2013-09-18ipvs: make the service replacement more robustJulian Anastasov1-2/+10
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-2/+2
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov1-1/+2
2013-05-27ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba1-0/+35
2013-04-23ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman1-2/+2
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov1-1/+2
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-29/+8
2013-04-02ipvs: convert services to rcuJulian Anastasov1-17/+9
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov1-0/+6
2013-04-02ipvs: remove rs_lock by using RCUJulian Anastasov1-3/+2
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov1-4/+7
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-7/+1
2013-03-19ipvs: remove extra rcu lockJulian Anastasov1-2/+0
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov1-4/+8
2013-03-19ipvs: fix some sparse warningsJulian Anastasov1-7/+1
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-2/+2
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-65/+51
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer1-21/+96
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-108/+103
2012-09-28ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer1-6/+2
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer1-1/+1
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov1-3/+73
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy1-12/+12
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-28/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom1-0/+9
2012-04-26ipvs: reset ipvs pointer in netnsJulian Anastasov1-0/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-02-04ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+2
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman1-7/+6
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+9
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-25/+4