aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_sctp.c
AgeCommit message (Expand)Author
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
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-24ipvs: Hoist computation of ipvs earlier in sctp_conn_scheduleEric W. Biederman
2015-09-01ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin
2013-04-23ipvs: off by one in set_sctp_state()Dan Carpenter
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
2013-03-19ipvs: fix sctp chunk length orderJulian Anastasov
2013-02-06ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann
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-03-31Fix common misspellingsLucas De Marchi
2011-02-03IPVS: Use correct lock in SCTP moduleSimon 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_sctpHans Schillstrom
2011-01-13IPVS: netns to services part 1Hans Schillstrom
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-21ipvs: provide address family for debuggingJulian Anastasov