summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_proto_tcp.c
AgeCommit message (Expand)Author
2019-08-13netfilter: remove unnecessary spacesyangxingwu
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-01ipvs: change some data types from int to boolAndrea Claudi
2019-01-28ipvs: use indirect call wrappersMatteo Croce
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov
2018-04-09netfilter: ipvs: Fix space before '[' error.Arvind Yadav
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2016-07-07ipvs: count pre-established TCP states as activeMichal Kubecek
2015-09-24ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman
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 TCP packetsAlex Gartrell
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
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_tcpHans 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