index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
2023-06-29
1
-2
/
+2
*
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-15
1
-4
/
+4
*
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
2023-05-12
1
-0
/
+18
*
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
2023-04-17
1
-2
/
+3
*
sctp: delete the obsolete code for the host name address param
Xin Long
2023-04-17
1
-1
/
+1
*
sctp: check send stream number after wait_for_sndbuf
Xin Long
2023-04-02
1
-0
/
+4
*
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2023-01-25
1
-1
/
+1
*
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+3
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1
-11
/
+27
|
\
|
*
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
2022-11-18
1
-2
/
+2
|
*
sctp: check sk_bound_dev_if when matching ep in get_port
Xin Long
2022-11-18
1
-1
/
+4
|
*
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
2022-10-24
1
-8
/
+21
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
|
/
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
2022-06-10
1
-5
/
+0
*
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
1
-0
/
+7
*
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
2022-04-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-1
/
+1
|
\
|
*
sctp: Initialize daddr on peeled off socket
Petr Malat
2022-04-11
1
-1
/
+1
*
|
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-9
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-7
/
+15
|
\
|
*
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
2022-01-02
1
-7
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
1
-8
/
+15
|
\
|
|
*
sctp: use call_rcu to free endpoint
Xin Long
2021-12-25
1
-8
/
+15
*
|
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
2021-12-23
1
-3
/
+3
*
|
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
2021-11-16
1
-5
/
+0
|
/
*
security: pass asoc to sctp_assoc_request and sctp_sk_clone
Xin Long
2021-11-03
1
-3
/
+2
*
sctp: trim optlen when it's a huge value in sctp_setsockopt
Xin Long
2021-07-18
1
-0
/
+4
*
sctp: enable PLPMTUD when the transport is ready
Xin Long
2021-06-22
1
-1
/
+5
*
sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
Xin Long
2021-06-22
1
-0
/
+118
*
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
2021-06-22
1
-0
/
+1
*
sctp: add the missing setting for asoc encap_port
Xin Long
2021-05-25
1
-0
/
+1
*
sctp: delay auto_asconf init until binding the first addr
Xin Long
2021-05-03
1
-14
/
+17
*
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
2021-05-03
1
-5
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
1
-8
/
+5
|
\
|
*
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
2021-04-13
1
-8
/
+5
*
|
net: sctp: Fix some typos
Lu Wei
2021-03-28
1
-1
/
+1
|
/
*
sctp: add udphdr to overhead when udp_port is set
Xin Long
2020-10-30
1
-0
/
+1
*
sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt
Xin Long
2020-10-30
1
-0
/
+114
*
sctp: add encap_port for netns sock asoc and transport
Xin Long
2020-10-30
1
-0
/
+1
*
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
2020-09-20
1
-6
/
+3
*
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
2020-08-24
1
-10
/
+6
*
sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
Christoph Hellwig
2020-07-24
1
-21
/
+29
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
sctp: remove the out_nounlock label in sctp_setsockopt
Christoph Hellwig
2020-07-19
1
-4
/
+2
*
sctp: pass a kernel pointer to sctp_setsockopt_pf_expose
Christoph Hellwig
2020-07-19
1
-14
/
+8
*
sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
Christoph Hellwig
2020-07-19
1
-12
/
+6
*
sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
Christoph Hellwig
2020-07-19
1
-13
/
+7
*
sctp: pass a kernel pointer to sctp_setsockopt_event
Christoph Hellwig
2020-07-19
1
-12
/
+6
[next]