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