summaryrefslogtreecommitdiff
path: root/net/sctp/input.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: delete the nested flexible array paramsXin Long2023-04-211-1/+1
* net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-49/+59
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-05-161-1/+3
* sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-231-17/+10
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-09-241-1/+1
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-07-281-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-57/+87
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-3/+8
| |\
| | * sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3
| | * sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-06-281-1/+1
| | * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-281-2/+4
| * | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
| * | sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-221-0/+30
| * | sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long2021-06-221-57/+49
| * | sctp: do state transition when receiving an icmp TOOBIG packetXin Long2021-06-221-1/+3
| |/
* | sctp: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-1/+2
|/
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-141-2/+2
* sctp: Add missing annotation for sctp_err_finish()Jules Irenge2020-02-241-0/+1
* sctp: get netns from asoc and ep baseXin Long2019-12-091-3/+2
* sctp: cache netns in sctp_ep_commonXin Long2019-11-231-2/+2
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-3/+3
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-3/+9
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-121-8/+52
* sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long2018-11-121-28/+41
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-2/+3
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-151-0/+1
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-271-7/+6
* net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-4/+4
* sctp: do not pr_err for the duplicated node in transport rhlistXin Long2018-02-121-4/+1
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-081-2/+6
* sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-081-12/+12
* sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
* sctp: remove the typedef sctp_addip_chunk_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-011-2/+2
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-10/+10
* sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-051-2/+2
* sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long2017-03-011-0/+3
* sctp: check duplicate node before inserting a new transportXin Long2017-02-191-0/+13
* sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner2016-12-281-2/+15
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-161-40/+53
* sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-16/+16
* sctp: return back transport in __sctp_rcv_init_lookupXin Long2016-10-311-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-10/+17
|\
| * sctp: hold the transport before using it in sctp_hash_cmpXin Long2016-09-131-10/+17