summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: update hb timer immediately after users change hb_intervalXin Long2023-10-101-0/+1
* sctp: update transport state when processing a dupcook packetXin Long2023-10-101-2/+1
* sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-09-192-6/+6
* sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-09-131-1/+4
* ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-301-1/+1
* sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-301-1/+1
* sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-07-191-2/+2
* sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn2023-07-191-0/+18
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-211-1/+1
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-06-051-1/+1
* sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-301-4/+7
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* sctp: check send stream number after wait_for_sndbufXin Long2023-04-131-0/+4
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-03-111-31/+21
* sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello2023-02-221-3/+1
* sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-02-091-3/+1
* sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-02-011-0/+6
* sctp: sysctl: make extra pointers netns awareFiro Yang2022-12-311-29/+44
* 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