aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
AgeCommit message (Expand)Author
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2021-10-06sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-09-26sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner
2021-08-04sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-07-19sctp: add size validation when walking chunksMarcelo Ricardo Leitner
2021-07-19sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2020-11-24sctp: change to hold/put transport for proto_unreach_timerXin Long
2019-12-04sctp: cache netns in sctp_ep_commonXin Long
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long
2017-02-19sctp: check duplicate node before inserting a new transportXin Long
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long
2016-08-19sctp: linearize early if it's not GSOMarcelo Ricardo Leitner
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner
2016-02-17sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...Xin Long