index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
/
sctp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2018-12-05
sctp: frag_point sanity check
Jakub Audykowicz
1
-0
/
+5
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+12
2018-11-19
Revert "sctp: remove sctp_transport_pmtu_check"
Xin Long
1
-0
/
+12
2018-11-12
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
1
-1
/
+1
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
1
-1
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+2
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-33
/
+19
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+1
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-05-26
net/sctp: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+1
2018-05-22
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
1
-0
/
+2
2018-04-27
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
1
-12
/
+0
2018-04-27
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
1
-2
/
+7
2018-04-27
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
1
-6
/
+0
2018-04-27
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
1
-20
/
+0
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
1
-0
/
+19
2018-04-06
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2018-03-17
sctp: use proc_remove_subtree()
Al Viro
1
-10
/
+1
2018-02-26
sctp: Add ip option support
Richard Haines
1
-1
/
+3
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
1
-2
/
+2
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
1
-1
/
+1
2017-11-28
sctp: remove extern from stream sched
Xin Long
1
-0
/
+5
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-18
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
1
-1
/
+2
2017-09-15
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
1
-1
/
+2
2017-08-11
sctp: remove the typedef sctp_socket_type_t
Xin Long
1
-1
/
+2
2017-08-06
sctp: remove the typedef sctp_state_t
Xin Long
1
-1
/
+1
2017-08-06
sctp: remove the typedef sctp_sock_state_t
Xin Long
1
-1
/
+2
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
1
-2
/
+2
2017-08-03
sctp: remove the typedef sctp_errhdr_t
Xin Long
1
-4
/
+4
2017-07-27
sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
Xin Long
1
-2
/
+2
2017-07-15
sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
Alexander Potapenko
1
-0
/
+4
2017-07-01
sctp: remove the typedef sctp_paramhdr_t
Xin Long
1
-1
/
+1
2017-07-01
sctp: remove the typedef sctp_chunkhdr_t
Xin Long
1
-1
/
+1
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
1
-3
/
+2
2017-04-03
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
1
-3
/
+14
2017-02-19
sctp: sctp_transport_dst_check should check if transport pmtu is dst mtu
Xin Long
1
-1
/
+3
2017-02-09
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
1
-0
/
+2
2017-02-09
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
1
-0
/
+1
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
1
-4
/
+2
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
1
-0
/
+6
2017-01-18
sctp: add stream reconf primitive
Xin Long
1
-0
/
+2
2017-01-06
sctp: prepare asoc stream for stream reconf
Xin Long
1
-1
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-16
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
1
-1
/
+1
2016-10-31
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
1
-1
/
+1
2016-09-22
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
1
-5
/
+5
[next]