1. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  2. 96c0e0a net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3 by Andy Lutomirski · 8 years ago
  3. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 8 years ago
  4. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  5. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  6. 489ce5f sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant by Nicholas Mc Guire · 8 years ago
  7. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 8 years ago
  8. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  10. 7a84bd4 sctp: translate network order to host order when users get a hmacid by Xin Long · 8 years ago
  11. 5821c76 sctp: Use shash by Herbert Xu · 9 years ago
  12. 27f7ed2 sctp: allow setting SCTP_SACK_IMMEDIATELY by the application by Marcelo Ricardo Leitner · 9 years ago
  13. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  14. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. 068d8bd sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close by Xin Long · 9 years ago
  16. 3538a5c sctp: label accepted/peeled off sockets by Marcelo Ricardo Leitner · 9 years ago
  17. 9ba0b96 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  18. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. 8b570dc sctp: only drop the reference on the datamsg after sending a msg by lucien · 9 years ago
  20. 69b5777 sctp: hold the chunks only after the chunk is enqueued in outq by lucien · 9 years ago
  21. 50a5ffb sctp: also copy sk_tsflags when copying the socket by Marcelo Ricardo Leitner · 9 years ago
  22. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  23. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 602dd62 ipv6: sctp: implement sctp_v6_destroy_sock() by Eric Dumazet · 9 years ago
  25. cacc062 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  26. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  27. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  28. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  29. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  30. 81296fc net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings by Daniel Borkmann · 9 years ago
  31. 1830fce net: Kill sock->sk_protinfo by David Miller · 9 years ago
  32. 2d45a02 sctp: fix ASCONF list handling by Marcelo Ricardo Leitner · 9 years ago
  33. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 9 years ago
  34. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  35. 2061dcd net: sctp: fix race for one-to-many sockets in sendmsg's auto associate by Daniel Borkmann · 10 years ago
  36. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  37. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  38. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  39. f869c91 net: sctp: keep owned chunk in destructor_arg instead of skb->cb by Daniel Borkmann · 10 years ago
  40. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  41. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  42. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  43. bbbea41 net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support by Daniel Borkmann · 10 years ago
  44. 6b3fd5f net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support by Geir Ola Vaagland · 10 years ago
  45. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  46. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 10 years ago
  47. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 10 years ago
  48. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  49. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  50. 8465a5f sctp: add support for busy polling to sctp protocol by Neil Horman · 10 years ago
  51. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  52. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  53. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  54. 1e1cdf8 net: sctp: test if association is dead in sctp_wake_up_waiters by Daniel Borkmann · 10 years ago
  55. 52c35be net: sctp: wake up all assocs if sndbuf policy is per socket by Daniel Borkmann · 10 years ago
  56. ffd5939 net: sctp: fix sctp_connectx abi for ia32 emulation/compat mode by Daniel Borkmann · 10 years ago
  57. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 10 years ago
  58. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 11 years ago
  59. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 11 years ago
  60. 3c8e43b sctp: remove macros sctp_spin_[un]lock by wangweidong · 11 years ago
  61. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 11 years ago
  62. 0ea5e4d sctp: create helper function to enable|disable sackdelay by wangweidong · 11 years ago
  63. 0e864b2 sctp: remove a redundant NULL check by Dan Carpenter · 11 years ago
  64. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  65. f916ec9 sctp: Add process name and pid to deprecation warnings by Neil Horman · 11 years ago
  66. 94f6519 SCTP: Reduce log spamming for sctp setsockopt by Neil Horman · 11 years ago
  67. 4e2d52b sctp: fix checkpatch errors with //commen by wangweidong · 11 years ago
  68. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  69. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 11 years ago
  70. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  71. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  72. 85f935d sctp: check the rto_min and rto_max in setsockopt by wangweidong · 11 years ago
  73. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  74. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  75. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  76. 88362ad net: sctp: fix smatch warning in sctp_send_asconf_del_ip by Daniel Borkmann · 11 years ago
  77. a0fb05d net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE by Daniel Borkmann · 11 years ago
  78. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  79. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  80. 8a59bd3 sctp: use get_unused_fd_flags(0) instead of get_unused_fd() by Yann Droneaud · 11 years ago
  81. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  82. 62208f1 net: sctp: simplify sctp_get_port by Daniel Borkmann · 11 years ago
  83. 0a2fbac net: sctp: decouple cleaning some socket data from endpoint by Daniel Borkmann · 11 years ago
  84. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  85. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  87. c164b83 net: sctp: minor: remove variable in sctp_init_sock by Daniel Borkmann · 11 years ago
  88. 1abd165 net: sctp: fix NULL pointer dereference in socket destruction by Daniel Borkmann · 11 years ago
  89. 524fba6 sctp: fix error return code in __sctp_connect() by Wei Yongjun · 11 years ago
  90. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  91. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  92. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  93. 726bc6b net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS by Guenter Roeck · 11 years ago
  94. 6ba542a net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree by Daniel Borkmann · 11 years ago
  95. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  96. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  97. 6e51fe7 sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall by Tommi Rantala · 12 years ago
  98. 3594698 net: Make CAP_NET_BIND_SERVICE per user namespace by Eric W. Biederman · 12 years ago
  99. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. d3e9a1d net: sctp: Fix typo in net/sctp by Masanari Iida · 12 years ago