summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_proto.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into [un]register_ip_vs_proto_netnsEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom
2011-01-13IPVS: netns, prepare protocolHans Schillstrom
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom
2010-10-21ipvs: provide address family for debuggingJulian Anastasov
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder
2009-07-30IPVS: use pr_fmtHannes Eder
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz