summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_proto_udp.c
AgeCommit message (Expand)Author
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric 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 register_app and unregister_appEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman
2015-09-01ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell
2013-04-02ipvs: convert services to rcuJulian Anastasov
2013-04-02ipvs: convert app locksJulian Anastasov
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom
2011-01-13IPVS: netns to services part 1Hans Schillstrom
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom
2010-10-21ipvs: provide address family for debuggingJulian Anastasov
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov
2010-10-21ipvs: optimize checksums for appsJulian Anastasov
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman
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-11-06ipvs: oldlen, newlen should be be16, not be32Harvey Harrison
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz