1. 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 8 years ago
  2. 1eed677 sctp: fix the transport dead race check by using atomic_add_unless on refcnt by Xin Long · 8 years ago
  3. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  4. d6c0256 sctp: add the rhashtable apis for sctp global transport hashtable by Xin Long · 9 years ago
  5. 8a0d19c sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDING by lucien · 9 years ago
  6. 38ee8fb sctp: convert sack_needed and sack_generation to bits by Marcelo Ricardo Leitner · 9 years ago
  7. 2d45a02 sctp: fix ASCONF list handling by Marcelo Ricardo Leitner · 9 years ago
  8. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  9. 16704b1 Removed unused function sctp_addr_is_valid() by Sébastien Barré · 10 years ago
  10. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  11. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  12. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 10 years ago
  13. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 10 years ago
  14. e575235f net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 10 years ago
  15. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  16. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  17. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 10 years ago
  18. 6daaf0d sctp: make sctp_addto_chunk_fixed local by stephen hemminger · 11 years ago
  19. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. 619a60e sctp: Remove outqueue empty state by Vlad Yasevich · 11 years ago
  21. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. be78cfc sctp: Reorder 'struc association' members to reduce its size by wangweidong · 11 years ago
  23. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  24. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  25. 6eabca5 sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements by Xufeng Zhang · 11 years ago
  26. 76bfd89 net: sctp: reorder sctp_globals to reduce cacheline usage by Daniel Borkmann · 11 years ago
  27. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  28. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  29. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  30. 5a13929 sctp: Pack dst_cookie into 1st cacheline hole for 64bit host by fan.du · 11 years ago
  31. d27fc78 sctp: Don't lookup dst if transport dst is still valid by fan.du · 11 years ago
  32. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  33. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  34. 3e3251b net: sctp: minor: remove dead code from sctp_packet by Daniel Borkmann · 11 years ago
  35. 50181c0 net: sctp: sctp_bind_addr: remove dead code by Daniel Borkmann · 11 years ago
  36. 8fa5df6 net: sctp: sctp_transport: remove unused variable by Daniel Borkmann · 11 years ago
  37. 165a4c3 net: sctp: sctp_outq: remove 'malloced' from its struct by Daniel Borkmann · 11 years ago
  38. ee16371 net: sctp: sctp_inq: remove dead code by Daniel Borkmann · 11 years ago
  39. 542c2d83 net: sctp: sctp_ssnmap: remove 'malloced' element from struct by Daniel Borkmann · 11 years ago
  40. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 11 years ago
  41. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 11 years ago
  42. 570617e net: sctp: remove unused multiple cookie keys by Daniel Borkmann · 11 years ago
  43. 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 12 years ago
  44. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  45. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  46. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 12 years ago
  47. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  48. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 12 years ago
  49. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  50. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  51. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  52. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  53. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  54. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  55. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  56. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  57. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  58. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  59. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  60. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  61. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 13 years ago
  62. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  63. ddc4bbe sctp: fasthandoff with ASCONF at mobile-node by Michio Honda · 13 years ago
  64. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 13 years ago
  65. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  66. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  67. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  68. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  69. 8663c93 sctp: Store a flowi in transports to provide persistent keying. by David S. Miller · 13 years ago
  70. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  71. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  72. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  73. de6becd sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 13 years ago
  74. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 13 years ago
  75. 49b4a65 sctp: kill unused macros in head file by Shan Wei · 14 years ago
  76. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  77. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  78. ff93793 sctp: dubious bitfields in sctp_transport by Dan Carpenter · 14 years ago
  79. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  81. 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
  82. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  83. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  84. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  85. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  86. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 14 years ago
  87. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  88. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  89. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  90. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  91. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  92. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  93. 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 15 years ago
  94. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  95. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  96. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  97. 9237ccb sctp: turn flags in 'struct sctp_association' into bit fields by Wei Yongjun · 15 years ago
  98. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 15 years ago
  99. a803c94 sctp: Turn flags in 'sctp_packet' into bit fields by Vlad Yasevich · 15 years ago
  100. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 15 years ago