summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* netfilter: remove unnecessary spacesyangxingwu2019-08-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal2019-05-311-2/+2
|/
* ipvs: change some data types from int to boolAndrea Claudi2019-03-011-4/+4
* ipvs: use indirect call wrappersMatteo Croce2019-01-281-1/+2
* ipvs: avoid indirect calls when calculating checksumsMatteo Croce2019-01-281-5/+7
* ipvs: add assured state for conn templatesJulian Anastasov2018-07-181-0/+2
* ipvs: add ipv6 support to ftpJulian Anastasov2018-06-011-2/+2
* netfilter: ipvs: Fix space before '[' error.Arvind Yadav2018-04-091-2/+2
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-081-0/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-9/+1
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-1/+1
* ipvs: count pre-established TCP states as activeMichal Kubecek2016-07-071-2/+23
* ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman2015-09-241-2/+2
* ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman2015-09-241-6/+2
* 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-3/+3
* ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman2015-09-241-2/+2
* ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman2015-09-241-1/+1
* ipvs: support scheduling inverse and icmp TCP packetsAlex Gartrell2015-09-011-11/+28
* ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-011-0/+7
* ipvs: use the new dest addr family fieldJulian Anastasov2014-09-181-1/+1
* ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-261-6/+8
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-4/+4
* ipvs: convert services to rcuJulian Anastasov2013-04-021-7/+7
* ipvs: convert app locksJulian Anastasov2013-04-021-12/+6
* ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-25/+15
* 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-4/+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-3/+2
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-15/+12
* IPVS: netns preparation for proto_tcpHans Schillstrom2011-01-131-45/+52
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-3/+4
* 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/+5
* 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-48/+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