summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-11-071-0/+5
* sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-11-071-5/+3
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-09-301-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-20/+6
|\
| * sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-272-19/+5
| * sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-07-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\|
| * ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-151-1/+1
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-104-13/+0
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+7
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-2/+2
|/
* stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng2022-05-201-6/+3
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-05-161-1/+3
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+4
|\
| * sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-04-231-0/+4
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-152-4/+4
|\|
| * sctp: Initialize daddr on peeled off socketPetr Malat2022-04-111-1/+1
| * sctp: use the correct skb for security_sctp_assoc_requestXin Long2022-04-081-3/+3
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-10/+8
|/
* sctp: count singleton chunks in assoc user statsJamie Bainbridge2022-04-051-1/+5
* Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-3/+5
|\
| * security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-3/+5
* | sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-101-6/+3
|/
* 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