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