aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-03-01ipvs: change some data types from int to boolAndrea Claudi1-4/+4
2019-01-28ipvs: use indirect call wrappersMatteo Croce1-1/+2
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce1-5/+7
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov1-0/+2
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov1-2/+2
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-9/+1
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman1-6/+3
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-4/+2
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman1-2/+4
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-1/+1
2015-09-01ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell1-9/+18
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell1-0/+6
2013-04-02ipvs: convert services to rcuJulian Anastasov1-7/+7
2013-04-02ipvs: convert app locksJulian Anastasov1-13/+6
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-25/+16
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-9/+13
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom1-1/+4
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman1-3/+2
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-1/+1
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-1/+1
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom1-6/+6
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom1-2/+2
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-7/+4
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom1-43/+43
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-2/+3
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom1-2/+8
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-2/+2
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov1-2/+4
2010-10-21ipvs: optimize checksums for appsJulian Anastasov1-6/+25
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov1-5/+5
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman1-54/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
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-0/+3
2008-11-06ipvs: oldlen, newlen should be be16, not be32Harvey Harrison1-4/+4
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+533