summaryrefslogtreecommitdiff
path: root/net/sctp/input.c
AgeCommit message (Expand)Author
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long
2021-09-24sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-28sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner
2021-06-28sctp: add size validation when walking chunksMarcelo Ricardo Leitner
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long
2021-05-17sctp: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-11-23sctp: 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