index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-11
/
+13
|
\
|
*
sctp: destroy bucket if failed to bind addr
Mao Wenan
2019-09-13
1
-4
/
+6
|
*
sctp: remove redundant assignment when call sctp_get_port_local
Mao Wenan
2019-09-13
1
-2
/
+1
|
*
sctp: change return type of sctp_get_port_local
Mao Wenan
2019-09-13
1
-4
/
+4
|
*
sctp: fix the missing put_user when dumping transport thresholds
Xin Long
2019-09-10
1
-1
/
+2
*
|
sctp: allow users to set ep ecn flag by sockopt
Xin Long
2019-08-27
1
-0
/
+73
*
|
sctp: add SCTP_AUTH_SUPPORTED sockopt
Xin Long
2019-08-19
1
-0
/
+86
*
|
sctp: use ep and asoc auth_enable properly
Xin Long
2019-08-19
1
-26
/
+19
*
|
sctp: add SCTP_ASCONF_SUPPORTED sockopt
Xin Long
2019-08-19
1
-0
/
+82
*
|
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
2019-08-19
1
-10
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-2
/
+2
|
\
|
|
*
net: sctp: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-07-29
1
-2
/
+2
*
|
sctp: factor out sctp_connect_add_peer
Xin Long
2019-07-30
1
-45
/
+31
*
|
sctp: factor out sctp_connect_new_asoc
Xin Long
2019-07-30
1
-84
/
+76
*
|
sctp: clean up __sctp_connect
Xin Long
2019-07-30
1
-136
/
+73
*
|
sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx
Xin Long
2019-07-30
1
-1
/
+2
|
/
*
sctp: rename sp strm_interleave to ep intl_enable
Xin Long
2019-07-08
1
-4
/
+4
*
sctp: rename asoc intl_enable to asoc peer.intl_capable
Xin Long
2019-07-08
1
-1
/
+1
*
sctp: remove prsctp_enable from asoc
Xin Long
2019-07-08
1
-1
/
+1
*
sctp: remove reconf_enable from asoc
Xin Long
2019-07-08
1
-5
/
+2
*
sctp: not bind the socket in sctp_connect
Xin Long
2019-06-29
1
-21
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
1
-1
/
+2
|
\
|
*
sctp: Check address length before reading address family
Tetsuo Handa
2019-04-12
1
-1
/
+2
*
|
sctp: implement memory accounting on tx path
Xin Long
2019-04-15
1
-2
/
+8
|
/
*
sctp: use memdup_user instead of vmemdup_user
Xin Long
2019-03-20
1
-6
/
+6
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...
Marcelo Ricardo Leitner
2019-03-18
1
-0
/
+3
*
sctp: not copy sctp_sock pd_lobby in sctp_copy_descendant
Xin Long
2019-03-18
1
-2
/
+1
*
sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()
Xin Long
2019-03-08
1
-0
/
+10
*
sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() fails
Xin Long
2019-03-08
1
-10
/
+24
*
sctp: call iov_iter_revert() after sending ABORT
Xin Long
2019-03-04
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-2
/
+2
|
\
|
*
sctp: walk the list of asoc safely
Greg Kroah-Hartman
2019-02-01
1
-2
/
+2
*
|
sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...
Xin Long
2019-01-30
1
-13
/
+31
*
|
sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_EVENT sockopt
Xin Long
2019-01-30
1
-29
/
+48
*
|
sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_ENABLE_STREAM...
Xin Long
2019-01-30
1
-13
/
+20
*
|
sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_DEFAULT_PRINF...
Xin Long
2019-01-30
1
-9
/
+25
*
|
sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_AUTH_DEACTIVA...
Xin Long
2019-01-30
1
-3
/
+26
[next]