summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: add intl_capable and reconf_capable in ss peer_capableXin Long2023-04-171-2/+3
* sctp: delete the obsolete code for the host name address paramXin Long2023-04-171-1/+1
* sctp: check send stream number after wait_for_sndbufXin Long2023-04-021-0/+4
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-1/+1
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-11/+27
|\
| * sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-2/+2
| * sctp: check sk_bound_dev_if when matching ep in get_portXin Long2022-11-181-1/+4
| * sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-8/+21
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* 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
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-5/+0
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+7
* 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/netPaolo Abeni2022-04-151-1/+1
|\
| * sctp: Initialize daddr on peeled off socketPetr Malat2022-04-111-1/+1
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-7/+15
|\
| * sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-021-7/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-8/+15
|\|
| * sctp: use call_rcu to free endpointXin Long2021-12-251-8/+15
* | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-231-3/+3
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-5/+0
|/
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-3/+2
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
* sctp: enable PLPMTUD when the transport is readyXin Long2021-06-221-1/+5
* sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long2021-06-221-0/+118
* sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-221-0/+1
* sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-031-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-031-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-8/+5
|\
| * net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-131-8/+5
* | net: sctp: Fix some typosLu Wei2021-03-281-1/+1
|/
* sctp: add udphdr to overhead when udp_port is setXin Long2020-10-301-0/+1
* sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long2020-10-301-0/+114
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+1
* net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-6/+3
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-08-241-10/+6
* sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-241-21/+29
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* sctp: remove the out_nounlock label in sctp_setsockoptChristoph Hellwig2020-07-191-4/+2
* sctp: pass a kernel pointer to sctp_setsockopt_pf_exposeChristoph Hellwig2020-07-191-14/+8
* sctp: pass a kernel pointer to sctp_setsockopt_ecn_supportedChristoph Hellwig2020-07-191-12/+6
* sctp: pass a kernel pointer to sctp_setsockopt_auth_supportedChristoph Hellwig2020-07-191-13/+7
* sctp: pass a kernel pointer to sctp_setsockopt_eventChristoph Hellwig2020-07-191-12/+6
* sctp: pass a kernel pointer to sctp_setsockopt_eventChristoph Hellwig2020-07-191-20/+15
* sctp: pass a kernel pointer to sctp_setsockopt_reuse_portChristoph Hellwig2020-07-191-8/+3
* sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supportedChristoph Hellwig2020-07-191-24/+10