1. ab921f3 net: sctp: Fix negotiation of the number of data streams. by David Laight · 4 years, 4 months ago
  2. 3ecdda3 sctp: shrink stream outq when fails to do addstream reconf by Xin Long · 4 years, 5 months ago
  3. 8f13399 sctp: shrink stream outq only when new outcnt < old outcnt by Xin Long · 4 years, 5 months ago
  4. 31d518f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  5. 61d5d40 sctp: fix err handling of stream initialization by Marcelo Ricardo Leitner · 5 years ago
  6. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  7. 951c6db sctp: fix memleak on err handling of stream initialization by Marcelo Ricardo Leitner · 5 years ago
  8. 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
  9. 6d5afe2 sctp: fix memleak in sctp_send_reset_streams by zhengbin · 5 years ago
  10. 4d14158 sctp: fix error handling on stream scheduler initialization by Marcelo Ricardo Leitner · 6 years ago
  11. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  12. 2075e50 sctp: convert to genradix by Kent Overstreet · 6 years ago
  13. 2e990df sctp: remove sched init from sctp_stream_init by Xin Long · 6 years ago
  14. af98c5a sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate by Xin Long · 6 years ago
  15. cfe4bd7 sctp: check and update stream->out_curr when allocating stream_out by Xin Long · 6 years ago
  16. 8220c87 sctp: improve the events for sctp stream adding by Xin Long · 6 years ago
  17. 2e6dc4d sctp: improve the events for sctp stream reset by Xin Long · 6 years ago
  18. e1e4647 sctp: not increase stream's incnt before sending addstrm_in request by Xin Long · 6 years ago
  19. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 6 years ago
  20. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  21. 6a9a27d sctp: clear the new asoc's stream outcnt in sctp_stream_update by Xin Long · 7 years ago
  22. fae8b6f sctp: fix some copy-paste errors for file comments by Xin Long · 7 years ago
  23. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 79d0895 sctp: fix error path in sctp_stream_init by Marcelo Ricardo Leitner · 7 years ago
  25. 107e242 sctp: update mid instead of ssn when doing stream and asoc reset by Xin Long · 7 years ago
  26. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  27. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  28. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  29. 52a3958 sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 by Xin Long · 7 years ago
  30. 159f2a7 sctp: avoid flushing unsent queue when doing asoc reset by Xin Long · 7 years ago
  31. 5c6144a sctp: only allow the asoc reset when the asoc outq is empty by Xin Long · 7 years ago
  32. d570a59 sctp: only allow the out stream reset when the stream outq is empty by Xin Long · 7 years ago
  33. 3aa623d sctp: use sizeof(__u16) for each stream number length instead of magic number by Xin Long · 7 years ago
  34. 423852f sctp: check stream reset info len before making reconf chunk by Xin Long · 7 years ago
  35. dc82673 sctp: fix error return code in sctp_send_add_streams() by Wei Yongjun · 7 years ago
  36. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  38. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  39. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  40. 1fdb8d8 sctp: factor out stream->in allocation by Marcelo Ricardo Leitner · 7 years ago
  41. e090abd sctp: factor out stream->out allocation by Marcelo Ricardo Leitner · 7 years ago
  42. 1ae2eaa sctp: silence warns on sctp_stream_init allocations by Marcelo Ricardo Leitner · 7 years ago
  43. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 7 years ago
  44. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  45. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  46. 6c80138 sctp: process duplicated strreset asoc request correctly by Xin Long · 8 years ago
  47. d0f025e sctp: process duplicated strreset in and addstrm in requests correctly by Xin Long · 8 years ago
  48. e4dc99c sctp: process duplicated strreset out and addstrm out requests correctly by Xin Long · 8 years ago
  49. edb12f2 sctp: get list_of_streams of strreset outreq earlier by Xin Long · 8 years ago
  50. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 3dbcc10 sctp: alloc stream info when initializing asoc by Xin Long · 8 years ago
  52. 11ae76e sctp: implement receiver-side procedures for the Reconf Response Parameter by Xin Long · 8 years ago
  53. c5c4ebb sctp: implement receiver-side procedures for the Add Incoming Streams Request Parameter by Xin Long · 8 years ago
  54. 50a4159 sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter by Xin Long · 8 years ago
  55. 692787c sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  56. 16e1a91 sctp: implement receiver-side procedures for the Incoming SSN Reset Request Parameter by Xin Long · 8 years ago
  57. 8105447 sctp: implement receiver-side procedures for the Outgoing SSN Reset Request Parameter by Xin Long · 8 years ago
  58. 242bd2d sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request Parameter by Xin Long · 8 years ago
  59. a92ce1a sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  60. 119aecb sctp: streams should be recovered when it fails to send request. by Xin Long · 8 years ago
  61. 7f9d68a sctp: implement sender-side procedures for SSN Reset Request Parameter by Xin Long · 8 years ago
  62. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago