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
...
*
|
sctp: use SCTP_FUTURE_ASSOC for SCTP_RTOINFO sockopt
Xin Long
2019-01-30
1
-2
/
+4
*
|
sctp: use SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_PARAMS sockopt
Xin Long
2019-01-30
1
-8
/
+10
*
|
sctp: introduce SCTP_FUTURE/CURRENT/ALL_ASSOC
Xin Long
2019-01-30
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-2
/
+1
|
\
|
*
sctp: frag_point sanity check
Jakub Audykowicz
2018-12-05
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-24
1
-21
/
+5
|
\
|
|
*
sctp: not allow to set asoc prsctp_enable by sockopt
Xin Long
2018-11-19
1
-21
/
+5
*
|
sctp: add sockopt SCTP_EVENT
Xin Long
2018-11-19
1
-0
/
+88
*
|
sctp: add subscribe per asoc
Xin Long
2018-11-19
1
-1
/
+5
*
|
sctp: define subscribe in sctp_sock as __u16
Xin Long
2018-11-19
1
-9
/
+26
*
|
sctp: process sk_reuseport in sctp_get_port_local
Xin Long
2018-11-12
1
-13
/
+33
*
|
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
2018-11-12
1
-2
/
+1
|
/
*
sctp: check policy more carefully when getting pr status
Xin Long
2018-10-29
1
-3
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
1
-8
/
+9
|
\
|
*
sctp: not free the new asoc when sctp_wait_for_connect returns err
Xin Long
2018-10-17
1
-1
/
+3
|
*
sctp: fix race on sctp_id2asoc
Marcelo Ricardo Leitner
2018-10-17
1
-3
/
+2
|
*
sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead
Xin Long
2018-10-16
1
-4
/
+4
*
|
sctp: use sk_wmem_queued to check for writable space
Xin Long
2018-10-18
1
-29
/
+9
*
|
sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size
Xin Long
2018-10-18
1
-15
/
+6
|
/
*
sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel
Xin Long
2018-09-03
1
-4
/
+6
*
sctp: fix invalid reference to the index variable of the iterator
Xin Long
2018-09-03
1
-11
/
+13
*
sctp: hold transport before accessing its asoc in sctp_transport_get_next
Xin Long
2018-08-27
1
-7
/
+15
*
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
2018-08-11
1
-2
/
+2
*
sctp: add support for setting flowlabel when adding a transport
Xin Long
2018-07-04
1
-0
/
+5
*
sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams
Xin Long
2018-07-04
1
-6
/
+171
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-1
/
+3
|
\
|
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-1
/
+3
*
|
sctp: add support for SCTP_REUSE_PORT sockopt
Xin Long
2018-06-29
1
-7
/
+55
*
|
rhashtable: split rhashtable.h
NeilBrown
2018-06-22
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-24
/
+19
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
1
-16
/
+35
|
|
\
|
*
|
sctp: allow unsetting sockopt MAXSEG
Marcelo Ricardo Leitner
2018-04-27
1
-7
/
+0
|
*
|
sctp: consider idata chunks when setting SCTP_MAXSEG
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+6
|
*
|
sctp: honor PMTU_DISABLED when handling icmp
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+5
|
*
|
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2018-04-27
1
-4
/
+2
|
*
|
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
2018-04-27
1
-2
/
+4
|
*
|
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
2018-04-27
1
-1
/
+1
|
*
|
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
2018-04-27
1
-5
/
+2
|
*
|
sctp: introduce sctp_assoc_set_pmtu
Marcelo Ricardo Leitner
2018-04-27
1
-1
/
+1
*
|
|
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net/sctp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-3
/
+1
|
|
/
*
/
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
2018-05-22
1
-16
/
+35
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-04-09
1
-5
/
+8
|
\
|
*
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
Eric Dumazet
2018-04-08
1
-5
/
+8
*
|
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-06
1
-4
/
+66
|
\
\
|
|
/
|
/
|
|
*
sctp: Add LSM hooks
Richard Haines
2018-02-26
1
-1
/
+61
|
*
sctp: Add ip option support
Richard Haines
2018-02-26
1
-3
/
+8
*
|
sctp: Fix double free in sctp_sendmsg_to_asoc
Neil Horman
2018-03-15
1
-13
/
+13
*
|
sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT
Xin Long
2018-03-14
1
-1
/
+18
*
|
sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY
Xin Long
2018-03-14
1
-0
/
+31
[prev]
[next]