summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-02-20sctp: add support for MSG_MOREXin Long1-0/+1
2017-02-20sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long1-1/+3
2017-02-20sctp: add reconf chunk eventXin Long1-0/+3
2017-02-20sctp: add reconf chunk processXin Long1-0/+1
2017-02-20sctp: add a function to verify the sctp reconf chunkXin Long1-0/+3
2017-02-20sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long1-0/+4
2017-02-20sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long1-0/+6
2017-02-20sctp: add support for generating stream ssn reset event notificationXin Long1-0/+4
2017-02-20sctp: add support for generating stream reconf resp chunkXin Long1-0/+7
2017-02-10sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long1-0/+2
2017-02-10sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+3
2017-02-10sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+1
2017-02-10sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+2
2017-02-07sctp: drop __packed from almost all SCTP structuresMarcelo Ricardo Leitner1-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov2-4/+6
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2-0/+7
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long1-0/+4
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long1-2/+5
2017-01-18sctp: add stream reconf primitiveXin Long3-1/+5
2017-01-18sctp: add stream reconf timerXin Long3-0/+9
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long2-1/+7
2017-01-07sctp: prepare asoc stream for stream reconfXin Long2-46/+31
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner1-4/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-17sctp: use new rhlist interface on sctp transport rhashtableXin Long2-3/+3
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long1-1/+1
2016-10-13sctp: remove the old ttl expires policyXin Long1-1/+0
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long1-1/+1
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+3
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-7/+0
2016-09-30sctp: move sent_count to the memory hole in sctp_chunkXin Long1-3/+3
2016-09-23sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner1-76/+18
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-5/+5
2016-09-19sctp: make sctp_outq_flush/tail/uncork return voidXin Long1-2/+2
2016-09-19sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-0/+1
2016-09-17sctp: fix SSN comparisionMarcelo Ricardo Leitner1-1/+1
2016-08-01sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long1-1/+1
2016-07-14sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner1-0/+1
2016-07-14sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2-1/+8
2016-07-14sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner1-5/+5
2016-07-14sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner1-0/+15
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+4
2016-07-11sctp: implement prsctp TTL policyXin Long1-0/+10
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long1-0/+3
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-2/+4
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner2-0/+9
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-1/+1
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet1-3/+3