index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: remove the typedef sctp_init_chunk_t
Xin Long
2017-07-01
2
-4
/
+4
*
sctp: remove the typedef sctp_data_chunk_t
Xin Long
2017-07-01
2
-2
/
+2
*
sctp: remove the typedef sctp_param_t
Xin Long
2017-07-01
1
-8
/
+6
*
sctp: remove the typedef sctp_paramhdr_t
Xin Long
2017-07-01
2
-3
/
+4
*
sctp: remove the typedef sctp_cid_t
Xin Long
2017-07-01
3
-5
/
+7
*
sctp: remove the typedef sctp_chunkhdr_t
Xin Long
2017-07-01
1
-1
/
+1
*
sctp: handle errors when updating asoc
Xin Long
2017-06-20
1
-2
/
+2
*
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
2017-06-02
1
-2
/
+2
*
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
2017-06-02
1
-1
/
+2
*
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
2017-04-18
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
2
-11
/
+22
|
\
|
*
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2017-04-05
2
-6
/
+5
|
*
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
2017-04-03
1
-3
/
+14
|
*
sctp: alloc stream info when initializing asoc
Xin Long
2017-03-30
1
-1
/
+2
|
*
sctp: change to save MSG_MORE flag into assoc
Xin Long
2017-03-29
1
-1
/
+1
*
|
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
2017-04-03
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-24
1
-2
/
+3
|
\
|
|
*
sctp: declare struct sctp_stream before using it
Xin Long
2017-03-22
1
-0
/
+1
|
*
sctp: define dst_pending_confirm as a bit in sctp_transport
Xin Long
2017-03-22
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-15
1
-1
/
+2
|
\
|
|
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-10
1
-1
/
+2
*
|
sctp: implement receiver-side procedures for the Reconf Response Parameter
Xin Long
2017-03-13
1
-0
/
+4
*
|
sctp: implement receiver-side procedures for the Add Incoming Streams Request...
Xin Long
2017-03-13
1
-0
/
+4
*
|
sctp: implement receiver-side procedures for the Add Outgoing Streams Request...
Xin Long
2017-03-13
1
-0
/
+4
*
|
sctp: add support for generating add stream change event notification
Xin Long
2017-03-13
1
-0
/
+4
*
|
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter
Xin Long
2017-03-13
1
-0
/
+4
*
|
sctp: add support for generating assoc reset event notification
Xin Long
2017-03-13
1
-0
/
+4
|
/
*
sctp: add support for MSG_MORE
Xin Long
2017-02-20
1
-0
/
+1
*
sctp: sctp_transport_dst_check should check if transport pmtu is dst mtu
Xin Long
2017-02-20
1
-1
/
+3
*
sctp: add reconf chunk event
Xin Long
2017-02-20
1
-0
/
+3
*
sctp: add reconf chunk process
Xin Long
2017-02-20
1
-0
/
+1
*
sctp: add a function to verify the sctp reconf chunk
Xin Long
2017-02-20
1
-0
/
+3
*
sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...
Xin Long
2017-02-20
1
-0
/
+4
*
sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...
Xin Long
2017-02-20
1
-0
/
+6
*
sctp: add support for generating stream ssn reset event notification
Xin Long
2017-02-20
1
-0
/
+4
*
sctp: add support for generating stream reconf resp chunk
Xin Long
2017-02-20
1
-0
/
+7
*
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
2017-02-09
1
-0
/
+2
*
sctp: add support for generating stream reconf add incoming/outgoing streams ...
Xin Long
2017-02-09
1
-0
/
+3
*
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
2017-02-09
1
-0
/
+1
*
sctp: add support for generating stream reconf ssn/tsn reset request chunk
Xin Long
2017-02-09
1
-0
/
+2
*
sctp: drop __packed from almost all SCTP structures
Marcelo Ricardo Leitner
2017-02-07
1
-1
/
+1
*
sctp: add dst_pending_confirm flag
Julian Anastasov
2017-02-07
2
-4
/
+6
*
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
2017-01-18
2
-0
/
+7
*
sctp: add sockopt SCTP_ENABLE_STREAM_RESET
Xin Long
2017-01-18
1
-0
/
+4
*
sctp: add reconf_enable in asoc ep and netns
Xin Long
2017-01-18
1
-2
/
+5
*
sctp: add stream reconf primitive
Xin Long
2017-01-18
3
-1
/
+5
*
sctp: add stream reconf timer
Xin Long
2017-01-18
3
-0
/
+9
*
sctp: add support for generating stream reconf ssn reset request chunk
Xin Long
2017-01-18
2
-1
/
+7
*
sctp: prepare asoc stream for stream reconf
Xin Long
2017-01-07
2
-46
/
+31
*
sctp: remove return value from sctp_packet_init/config
Marcelo Ricardo Leitner
2016-12-28
1
-4
/
+3
[next]