summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-08-032-19/+5
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-031-1/+1
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-291-1/+1
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-06-091-1/+3
* sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-05-091-0/+4
* sctp: Initialize daddr on peeled off socketPetr Malat2022-04-201-1/+1
* sctp: count singleton chunks in assoc user statsJamie Bainbridge2022-04-131-1/+5
* sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-161-6/+3
* sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-112-32/+36
* sctp: use call_rcu to free endpointXin Long2022-01-053-22/+36
* sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-11-181-3/+4
* sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-11-182-7/+10
* sctp: add vtag check in sctp_sf_ootbXin Long2021-10-221-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-10-221-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-10-221-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-10-221-4/+10
* sctp: fix the processing for INIT_ACK chunkXin Long2021-10-221-18/+19
* sctp: fix the processing for INIT chunkXin Long2021-10-221-26/+46
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-10-221-0/+1
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-141-1/+1
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-09-241-1/+1
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-031-5/+9
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-07-281-1/+1
* sctp: delete addr based on sin6_scope_idChen Shen2021-07-261-2/+3
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-252-26/+30
* sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long2021-07-211-2/+2
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-211-0/+2
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-1/+2
* sctp: check pl.raise_count separately from its incrementXin Long2021-07-011-4/+7
* sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter2021-07-011-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3015-169/+728
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-29/+57
| |\
| | * sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | * 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-285-25/+43
| * | net: sock: introduce sk_error_reportAlexander Aring2021-06-292-2/+2
| * | sctp: send the next probe immediately once the last one is ackedXin Long2021-06-241-1/+4
| * | sctp: do black hole detection in search complete stateXin Long2021-06-241-7/+4
| * | sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-223-19/+62
| * | sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long2021-06-221-57/+49
| * | sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long2021-06-221-36/+40
| * | sctp: remove the unessessary hold for idev in sctp_v6_errXin Long2021-06-221-10/+2
| * | sctp: enable PLPMTUD when the transport is readyXin Long2021-06-224-2/+13
| * | sctp: do state transition when receiving an icmp TOOBIG packetXin Long2021-06-222-2/+53
| * | sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-222-1/+39
| * | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-222-0/+46