summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman2015-09-241-5/+3
* ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman2015-09-241-2/+2
* ipvs: Pass ipvs not net into [un]register_ip_vs_proto_netnsEric W. Biederman2015-09-241-8/+7
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-10/+2
* ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-281-3/+3
* ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: use GFP_KERNEL allocation where possibleSasha Levin2012-05-081-1/+1
* ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-11/+27
|\
| * ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-2/+9
| * ipvs: Verify that IP_VS protocol has been registeredSasha Levin2012-04-251-9/+18
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-6/+6
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+2
* IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-2/+2
* IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-9/+2
* netfilter: ipvs: fix compiler warningsChangli Gao2011-01-221-0/+4
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-7/+14
* IPVS: netns preparation for proto_ah_espHans Schillstrom2011-01-131-0/+6
* IPVS: netns preparation for proto_sctpHans Schillstrom2011-01-131-0/+3
* IPVS: netns preparation for proto_udpHans Schillstrom2011-01-131-0/+3
* IPVS: netns preparation for proto_tcpHans Schillstrom2011-01-131-1/+12
* IPVS: netns, prepare protocolHans Schillstrom2011-01-131-0/+66
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-0/+19
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-4/+4
* netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder2010-07-231-0/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2010-04-081-16/+12
|/
* ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy2010-02-181-0/+3
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+2
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-021-1/+1
* IPVS: use pr_fmtHannes Eder2009-07-301-2/+5
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-12/+7
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-3/+3
* netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-12/+7
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+288