1. 5821c76 sctp: Use shash by Herbert Xu · 9 years ago
  2. dd7445a sctp: the temp asoc's transports should not be hashed/unhashed by Xin Long · 9 years ago
  3. c79c066 sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc by Xin Long · 9 years ago
  4. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 9 years ago
  5. e575235f net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 10 years ago
  6. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  7. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 11 years ago
  8. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  9. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  10. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  11. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  12. 0a2fbac net: sctp: decouple cleaning some socket data from endpoint by Daniel Borkmann · 11 years ago
  13. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  14. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 11 years ago
  15. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 11 years ago
  16. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  17. 81ce0db sctp: use the passed in gfp flags instead GFP_KERNEL by Dan Carpenter · 11 years ago
  18. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  19. 570617e net: sctp: remove unused multiple cookie keys by Daniel Borkmann · 11 years ago
  20. b5c37fe net: sctp: sctp_endpoint_free: zero out secret key data by Daniel Borkmann · 11 years ago
  21. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  22. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  23. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  24. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  25. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  26. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  27. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  28. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  29. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  30. deb85a6 sctp: bail from sctp_endpoint_lookup_assoc() if not bound by Vlad Yasevich · 13 years ago
  31. 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
  32. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  33. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  34. cb0dc77 net: fix sctp breakage by Al Viro · 15 years ago
  35. 5e739d1 sctp: fix potential panics in the SCTP-AUTH API. by Vlad Yasevich · 16 years ago
  36. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  37. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  38. 123ed97 SCTP: Use hashed lookup when looking for an association. by Vlad Yasevich · 17 years ago
  39. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  40. a29a5bd [SCTP]: Implement SCTP-AUTH initializations. by Vlad Yasevich · 17 years ago
  41. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 17 years ago
  42. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  43. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  44. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  45. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  46. 6a1e5f3 [SCTP]: sctp_process_init() and sctp_source() switched to net-endian. by Al Viro · 18 years ago
  47. 6c7be55 [SCTP]: sctp_has_association() switched to net-endian. by Al Viro · 18 years ago
  48. cd4ff03 [SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian. by Al Viro · 18 years ago
  49. 1c7d1fc [SCTP]: Switch sctp_endpoint_is_match() to net-endian. by Al Viro · 18 years ago
  50. be29681 [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian. by Al Viro · 18 years ago
  51. 7e1e4a2 [SCTP]: Switch sctp_bind_addr_match() to net-endian. by Al Viro · 18 years ago
  52. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  53. b68dbca [SCTP]: Fix warning by Vlad Yasevich · 18 years ago
  54. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  55. de76e69 [SCTP]: Remove temporary associations from backlog and hash. by Vlad Yasevich · 18 years ago
  56. 1b489e1 [SCTP]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  57. cfdeef3 [SCTP]: Unhash the endpoint in sctp_endpoint_free(). by Vlad Yasevich · 18 years ago
  58. 049b3ff [SCTP]: Include ulpevents in socket receive buffer accounting. by Neil Horman · 19 years ago
  59. 1e7d3d9 [SCTP]: Remove timeouts[] array from sctp_endpoint. by Vladislav Yasevich · 19 years ago
  60. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  61. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  62. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  63. 2f85a42 [SCTP] Make init & delayed sack timeouts configurable by user. by Vlad Yasevich · 19 years ago
  64. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  65. 4eb701d [SCTP] Fix SCTP sendbuffer accouting. by Neil Horman · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago