aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long1-17/+10
2021-09-24sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long1-1/+1
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-57/+87
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-28sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-06-28sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-2/+4
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-0/+30
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long1-57/+49
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long1-1/+3
2021-05-17sctp: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+2
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long1-2/+2
2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge1-0/+1
2019-12-09sctp: get netns from asoc and ep baseXin Long1-3/+2
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-2/+2
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-3/+9
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long1-8/+52
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long1-28/+41
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-2/+3
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long1-7/+6
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens1-4/+4
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long1-4/+1
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-2/+6
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner1-12/+12
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-10/+10
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long1-2/+2
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long1-0/+3
2017-02-19sctp: check duplicate node before inserting a new transportXin Long1-0/+13
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner1-2/+15
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long1-40/+53
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long1-16/+16
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long1-2/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+17
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-4/+4
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long1-10/+17
2016-08-19sctp: linearize early if it's not GSOMarcelo Ricardo Leitner1-4/+7
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner1-0/+2