index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
sctp: Fix undefined behavior in left shift operation
Yu-Chun Lin
1
-1
/
+1
2025-01-17
sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-17
sctp: sysctl: udp_port: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-17
sctp: sysctl: auth_enable: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-17
sctp: sysctl: rto_min/max: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-01-17
sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-09
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
1
-1
/
+2
2024-12-14
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-11-22
sctp: fix possible UAF in sctp_v6_available()
Eric Dumazet
1
-6
/
+13
2024-11-14
sctp: properly validate chunk size in sctp_sf_ootb()
Xin Long
1
-1
/
+1
2024-10-17
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
1
-5
/
+13
2024-10-10
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-09-04
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
1
-6
/
+16
2024-08-19
net: sctp: fix skb leak in sctp_inq_free()
Dmitry Antipov
1
-4
/
+10
2024-08-14
sctp: Fix null-ptr-deref in reuseport_add_sock().
Kuniyuki Iwashima
1
-8
/
+11
2024-07-11
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-01-25
sctp: fix busy polling
Eric Dumazet
1
-6
/
+4
2024-01-25
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
1
-0
/
+3
2023-10-04
sctp: update hb timer immediately after users change hb_interval
Xin Long
1
-0
/
+1
2023-10-04
sctp: update transport state when processing a dupcook packet
Xin Long
1
-2
/
+1
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-6
/
+6
2023-08-31
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
2
-6
/
+6
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+3
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-18
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+3
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
1
-0
/
+1
2023-07-19
sctp: Set TOS and routing scope independently for fib lookups.
Guillaume Nault
1
-1
/
+2
2023-06-29
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
1
-2
/
+2
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-4
/
+4
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+5
2023-06-12
sctp: fix an error code in sctp_sf_eat_auth()
Dan Carpenter
1
-1
/
+1
2023-06-12
sctp: handle invalid error codes without calling BUG()
Dan Carpenter
1
-1
/
+4
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-06-02
ipv4: Drop tos parameter from flowi4_update_output()
Guillaume Nault
1
-3
/
+1
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+7
2023-05-22
sctp: fix an issue that plpmtu can never go to complete state
Xin Long
1
-4
/
+7
2023-05-12
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
1
-0
/
+18
2023-05-10
sctp: fix a potential OOB access in sctp_sched_set_sched()
Ilia.Gavrilov
1
-4
/
+5
2023-04-21
sctp: delete the nested flexible array hmac
Xin Long
2
-2
/
+2
2023-04-21
sctp: delete the nested flexible array peer_init
Xin Long
3
-9
/
+8
2023-04-21
sctp: delete the nested flexible array variable
Xin Long
3
-7
/
+9
2023-04-21
sctp: delete the nested flexible array skip
Xin Long
1
-2
/
+2
2023-04-21
sctp: delete the nested flexible array params
Xin Long
4
-12
/
+12
2023-04-17
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
1
-2
/
+3
[next]