1. 86c2a39 sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY by Xin Long · 4 years, 6 months ago
  2. 062e2f0 sctp: use transport pf_retrans in sctp_do_8_2_transport_strike by Xin Long · 4 years, 10 months ago
  3. f85c2f3 sctp: fix the transport error_count check by Xin Long · 4 years, 10 months ago
  4. 83dbc3d sctp: make sctp_outq_flush/tail/uncork return void by Xin Long · 8 years ago
  5. 66388f2 sctp: do not return the transmit err back to sctp_sendmsg by Xin Long · 8 years ago
  6. d46e416 sctp: sctp should change socket state when shutdown is received by Xin Long · 8 years ago
  7. 0970f5b sctp: signal sk_data_ready earlier on data chunks reception by Marcelo Ricardo Leitner · 8 years ago
  8. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. fb586f2 sctp: delay calls to sk_data_ready() as much as possible by Marcelo Ricardo Leitner · 8 years ago
  10. ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 8 years ago
  11. 07b4d6a sctp: do not update a_rwnd if we are not issuing a sack by Marcelo Ricardo Leitner · 8 years ago
  12. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 8 years ago
  13. 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 8 years ago
  14. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 649621e sctp: fix use-after-free in pr_debug statement by Marcelo Ricardo Leitner · 8 years ago
  16. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 8 years ago
  17. 566178f net: sctp: dynamically enable or disable pf state by Zhu Yanjun · 9 years ago
  18. 635682a sctp: Prevent soft lockup when sctp_accept() is called during a timeout event by Karl Heiss · 9 years ago
  19. f05940e sctp: Whitespace fix by Karl Heiss · 9 years ago
  20. 73e6742 sctp: Do not try to search for the transport twice by Vlad Yasevich · 9 years ago
  21. f648f80 sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state by lucien · 9 years ago
  22. 8c2eab9 net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'. by Karl Heiss · 10 years ago
  23. 7cce3b7 net: sctp: Potentially-Failed state should not be reached from unconfirmed state by Matija Glavinic Pecotic · 10 years ago
  24. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 10 years ago
  25. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 10 years ago
  26. 131334d sctp: remove casting from function calls through ops structure by wangweidong · 11 years ago
  27. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  28. 7926c1d net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb by Daniel Borkmann · 11 years ago
  29. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  30. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  31. 8c2f414 net: sctp: confirm route during forward progress by Daniel Borkmann · 11 years ago
  32. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  33. f9e42b8 net: sctp: sideeffect: throw BUG if primary_path is NULL by Daniel Borkmann · 11 years ago
  34. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  35. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  36. de4594a sctp: send abort chunk when max_retrans exceeded by Neil Horman · 12 years ago
  37. b26ddd8 sctp: Clean up type-punning in sctp_cmd_t union by Neil Horman · 12 years ago
  38. f6e80ab sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() by Zijie Pan · 12 years ago
  39. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 12 years ago
  40. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  41. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  42. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  43. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  44. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  45. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  46. 34d2d89 sctp: fasthandoff with ASCONF at server-node by Michio Honda · 13 years ago
  47. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 13 years ago
  48. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  49. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 13 years ago
  50. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  51. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  52. de6becd sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 13 years ago
  53. 6600992 sctp: kill abandoned SCTP_CMD_TRANSMIT command by Shan Wei · 13 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  56. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  57. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  59. 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
  60. c17b02b sctp: send SHUTDOWN-ACK chunk back to the source. by Vlad Yasevich · 14 years ago
  61. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  64. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  65. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  66. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  67. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  68. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  69. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  70. e0e9db1 sctp: Select a working primary during sctp_connectx() by Vlad Yasevich · 15 years ago
  71. d4d6fb5 sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN. by Vlad Yasevich · 15 years ago
  72. b9f8478 sctp: Fix error count increments that were results of HEARTBEATS by Vlad Yasevich · 15 years ago
  73. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 15 years ago
  74. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  75. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 15 years ago
  77. 3df2678 sctp: fix kernel panic with ERROR chunk containing too many error causes by Wei Yongjun · 15 years ago
  78. faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 15 years ago
  79. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  80. 96cd0d3 sctp: enable cookie-echo retransmission transport switch by Vlad Yasevich · 16 years ago
  81. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  82. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 16 years ago
  83. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 765ff02 [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update by Gui Jianfeng · 16 years ago
  85. 9dbc15f [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. by Robert P. J. Day · 16 years ago
  86. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 16 years ago
  87. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  89. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 17 years ago
  90. 730fc3d [SCTP]: Implete SCTP-AUTH parameter processing by Vlad Yasevich · 17 years ago
  91. d99fa42 SCTP: Use net_ratelimit to suppress error messages print too fast by Wei Yongjun · 17 years ago
  92. ea2dfb3 SCTP: properly clean up fragment and ordering queues during FWD-TSN. by Vlad Yasevich · 17 years ago
  93. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 17 years ago
  94. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  95. a5a35e7 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. by Vlad Yasevich · 17 years ago
  96. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. e533ca1 [SCTP]: Force update of the rto when processing HB-ACK by Vlad Yasevich · 17 years ago
  98. 732ba35 [SCTP]: Fix SACK sequence during shutdown by Vlad Yasevich · 17 years ago
  99. 2178eda [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. by Al Viro · 18 years ago
  100. b3f5b3b [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. by Al Viro · 18 years ago