index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-14
sctp: delay auto_asconf init until binding the first addr
Xin Long
1
-14
/
+17
2021-05-14
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
1
-5
/
+8
2021-04-21
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
1
-8
/
+5
2021-01-23
net, sctp, filter: remap copy_from_user failure error
Daniel Borkmann
1
-1
/
+1
2020-09-26
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
1
-6
/
+3
2020-09-12
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
1
-10
/
+6
2020-06-17
sctp: fix refcount bug in sctp_wfree
Qiujun Huang
1
-8
/
+23
2019-11-01
inet: stop leaking jiffies on the wire
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-15
sctp: change sctp_prot .no_autobind with true
Xin Long
1
-2
/
+2
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-11
/
+13
2019-09-13
sctp: destroy bucket if failed to bind addr
Mao Wenan
1
-4
/
+6
2019-09-13
sctp: remove redundant assignment when call sctp_get_port_local
Mao Wenan
1
-2
/
+1
2019-09-13
sctp: change return type of sctp_get_port_local
Mao Wenan
1
-4
/
+4
2019-09-10
sctp: fix the missing put_user when dumping transport thresholds
Xin Long
1
-1
/
+2
2019-08-27
sctp: allow users to set ep ecn flag by sockopt
Xin Long
1
-0
/
+73
2019-08-19
sctp: add SCTP_AUTH_SUPPORTED sockopt
Xin Long
1
-0
/
+86
2019-08-19
sctp: use ep and asoc auth_enable properly
Xin Long
1
-26
/
+19
2019-08-19
sctp: add SCTP_ASCONF_SUPPORTED sockopt
Xin Long
1
-0
/
+82
2019-08-19
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
1
-10
/
+7
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-07-30
sctp: factor out sctp_connect_add_peer
Xin Long
1
-45
/
+31
2019-07-30
sctp: factor out sctp_connect_new_asoc
Xin Long
1
-84
/
+76
2019-07-30
sctp: clean up __sctp_connect
Xin Long
1
-136
/
+73
2019-07-30
sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx
Xin Long
1
-1
/
+2
2019-07-29
net: sctp: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-2
/
+2
2019-07-08
sctp: rename sp strm_interleave to ep intl_enable
Xin Long
1
-4
/
+4
2019-07-08
sctp: rename asoc intl_enable to asoc peer.intl_capable
Xin Long
1
-1
/
+1
2019-07-08
sctp: remove prsctp_enable from asoc
Xin Long
1
-1
/
+1
2019-07-08
sctp: remove reconf_enable from asoc
Xin Long
1
-5
/
+2
2019-06-29
sctp: not bind the socket in sctp_connect
Xin Long
1
-21
/
+3
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2019-04-15
sctp: implement memory accounting on tx path
Xin Long
1
-2
/
+8
2019-04-12
sctp: Check address length before reading address family
Tetsuo Handa
1
-1
/
+2
2019-03-20
sctp: use memdup_user instead of vmemdup_user
Xin Long
1
-6
/
+6
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockopt
Xin Long
1
-0
/
+3
2019-03-18
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...
Marcelo Ricardo Leitner
1
-0
/
+3
[next]