index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
net: sctp: Remove debug SCTP probe module
Masami Hiramatsu
3
-259
/
+0
2018-01-02
net: sctp: Add SCTP ACK tracking trace event
Masami Hiramatsu
1
-0
/
+5
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-12-27
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
1
-2
/
+2
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-16
/
+11
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
Yafang Shao
3
-9
/
+9
2017-12-18
sctp: add SCTP_CID_RECONF conversion in sctp_cname
Xin Long
1
-0
/
+3
2017-12-18
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
Xin Long
1
-16
/
+8
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2017-12-15
sctp: support sysctl to allow users to use stream interleave
Xin Long
1
-0
/
+7
2017-12-15
sctp: update mid instead of ssn when doing stream and asoc reset
Xin Long
1
-15
/
+25
2017-12-15
sctp: add stream interleave support in stream scheduler
Xin Long
1
-1
/
+2
2017-12-15
sctp: implement handle_ftsn for sctp_stream_interleave
Xin Long
2
-13
/
+51
2017-12-15
sctp: implement report_ftsn for sctp_stream_interleave
Xin Long
3
-12
/
+51
2017-12-15
sctp: implement validate_ftsn for sctp_stream_interleave
Xin Long
3
-18
/
+54
2017-12-15
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2
-6
/
+81
2017-12-15
sctp: add basic structures and make chunk function for ifwdtsn
Xin Long
1
-0
/
+24
2017-12-11
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
Xin Long
1
-1
/
+5
2017-12-11
sctp: add support for the process of unordered idata
Xin Long
3
-27
/
+378
2017-12-11
sctp: implement abort_pd for sctp_stream_interleave
Xin Long
4
-5
/
+107
2017-12-11
sctp: implement start_pd for sctp_stream_interleave
Xin Long
2
-1
/
+3
2017-12-11
sctp: implement renege_events for sctp_stream_interleave
Xin Long
3
-4
/
+114
2017-12-11
sctp: implement enqueue_event for sctp_stream_interleave
Xin Long
5
-7
/
+10
2017-12-11
sctp: implement ulpevent_data for sctp_stream_interleave
Xin Long
4
-8
/
+429
2017-12-11
sctp: implement validate_data for sctp_stream_interleave
Xin Long
3
-13
/
+50
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
4
-6
/
+57
2017-12-11
sctp: implement make_datafrag for sctp_stream_interleave
Xin Long
5
-18
/
+91
2017-12-11
sctp: add basic structures and make chunk function for idata
Xin Long
1
-0
/
+6
2017-12-11
sctp: add asoc intl_enable negotiation during 4 shakehands
Xin Long
1
-2
/
+16
2017-12-11
sctp: add stream interleave enable members and sockopt
Xin Long
1
-1
/
+87
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2
-20
/
+5
2017-12-05
make sock_alloc_file() do sock_release() on failures
Al Viro
1
-1
/
+0
2017-12-01
sctp: do not abandon the other frags in unsent outq if one msg has outstandin...
Xin Long
2
-1
/
+6
2017-12-01
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
2
-4
/
+15
2017-12-01
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...
Xin Long
1
-2
/
+4
2017-11-28
sctp: use right member as the param of list_for_each_entry
Xin Long
1
-3
/
+3
2017-11-28
sctp: remove extern from stream sched
Xin Long
4
-9
/
+31
2017-11-28
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
Xin Long
1
-1
/
+1
2017-11-28
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
1
-1
/
+1
2017-11-28
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
1
-7
/
+14
2017-11-28
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
1
-0
/
+9
2017-11-28
sctp: only allow the out stream reset when the stream outq is empty
Xin Long
1
-0
/
+35
2017-11-28
sctp: use sizeof(__u16) for each stream number length instead of magic number
Xin Long
1
-4
/
+6
2017-11-18
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
1
-10
/
+19
2017-11-16
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
1
-2
/
+3
2017-11-16
sctp: check stream reset info len before making reconf chunk
Xin Long
2
-9
/
+25
2017-11-16
sctp: use the right sk after waking up from wait_buf sleep
Xin Long
1
-10
/
+11
2017-11-16
sctp: do not free asoc when it is already dead in sctp_sendmsg
Xin Long
1
-3
/
+14
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
[next]