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