1. 16002a4 sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 by Eric Dumazet · 6 years ago
  2. 2c7608e sctp: fix recursive locking warning in sctp_do_peeloff by Xin Long · 7 years ago
  3. b923c86 sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 6 years ago
  4. 2e67122 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  5. 2f056e7 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 6 years ago
  6. 8e3534ea sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 6 years ago
  7. ae67e54 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 6 years ago
  8. 9904da5 sctp: use the right sk after waking up from wait_buf sleep by Xin Long · 7 years ago
  9. 1158ecd5 sctp: do not free asoc when it is already dead in sctp_sendmsg by Xin Long · 7 years ago
  10. 362d2ce sctp: do not peel off an assoc from one netns to another one by Xin Long · 7 years ago
  11. b89fc6a sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  12. 08d56d8 sctp: Avoid out-of-bounds reads from address storage by Stefano Brivio · 7 years ago
  13. 168bd51 sctp: check af before verify address in sctp_addr_id2transport by Xin Long · 7 years ago
  14. 4c24686 sctp: return next obj by passing pos + 1 into sctp_transport_get_idx by Xin Long · 7 years ago
  15. 8cda426 sctp: disable BH in sctp_for_each_endpoint by Xin Long · 7 years ago
  16. fb72eca sctp: sctp_addr_id2transport should verify the addr before looking up assoc by Xin Long · 7 years ago
  17. 02f0430 sctp: listen on the sock only when it's state is listening or closed by Xin Long · 7 years ago
  18. 35b9d61 sctp: deny peeloff operation on asocs with threads sleeping on it by Marcelo Ricardo Leitner · 7 years ago
  19. 00eff2e sctp: avoid BUG_ON on sctp_wait_for_sndbuf by Marcelo Ricardo Leitner · 7 years ago
  20. ed3cc32 sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null by Xin Long · 7 years ago
  21. 5bf35dd sctp: change sk state only when it has assocs in sctp_shutdown by Xin Long · 8 years ago
  22. 7233bc8 sctp: assign assoc_id earlier in __sctp_connect by Marcelo Ricardo Leitner · 8 years ago
  23. cd26da4 sctp: hold transport instead of assoc in sctp_diag by Xin Long · 8 years ago
  24. a4b8e71 net: sctp, forbid negative length by Jiri Slaby · 8 years ago
  25. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 1cceda78 sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock by Xin Long · 8 years ago
  27. b61c654 sctp: free msg->chunks when sctp_primitive_SEND return err by Xin Long · 8 years ago
  28. e087869 sctp: allow receiving msg when TCP-style sk is in CLOSED state by Xin Long · 8 years ago
  29. 5fc382d net/sctp: terminate rhashtable walk correctly by Vegard Nossum · 8 years ago
  30. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 8 years ago
  31. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  32. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  33. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  34. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  35. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 8 years ago
  36. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  37. 141ddef sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate by Xin Long · 8 years ago
  38. d46e416 sctp: sctp should change socket state when shutdown is received by Xin Long · 8 years ago
  39. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  40. 40eb90e sctp: sctp_diag should dump sctp socket type by Xin Long · 8 years ago
  41. 53fa103 sctp: fix some rhashtable functions using in sctp proc/diag by Xin Long · 8 years ago
  42. 626d16f sctp: export some apis or variables for sctp_diag and reuse some for proc by Xin Long · 8 years ago
  43. 52c52a6 sctp: add sctp_info dump api for sctp_diag by Xin Long · 8 years ago
  44. 311b217 sctp: simplify sk_receive_queue locking by Marcelo Ricardo Leitner · 8 years ago
  45. 486bdee sctp: add support for RPS and RFS by Marcelo Ricardo Leitner · 8 years ago
  46. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  47. 96c0e0a net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3 by Andy Lutomirski · 8 years ago
  48. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 8 years ago
  49. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  50. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  51. 489ce5f sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant by Nicholas Mc Guire · 8 years ago
  52. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 8 years ago
  53. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  55. 7a84bd4 sctp: translate network order to host order when users get a hmacid by Xin Long · 8 years ago
  56. 5821c76 sctp: Use shash by Herbert Xu · 8 years ago
  57. 27f7ed2 sctp: allow setting SCTP_SACK_IMMEDIATELY by the application by Marcelo Ricardo Leitner · 8 years ago
  58. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 8 years ago
  59. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. 068d8bd sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close by Xin Long · 8 years ago
  61. 3538a5c sctp: label accepted/peeled off sockets by Marcelo Ricardo Leitner · 8 years ago
  62. 9ba0b96 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 8 years ago
  63. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. 8b570dc sctp: only drop the reference on the datamsg after sending a msg by lucien · 9 years ago
  65. 69b5777 sctp: hold the chunks only after the chunk is enqueued in outq by lucien · 9 years ago
  66. 50a5ffb sctp: also copy sk_tsflags when copying the socket by Marcelo Ricardo Leitner · 9 years ago
  67. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  68. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  69. 602dd62 ipv6: sctp: implement sctp_v6_destroy_sock() by Eric Dumazet · 9 years ago
  70. cacc062 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  71. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  72. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  73. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  74. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  75. 81296fc net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings by Daniel Borkmann · 9 years ago
  76. 1830fce net: Kill sock->sk_protinfo by David Miller · 9 years ago
  77. 2d45a02 sctp: fix ASCONF list handling by Marcelo Ricardo Leitner · 9 years ago
  78. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 9 years ago
  79. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  80. 2061dcd net: sctp: fix race for one-to-many sockets in sendmsg's auto associate by Daniel Borkmann · 9 years ago
  81. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  82. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  83. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  84. f869c91 net: sctp: keep owned chunk in destructor_arg instead of skb->cb by Daniel Borkmann · 10 years ago
  85. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  86. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  87. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  88. bbbea41 net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support by Daniel Borkmann · 10 years ago
  89. 6b3fd5f net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support by Geir Ola Vaagland · 10 years ago
  90. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  91. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 10 years ago
  92. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 10 years ago
  93. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  94. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  95. 8465a5f sctp: add support for busy polling to sctp protocol by Neil Horman · 10 years ago
  96. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  97. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  98. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  99. 1e1cdf8 net: sctp: test if association is dead in sctp_wake_up_waiters by Daniel Borkmann · 10 years ago
  100. 52c35be net: sctp: wake up all assocs if sndbuf policy is per socket by Daniel Borkmann · 10 years ago