summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-052-32/+36
|\
| * sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-022-32/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-303-22/+36
|\|
| * sctp: use call_rcu to free endpointXin Long2021-12-253-22/+36
* | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-233-26/+17
* | sctp: make the raise timer more simple and accurateXin Long2021-11-253-21/+19
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-1/+1
|\|
| * net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-1/+1
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-5/+0
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-19/+20
|\
| * sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov2021-11-071-3/+0
| * security: add sctp_assoc_established hookXin Long2021-11-031-1/+1
| * security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2021-11-031-0/+5
| * security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-032-16/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ | |/ |/|
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* | sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
* | sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-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