1. 2cb5c8e sctp: Add peeloff-flags socket option by Neil Horman · 7 years ago
  2. d229d48 sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp by Xin Long · 8 years ago
  3. c0d8bab sctp: add get and set sockopt for reconf_enable by Xin Long · 8 years ago
  4. b444153 sctp: add support for generating add stream change event notification by Xin Long · 8 years ago
  5. c95129d sctp: add support for generating assoc reset event notification by Xin Long · 8 years ago
  6. 35ea82d sctp: add support for generating stream ssn reset event notification by Xin Long · 8 years ago
  7. 242bd2d sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request Parameter by Xin Long · 8 years ago
  8. a92ce1a sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  9. 7f9d68a sctp: implement sender-side procedures for SSN Reset Request Parameter by Xin Long · 8 years ago
  10. 9fb657a sctp: add sockopt SCTP_ENABLE_STREAM_RESET by Xin Long · 8 years ago
  11. dca3f53 sctp: Export struct sctp_info to userspace by Phil Sutter · 8 years ago
  12. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  13. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 8 years ago
  14. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  15. 6b3fd5f net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support by Geir Ola Vaagland · 10 years ago
  16. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  17. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 10 years ago
  18. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 10 years ago
  19. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  20. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  21. 1b86643 net: sctp: introduce uapi header for sctp by Daniel Borkmann · 12 years ago[Renamed (90%) from include/net/sctp/user.h]
  22. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  23. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  24. 7dc04d7 sctp: Add socket option operation for Auto-ASCONF. by Michio Honda · 14 years ago
  25. e1cdd55 sctp: implement event notification SCTP_SENDER_DRY_EVENT by Wei Yongjun · 14 years ago
  26. ee916fd sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT by Wei Yongjun · 14 years ago
  27. 209ba42 sctp: implement socket option SCTP_GET_ASSOC_ID_LIST by Wei Yongjun · 14 years ago
  28. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  29. 4580ccc sctp: user perfect name for Delayed SACK Timer option by Shan Wei · 14 years ago
  30. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  31. a5b03ad sctp: Turn the enum socket options into defines by Vlad Yasevich · 15 years ago
  32. a242b41 sctp: remove deprecated SCTP_GET_*_OLD stuffs by Amerigo Wang · 15 years ago
  33. b93d647 sctp: implement the sender side for SACK-IMMEDIATELY extension by Wei Yongjun · 15 years ago
  34. b4e8c6a sctp: remove unused union (sctp_cmsg_data_t) definition by Rami Rosen · 15 years ago
  35. c6ba68a sctp: support non-blocking version of the new sctp_connectx() API by Vlad Yasevich · 16 years ago
  36. aea3c5c sctp: Implement socket option SCTP_GET_ASSOC_NUMBER by Wei Yongjun · 16 years ago
  37. 88a0a94 sctp: Support the new specification of sctp_connectx() by Vlad Yasevich · 17 years ago
  38. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 17 years ago
  39. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 17 years ago
  40. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  41. f691724 [SCTP]: Fix the name of the authentication event. by Vlad Yasevich · 17 years ago
  42. 65b07e5 [SCTP]: API updates to suport SCTP-AUTH extensions. by Vlad Yasevich · 17 years ago
  43. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 18 years ago
  44. a5a35e7 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. by Vlad Yasevich · 18 years ago
  45. bdf3092 [SCTP]: Honor flags when setting peer address parameters by Vlad Yasevich · 18 years ago
  46. 1ae4114 [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event by Vlad Yasevich · 18 years ago
  47. d49d91d [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. by Vlad Yasevich · 18 years ago
  48. b6e1331 [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option by Vlad Yasevich · 18 years ago
  49. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 18 years ago
  50. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  51. ad8fec1 [SCTP]: Verify all the paths to a peer via heartbeat before using them. by Sridhar Samudrala · 18 years ago
  52. 7708610 [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. by Frank Filz · 19 years ago
  53. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  54. eaa5c54 [SCTP] Rename SCTP specific control message flags. by Ivan Skytte Jorgensen · 19 years ago
  55. 20c9c82 [SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels. by Sridhar Samudrala · 19 years ago
  56. 5fe467e [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels. by Ivan Skytte Jørgensen · 19 years ago
  57. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago