1. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  2. 713e00a sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  3. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 12 years ago
  4. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 12 years ago
  5. 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
  6. 94960e8 sctp: convert to idr_alloc() by Tejun Heo · 12 years ago
  7. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  8. 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 12 years ago
  9. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  10. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  11. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  12. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  13. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  14. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  15. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  16. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  17. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  18. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  19. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  20. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 13 years ago
  21. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 13 years ago
  22. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 14 years ago
  23. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  24. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  25. 9494c7c sctp: fix oops while removed transport still using as retran path by Wei Yongjun · 14 years ago
  26. 25f7bf7 sctp: fix oops when updating retransmit path with DEBUG on by Vlad Yasevich · 14 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  28. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 14 years ago
  29. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  30. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  31. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  32. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 15 years ago
  33. 6588337 sctp: rwnd_press should be cumulative by Vlad Yasevich · 15 years ago
  34. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 15 years ago
  35. d598b16 sctp: Make sure we always return valid retransmit path by Vlad Yasevich · 15 years ago
  36. fbdf501 sctp: Do no select unconfirmed transports for retransmissions by Vlad Yasevich · 15 years ago
  37. 0c42749 sctp: fix potential reference of a freed pointer by Vlad Yasevich · 15 years ago
  38. 4814326 sctp: prevent too-fast association id reuse by Vlad Yasevich · 15 years ago
  39. da85b73 sctp: fix integer overflow when setting the autoclose timer by Andrei Pelinescu-Onciul · 15 years ago
  40. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  41. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  42. e0e9db1 sctp: Select a working primary during sctp_connectx() by Vlad Yasevich · 15 years ago
  43. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  44. 8da645e sctp: Get rid of an extra routing lookup when adding a transport. by Vlad Yasevich · 15 years ago
  45. 31b02e1 sctp: Failover transmitted list on transport delete by Vlad Yasevich · 15 years ago
  46. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 15 years ago
  47. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 15 years ago
  48. 4018788 sctp: release cached route when the transport goes down. by Vlad Yasevich · 15 years ago
  49. c6ba68a sctp: support non-blocking version of the new sctp_connectx() API by Vlad Yasevich · 15 years ago
  50. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  51. 10a43ce sctp: fix panic when T4-rto timer expire on removed transport by Wei Yongjun · 16 years ago
  52. 6345b19 sctp: fix panic when T2-shutdown timer expire on removed transport by Wei Yongjun · 16 years ago
  53. a2c3958 sctp: fix to only enable IPv6 address support on PF_INET6 socket by Wei Yongjun · 16 years ago
  54. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  55. add5237 sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH by Vlad Yasevich · 16 years ago
  56. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  57. 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
  58. 0f474d9 sctp: Kill unused variable in sctp_assoc_bh_rcv() by Vlad Yasevich · 16 years ago
  59. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  60. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  61. 319fa2a sctp: Correclty set changeover_active for SFR-CACC by Vlad Yasevich · 16 years ago
  62. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 4141ddc sctp: retran_path update bug fix by Gui Jianfeng · 16 years ago
  64. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 16 years ago
  65. 9dbc15f [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. by Robert P. J. Day · 17 years ago
  66. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  67. a869981 [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial number by Wei Yongjun · 17 years ago
  68. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  69. a08de64 [SCTP]: Update ASCONF processing to conform to spec. by Vlad Yasevich · 17 years ago
  70. 42e30bf [SCTP]: Handle the wildcard ADD-IP Address parameter by Vlad Yasevich · 17 years ago
  71. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  72. 73d9c4f SCTP: Allow ADD_IP to work with AUTH for backward compatibility. by Vlad Yasevich · 17 years ago
  73. 88799fe SCTP: Correctly disable ADD-IP when AUTH is not supported. by Vlad Yasevich · 17 years ago
  74. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  75. 730fc3d [SCTP]: Implete SCTP-AUTH parameter processing by Vlad Yasevich · 17 years ago
  76. a29a5bd [SCTP]: Implement SCTP-AUTH initializations. by Vlad Yasevich · 17 years ago
  77. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  78. cc75689 SCTP: Uncomfirmed transports can't become Inactive by Vlad Yasevich · 17 years ago
  79. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  80. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 18 years ago
  81. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 18 years ago
  82. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 18 years ago
  83. 1ae4114d [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event by Vlad Yasevich · 18 years ago
  84. 749bf92 [SCTP]: Reset some transport and association variables on restart by Vlad Yasevich · 18 years ago
  85. 0b58a81 [SCTP]: Clean up stale data during association restart by Vlad Yasevich · 18 years ago
  86. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  87. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  88. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  89. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  90. 8cec6b8 [SCTP]: We need to be careful when copying to sockaddr_storage. by Al Viro · 18 years ago
  91. b3f5b3b [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. by Al Viro · 18 years ago
  92. 4bdf4b5 [SCTP]: Switch sctp_assoc_add_peer() to net-endian. by Al Viro · 18 years ago
  93. b488c7d [SCTP]: sctp_transport_{init,new}() switched to net-endian. by Al Viro · 18 years ago
  94. e2fcced [SCTP]: Switch sctp_assoc_is_match to net-endian. by Al Viro · 18 years ago
  95. be29681 [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian. by Al Viro · 18 years ago
  96. 38a0314 [SCTP]: sctp_assoc_del_peer() switched to net-endian. by Al Viro · 18 years ago
  97. acd2bc9 [SCTP]: Switch ->primary_addr to net-endian. by Al Viro · 18 years ago
  98. 7e1e4a2 [SCTP]: Switch sctp_bind_addr_match() to net-endian. by Al Viro · 18 years ago
  99. 5f242a1 [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian. by Al Viro · 18 years ago
  100. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago