1. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 15 years ago
  2. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 15 years ago
  3. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 15 years ago
  4. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  5. faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 15 years ago
  6. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 15 years ago
  7. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  8. 52cae8f sctp: try harder to figure out address family when checking wildcards by Vlad Yasevich · 16 years ago
  9. c226ef9 sctp: reduce memory footprint of sctp_chunk structure by Neil Horman · 16 years ago
  10. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 16 years ago
  11. abd0b198 sctp: make sctp_outq_flush() static by Adrian Bunk · 16 years ago
  12. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  13. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  14. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 16 years ago
  16. 62aeaff sctp: Start T3-RTX timer when fast retransmitting lowest TSN by Vlad Yasevich · 16 years ago
  17. a646523 sctp: Correctly implement Fast Recovery cwnd manipulations. by Vlad Yasevich · 16 years ago
  18. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 16 years ago
  19. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 16 years ago
  20. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 16 years ago
  21. 58fbbed [SCTP]: extend exported data in /proc/net/sctp/assoc by Neil Horman · 16 years ago
  22. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  23. 75205f4 [SCTP]: Implement ADD-IP special case processing for ABORT chunk by Vlad Yasevich · 17 years ago
  24. f57d96b [SCTP]: Change use_as_src into a full address state by Vlad Yasevich · 17 years ago
  25. a08de64 [SCTP]: Update ASCONF processing to conform to spec. by Vlad Yasevich · 17 years ago
  26. d6de309 [SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT by Vlad Yasevich · 17 years ago
  27. 42e30bf [SCTP]: Handle the wildcard ADD-IP Address parameter by Vlad Yasevich · 17 years ago
  28. f4ab2f72 [NET] include/net/: Spelling fixes by Joe Perches · 17 years ago
  29. 8e71a11 [SCTP]: Fix the bind_addr info during migration. by Vlad Yasevich · 17 years ago
  30. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  31. 73d9c4f SCTP: Allow ADD_IP to work with AUTH for backward compatibility. by Vlad Yasevich · 17 years ago
  32. 88799fe SCTP: Correctly disable ADD-IP when AUTH is not supported. by Vlad Yasevich · 17 years ago
  33. 0ed90fb SCTP: Update RCU handling during the ADD-IP case by Vlad Yasevich · 17 years ago
  34. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 17 years ago
  35. 0639300 [SCTP]: port randomization by Stephen Hemminger · 17 years ago
  36. 6b2f9cb [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. by Vlad Yasevich · 17 years ago
  37. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  38. 4cd57c8 [SCTP]: Enable the sending of the AUTH chunk. by Vlad Yasevich · 17 years ago
  39. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 17 years ago
  40. 131a47e [SCTP]: Implement the Supported Extensions Parameter by Vlad Yasevich · 17 years ago
  41. 5c94bf8 [SCTP]: Make sctp_addto_param() static. by Adrian Bunk · 17 years ago
  42. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 17 years ago
  43. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 17 years ago
  44. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  45. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  46. 00f1c2d SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly by Wei Yongjun · 17 years ago
  47. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  48. c910b47 [SCTP] Update pmtu handling to be similar to tcp by Vlad Yasevich · 17 years ago
  49. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 17 years ago
  50. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 17 years ago
  51. d49d91d [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. by Vlad Yasevich · 17 years ago
  52. b6e1331 [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option by Vlad Yasevich · 17 years ago
  53. 749bf92 [SCTP]: Reset some transport and association variables on restart by Vlad Yasevich · 17 years ago
  54. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 18 years ago
  55. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  56. 29c7cf9 [SCTP]: Handle address add/delete events in a more efficient way. by Sridhar Samudrala · 18 years ago
  57. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  58. 3dbe865 [SCTP]: Annotate ->supported_addrs(). by Al Viro · 18 years ago
  59. e1857ea [SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. by Al Viro · 18 years ago
  60. 6fbfa9f [SCTP]: Annotate ->inaddr_any(). by Al Viro · 18 years ago
  61. c9c938c [SCTP]: flip_to_{h,n}() are not needed anymore. by Al Viro · 18 years ago
  62. 516b20e [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  63. 74af924 [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  64. 80f15d6 [SCTP]: ->source_h is not used anymore. by Al Viro · 18 years ago
  65. a926626 [SCTP]: Switch all remaining users of ->saddr_h to ->saddr. by Al Viro · 18 years ago
  66. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  67. 854d43a [SCTP]: Annotate ->dst_saddr() by Al Viro · 18 years ago
  68. 2a6fd78 [SCTP] embedded sctp_addr: net-endian mirrors by Al Viro · 18 years ago
  69. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  70. 04afd8b [SCTP]: Beginning of sin_port fixes. by Al Viro · 18 years ago
  71. dbc16db [SCTP]: Trivial sctp endianness annotations. by Al Viro · 18 years ago
  72. b68dbca [SCTP]: Fix warning by Vlad Yasevich · 18 years ago
  73. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  74. 3fd091e [SCTP]: Remove multiple levels of msecs to jiffies conversions. by Vladislav Yasevich · 18 years ago
  75. 1b489e1 [SCTP]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  76. dc022a9 [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed by Sridhar Samudrala · 18 years ago
  77. ad8fec1 [SCTP]: Verify all the paths to a peer via heartbeat before using them. by Sridhar Samudrala · 18 years ago
  78. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago
  79. 7c3ceb4f [SCTP]: Allow spillover of receive buffer to avoid deadlock. by Neil Horman · 18 years ago
  80. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  81. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 18 years ago
  82. 313e7b4 [SCTP]: Fix machine check/connection hang on IA64. by Vlad Yasevich · 19 years ago
  83. 8116ffa [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. by Vlad Yasevich · 19 years ago
  84. 9834a2b [SCTP]: Fix sctp_cookie alignment in the packet. by Vlad Yasevich · 19 years ago
  85. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  86. 049b3ff [SCTP]: Include ulpevents in socket receive buffer accounting. by Neil Horman · 19 years ago
  87. 1e7d3d9 [SCTP]: Remove timeouts[] array from sctp_endpoint. by Vladislav Yasevich · 19 years ago
  88. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  89. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  90. 79af02c [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. by David S. Miller · 19 years ago
  91. 2f85a42 [SCTP] Make init & delayed sack timeouts configurable by user. by Vlad Yasevich · 19 years ago
  92. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  93. 4eb701d [SCTP] Fix SCTP sendbuffer accouting. by Neil Horman · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago