summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_udp.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman2015-09-241-6/+3
* ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman2015-09-241-4/+2
* ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-2/+2
* ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman2015-09-241-2/+4
* ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman2015-09-241-1/+1
* ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell2015-09-011-9/+18
* ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-011-0/+6
* ipvs: convert services to rcuJulian Anastasov2013-04-021-7/+7
* ipvs: convert app locksJulian Anastasov2013-04-021-13/+6
* ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-25/+16
* ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-9/+13
* ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+4
* ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-011-3/+2
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-1/+1
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-1/+1
* IPVS: netns awareness to ip_vs_appHans Schillstrom2011-01-131-6/+6
* IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom2011-01-131-2/+2
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-7/+4
* IPVS: netns preparation for proto_udpHans Schillstrom2011-01-131-43/+43
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-2/+3
* IPVS: Handle Scheduling errors.Hans Schillstrom2010-11-251-2/+8
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-2/+2
* ipvs: do not schedule conns from real serversJulian Anastasov2010-10-211-2/+4
* ipvs: optimize checksums for appsJulian Anastasov2010-10-211-6/+25
* ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2010-10-211-5/+5
* ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman2010-08-021-54/+2
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+1
* 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-0/+3
* ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2008-11-061-4/+4
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+533