1. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. fb6df5a sctp: kfree_rcu asoc by Xin Long · 6 years ago
  3. 4135cce sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  4. a1e3a05 sctp: add subscribe per asoc by Xin Long · 6 years ago
  5. df132ef sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer by Xin Long · 6 years ago
  6. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  7. 4be4139 sctp: add support for setting flowlabel when adding a transport by Xin Long · 7 years ago
  8. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 7 years ago
  9. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. 59d8d44 sctp: delay the authentication for the duplicated cookie-echo chunk by Xin Long · 7 years ago
  11. 6ff0f87 sctp: introduce sctp_dst_mtu by Marcelo Ricardo Leitner · 7 years ago
  12. 2f5e3c9 sctp: introduce sctp_assoc_update_frag_point by Marcelo Ricardo Leitner · 7 years ago
  13. c4b2893 sctp: introduce sctp_assoc_set_pmtu by Marcelo Ricardo Leitner · 7 years ago
  14. c88da20 sctp: remove an if() that is always true by Marcelo Ricardo Leitner · 7 years ago
  15. 800e00c sctp: move transport pathmtu calc away of sctp_assoc_add_peer by Marcelo Ricardo Leitner · 7 years ago
  16. 22e15b6 sctp: remove the unused sctp_assoc_is_match function by Xin Long · 7 years ago
  17. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  18. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  19. bfc6f82 sctp: remove the typedef sctp_subtype_t by Xin Long · 8 years ago
  20. 0ceaeeb sctp: remove the typedef sctp_transport_cmd_t by Xin Long · 8 years ago
  21. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 8 years ago
  22. c638457 net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  23. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  24. 5ee8aa6 sctp: handle errors when updating asoc by Xin Long · 8 years ago
  25. 4abf5a6 sctp: no need to check assoc id before calling sctp_assoc_set_id by Xin Long · 8 years ago
  26. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  27. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  28. 3ab2137 sctp: fix stream update when processing dupcookie by Xin Long · 8 years ago
  29. 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
  30. 3dbcc10 sctp: alloc stream info when initializing asoc by Xin Long · 8 years ago
  31. 5819477 sctp: remove useless err from sctp_association_init by Xin Long · 8 years ago
  32. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  33. 9fb657a sctp: add sockopt SCTP_ENABLE_STREAM_RESET by Xin Long · 8 years ago
  34. c28445c sctp: add reconf_enable in asoc ep and netns by Xin Long · 8 years ago
  35. 7b9438d sctp: add stream reconf timer by Xin Long · 8 years ago
  36. cc16f00 sctp: add support for generating stream reconf ssn reset request chunk by Xin Long · 8 years ago
  37. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago
  38. 1636098 sctp: fix recovering from 0 win with small data chunks by Marcelo Ricardo Leitner · 8 years ago
  39. 58b94d8 sctp: do not loose window information if in rwnd_over by Marcelo Ricardo Leitner · 8 years ago
  40. 7fda702 sctp: use new rhlist interface on sctp transport rhashtable by Xin Long · 8 years ago
  41. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  42. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 9 years ago
  43. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 9 years ago
  44. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  45. 39d2ade sctp: fix the transports round robin issue when init is retransmitted by Xin Long · 9 years ago
  46. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 9 years ago
  47. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  48. 2103d6b net: sctp: Don't use 64 kilobyte lookup table for four elements by Denys Vlasenko · 9 years ago
  49. 7d37d0c net: sctp: Deletion of an unnecessary check before the function call "kfree" by Markus Elfring · 10 years ago
  50. 600ddd6 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 10 years ago
  51. b69040d net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 10 years ago
  52. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 11 years ago
  53. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 11 years ago
  54. 061079a sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe by zhuyj · 11 years ago
  55. 1be9a95 net: sctp: inherit auth_capable on INIT collisions by Daniel Borkmann · 11 years ago
  56. d3217b1 sctp: Fix sk_ack_backlog wrap-around problem by Xufeng Zhang · 11 years ago
  57. 9b87d46 net: sctp: fix incorrect type in gfp initializer by Daniel Borkmann · 11 years ago
  58. a7288c4 net: sctp: improve sctp_select_active_and_retran_path selection by Daniel Borkmann · 11 years ago
  59. e575235 net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 11 years ago
  60. b82e8f3 net: sctp: refactor active path selection by Daniel Borkmann · 11 years ago
  61. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 11 years ago
  62. 433131b net: sctp: remove NULL check in sctp_assoc_update_retran_path by Daniel Borkmann · 11 years ago
  63. 4c47af4 net: sctp: rework multihoming retransmission path selection to rfc4960 by Daniel Borkmann · 11 years ago
  64. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 11 years ago
  65. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  67. 9d2c881 sctp: fix some comments in associola.c by wangweidong · 11 years ago
  68. ce4a03d sctp: convert sctp_peer_needs_update to boolean by wangweidong · 11 years ago
  69. 8b7318d sctp: remove the else path by wangweidong · 11 years ago
  70. d1d6618 sctp: remove the duplicate initialize by wangweidong · 11 years ago
  71. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  72. d30a58ba net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3) by Chang Xiangzhong · 11 years ago
  73. 2bccbad sctp: fix some comments in chunk.c and associola.c by wangweidong · 11 years ago
  74. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  75. ac4f959 net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state by Daniel Borkmann · 12 years ago
  76. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 12 years ago
  77. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 12 years ago
  78. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  79. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 12 years ago
  80. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 12 years ago
  81. 2e0c9e7 net: sctp: sctp_association_init: put refs in reverse order by Daniel Borkmann · 12 years ago
  82. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  83. 713e00a sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  84. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 12 years ago
  85. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 12 years ago
  86. 2317f44 sctp: don't break the loop while meeting the active_path so as to find the matched transport by Xufeng Zhang · 12 years ago
  87. 94960e8 sctp: convert to idr_alloc() by Tejun Heo · 12 years ago
  88. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  89. 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 12 years ago
  90. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  91. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 13 years ago
  92. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 13 years ago
  93. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 13 years ago
  94. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 13 years ago
  95. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 13 years ago
  96. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 13 years ago
  97. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 13 years ago
  98. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 13 years ago
  99. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 13 years ago
  100. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago