summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_sctp.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
* netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal2019-05-311-2/+2
* ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long2019-03-011-5/+2
* ipvs: avoid indirect calls when calculating checksumsMatteo Croce2019-01-281-3/+5
* ipvs: add assured state for conn templatesJulian Anastasov2018-07-181-0/+2
* ipvs: add ipv6 support to ftpJulian Anastasov2018-06-011-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long2017-09-081-1/+2
* netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long2017-09-081-2/+5
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-9/+2
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-3/+3
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-011-8/+7
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-1/+1
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* 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-2/+2
* 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: Hoist computation of ipvs earlier in sctp_conn_scheduleEric W. Biederman2015-09-241-2/+3
* ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell2015-09-011-17/+23
* ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-011-0/+6
* ipvs: use the new dest addr family fieldJulian Anastasov2014-09-181-1/+1
* net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann2013-10-301-6/+33
* net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann2013-10-281-2/+7
* net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-271-20/+3
* ipvs: replace the SCTP state machineJulian Anastasov2013-06-261-701/+153
* ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-261-8/+10
* ipvs: off by one in set_sctp_state()Dan Carpenter2013-04-231-1/+1
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-2/+2
* ipvs: convert services to rcuJulian Anastasov2013-04-021-7/+7
* ipvs: convert app locksJulian Anastasov2013-04-021-12/+6
* ipvs: fix sctp chunk length orderJulian Anastasov2013-03-191-7/+9
* ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann2013-02-061-18/+17
* ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-26/+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-10/+4
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* IPVS: Use correct lock in SCTP moduleSimon Horman2011-02-031-1/+1
* 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-9/+7
* IPVS: netns preparation for proto_sctpHans Schillstrom2011-01-131-63/+58
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-2/+3
* IPVS: Handle Scheduling errors.Hans Schillstrom2010-11-251-3/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-211-3/+5
|\