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