1. 4d92109 sctp: cache netns in sctp_ep_common by Xin Long · 4 years, 6 months ago
  2. e044554 sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer by Xin Long · 6 years ago
  3. 0e67ad5 sctp: delay the authentication for the duplicated cookie-echo chunk by Xin Long · 6 years ago
  4. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  5. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  6. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 8 years ago
  7. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 8 years ago
  8. 39d2ade sctp: fix the transports round robin issue when init is retransmitted by Xin Long · 8 years ago
  9. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 8 years ago
  10. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  11. 2103d6b net: sctp: Don't use 64 kilobyte lookup table for four elements by Denys Vlasenko · 9 years ago
  12. 7d37d0c net: sctp: Deletion of an unnecessary check before the function call "kfree" by Markus Elfring · 9 years ago
  13. 600ddd6 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 9 years ago
  14. b69040d net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 10 years ago
  15. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 10 years ago
  16. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 10 years ago
  17. 061079a sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe by zhuyj · 10 years ago
  18. 1be9a95 net: sctp: inherit auth_capable on INIT collisions by Daniel Borkmann · 10 years ago
  19. d3217b1 sctp: Fix sk_ack_backlog wrap-around problem by Xufeng Zhang · 10 years ago
  20. 9b87d46 net: sctp: fix incorrect type in gfp initializer by Daniel Borkmann · 10 years ago
  21. a7288c4 net: sctp: improve sctp_select_active_and_retran_path selection by Daniel Borkmann · 10 years ago
  22. e575235f net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 10 years ago
  23. b82e8f3 net: sctp: refactor active path selection by Daniel Borkmann · 10 years ago
  24. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  25. 433131b net: sctp: remove NULL check in sctp_assoc_update_retran_path by Daniel Borkmann · 10 years ago
  26. 4c47af4 net: sctp: rework multihoming retransmission path selection to rfc4960 by Daniel Borkmann · 10 years ago
  27. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 10 years ago
  28. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  29. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 10 years ago
  30. 9d2c881 sctp: fix some comments in associola.c by wangweidong · 10 years ago
  31. ce4a03d sctp: convert sctp_peer_needs_update to boolean by wangweidong · 10 years ago
  32. 8b7318d sctp: remove the else path by wangweidong · 10 years ago
  33. d1d6618 sctp: remove the duplicate initialize by wangweidong · 10 years ago
  34. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  35. d30a58b net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3) by Chang Xiangzhong · 11 years ago
  36. 2bccbad sctp: fix some comments in chunk.c and associola.c by wangweidong · 11 years ago
  37. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. ac4f959 net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state by Daniel Borkmann · 11 years ago
  39. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  40. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  41. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  42. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  43. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  44. 2e0c9e7 net: sctp: sctp_association_init: put refs in reverse order by Daniel Borkmann · 11 years ago
  45. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  46. 713e00a sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() by Jeff Layton · 11 years ago
  47. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 11 years ago
  48. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 11 years ago
  49. 2317f44 sctp: don't break the loop while meeting the active_path so as to find the matched transport by Xufeng Zhang · 11 years ago
  50. 94960e8 sctp: convert to idr_alloc() by Tejun Heo · 11 years ago
  51. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  52. 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 11 years ago
  53. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  54. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  55. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  56. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  57. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  58. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  59. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  60. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  61. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  62. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  63. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  64. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 12 years ago
  65. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 13 years ago
  66. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  67. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  68. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  69. 9494c7c sctp: fix oops while removed transport still using as retran path by Wei Yongjun · 13 years ago
  70. 25f7bf7 sctp: fix oops when updating retransmit path with DEBUG on by Vlad Yasevich · 13 years ago
  71. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  72. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 13 years ago
  73. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  74. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  75. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  76. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  77. 6588337 sctp: rwnd_press should be cumulative by Vlad Yasevich · 14 years ago
  78. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  79. d598b16 sctp: Make sure we always return valid retransmit path by Vlad Yasevich · 14 years ago
  80. fbdf501 sctp: Do no select unconfirmed transports for retransmissions by Vlad Yasevich · 14 years ago
  81. 0c42749 sctp: fix potential reference of a freed pointer by Vlad Yasevich · 14 years ago
  82. 4814326 sctp: prevent too-fast association id reuse by Vlad Yasevich · 15 years ago
  83. da85b73 sctp: fix integer overflow when setting the autoclose timer by Andrei Pelinescu-Onciul · 15 years ago
  84. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  85. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  86. e0e9db1 sctp: Select a working primary during sctp_connectx() by Vlad Yasevich · 15 years ago
  87. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  88. 8da645e sctp: Get rid of an extra routing lookup when adding a transport. by Vlad Yasevich · 15 years ago
  89. 31b02e1 sctp: Failover transmitted list on transport delete by Vlad Yasevich · 15 years ago
  90. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 15 years ago
  91. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 15 years ago
  92. 4018788 sctp: release cached route when the transport goes down. by Vlad Yasevich · 15 years ago
  93. c6ba68a sctp: support non-blocking version of the new sctp_connectx() API by Vlad Yasevich · 15 years ago
  94. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  95. 10a43ce sctp: fix panic when T4-rto timer expire on removed transport by Wei Yongjun · 15 years ago
  96. 6345b19 sctp: fix panic when T2-shutdown timer expire on removed transport by Wei Yongjun · 15 years ago
  97. a2c3958 sctp: fix to only enable IPv6 address support on PF_INET6 socket by Wei Yongjun · 15 years ago
  98. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  99. add5237 sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH by Vlad Yasevich · 16 years ago
  100. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago