summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1314-173/+213
|\
| * sctp: sysctl: make extra pointers netns awareFiro Yang2022-12-121-29/+44
| * sctp: delete free member from struct sctp_sched_opsXin Long2022-12-013-51/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-7/+47
| |\
| * | sctp: add sysctl net.sctp.l3mdev_acceptXin Long2022-11-181-0/+11
| * | sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-185-56/+76
| * | sctp: add skb_sdif in struct sctp_afXin Long2022-11-182-1/+13
| * | sctp: check sk_bound_dev_if when matching ep in get_portXin Long2022-11-181-1/+4
| * | sctp: check ipv6 addr with sk_bound_dev if setXin Long2022-11-181-3/+11
| * | sctp: verify the bind address with the tb_id from l3mdevXin Long2022-11-181-3/+6
| * | sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming2022-11-171-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-5/+8
| |\ \
| * | | sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-8/+21
| * | | sctp: remove unnecessary NULL checks in sctp_enqueue_event()Alexey Kodanev2022-10-201-9/+3
| * | | sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev2022-10-201-4/+1
| * | | sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2022-10-202-7/+2
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
| | |/ | |/|
* / | sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-294-7/+47
|/ /
* | 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
|\|