aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov1-2/+15
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov1-4/+4
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole1-22/+0
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman1-5/+3
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into [un]register_ip_vs_proto_netnsEric W. Biederman1-8/+7
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-10/+2
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer1-3/+3
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin1-1/+1
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+27
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom1-2/+9
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin1-9/+18
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-6/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+2
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-2/+2
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-9/+2
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao1-0/+4
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-7/+14
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom1-0/+6
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom1-0/+3
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom1-0/+3
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom1-1/+12
2011-01-13IPVS: netns, prepare protocolHans Schillstrom1-0/+66
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-0/+19
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-4/+4
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder1-0/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy1-16/+12
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-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy1-0/+3
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+2
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-2/+5
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-12/+7
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-3/+3
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-12/+7
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+288