summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-11/+22
|\
| * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-052-6/+5
| * sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-3/+14
| * sctp: alloc stream info when initializing asocXin Long2017-03-301-1/+2
| * sctp: change to save MSG_MORE flag into assocXin Long2017-03-281-1/+1
* | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-2/+3
|\|
| * sctp: declare struct sctp_stream before using itXin Long2017-03-221-0/+1
| * sctp: define dst_pending_confirm as a bit in sctp_transportXin Long2017-03-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-1/+2
|\|
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-121-0/+4
* | sctp: add support for generating add stream change event notificationXin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-121-0/+4
* | sctp: add support for generating assoc reset event notificationXin Long2017-03-121-0/+4
|/
* sctp: add support for MSG_MOREXin Long2017-02-201-0/+1
* sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long2017-02-191-1/+3
* sctp: add reconf chunk eventXin Long2017-02-191-0/+3
* sctp: add reconf chunk processXin Long2017-02-191-0/+1
* sctp: add a function to verify the sctp reconf chunkXin Long2017-02-191-0/+3
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-191-0/+4
* sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-191-0/+6
* sctp: add support for generating stream ssn reset event notificationXin Long2017-02-191-0/+4
* sctp: add support for generating stream reconf resp chunkXin Long2017-02-191-0/+7
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-091-0/+2
* sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+3
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-091-0/+1
* sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long2017-02-091-0/+2
* sctp: drop __packed from almost all SCTP structuresMarcelo Ricardo Leitner2017-02-071-1/+1
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-072-4/+6
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-182-0/+7
* sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-181-0/+4
* sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-181-2/+5
* sctp: add stream reconf primitiveXin Long2017-01-183-1/+5
* sctp: add stream reconf timerXin Long2017-01-183-0/+9
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-182-1/+7
* sctp: prepare asoc stream for stream reconfXin Long2017-01-062-46/+31
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-4/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-162-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1
* | sctp: remove the old ttl expires policyXin Long2016-10-131-1/+0
* | sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long2016-10-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-10/+3
|\
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-7/+0
| * sctp: move sent_count to the memory hole in sctp_chunkXin Long2016-09-301-3/+3