1. 6a9a27d sctp: clear the new asoc's stream outcnt in sctp_stream_update by Xin Long · 7 years ago
  2. fae8b6f sctp: fix some copy-paste errors for file comments by Xin Long · 7 years ago
  3. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. 79d0895 sctp: fix error path in sctp_stream_init by Marcelo Ricardo Leitner · 7 years ago
  5. 107e242 sctp: update mid instead of ssn when doing stream and asoc reset by Xin Long · 7 years ago
  6. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  7. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  8. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  9. 52a3958 sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 by Xin Long · 7 years ago
  10. 159f2a7 sctp: avoid flushing unsent queue when doing asoc reset by Xin Long · 7 years ago
  11. 5c6144a sctp: only allow the asoc reset when the asoc outq is empty by Xin Long · 7 years ago
  12. d570a59 sctp: only allow the out stream reset when the stream outq is empty by Xin Long · 7 years ago
  13. 3aa623d sctp: use sizeof(__u16) for each stream number length instead of magic number by Xin Long · 7 years ago
  14. 423852f sctp: check stream reset info len before making reconf chunk by Xin Long · 7 years ago
  15. dc82673 sctp: fix error return code in sctp_send_add_streams() by Wei Yongjun · 7 years ago
  16. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  18. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  19. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  20. 1fdb8d8 sctp: factor out stream->in allocation by Marcelo Ricardo Leitner · 7 years ago
  21. e090abd sctp: factor out stream->out allocation by Marcelo Ricardo Leitner · 7 years ago
  22. 1ae2eaa sctp: silence warns on sctp_stream_init allocations by Marcelo Ricardo Leitner · 7 years ago
  23. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  24. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  25. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  26. 6c80138 sctp: process duplicated strreset asoc request correctly by Xin Long · 8 years ago
  27. d0f025e sctp: process duplicated strreset in and addstrm in requests correctly by Xin Long · 8 years ago
  28. e4dc99c sctp: process duplicated strreset out and addstrm out requests correctly by Xin Long · 8 years ago
  29. edb12f2 sctp: get list_of_streams of strreset outreq earlier by Xin Long · 8 years ago
  30. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 3dbcc10 sctp: alloc stream info when initializing asoc by Xin Long · 8 years ago
  32. 11ae76e sctp: implement receiver-side procedures for the Reconf Response Parameter by Xin Long · 8 years ago
  33. c5c4ebb sctp: implement receiver-side procedures for the Add Incoming Streams Request Parameter by Xin Long · 8 years ago
  34. 50a4159 sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter by Xin Long · 8 years ago
  35. 692787c sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  36. 16e1a91 sctp: implement receiver-side procedures for the Incoming SSN Reset Request Parameter by Xin Long · 8 years ago
  37. 8105447 sctp: implement receiver-side procedures for the Outgoing SSN Reset Request Parameter by Xin Long · 8 years ago
  38. 242bd2d sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request Parameter by Xin Long · 8 years ago
  39. a92ce1a sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  40. 119aecb sctp: streams should be recovered when it fails to send request. by Xin Long · 8 years ago
  41. 7f9d68a sctp: implement sender-side procedures for SSN Reset Request Parameter by Xin Long · 8 years ago
  42. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago