1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  3. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  4. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. f53d77e sctp: reset ret in again path in sctp_for_each_transport by Xin Long · 7 years ago
  7. c981f25 sctp: use vmemdup_user() rather than badly open-coding memdup_user() by Al Viro · 7 years ago
  8. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. c5006b8 sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 7 years ago
  10. a0ff660 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 7 years ago
  11. 625637bf sctp: reinit stream if stream outcnt has been change by sinit in sendmsg by Xin Long · 7 years ago
  12. b2ce04c sctp: Copy struct sctp_sock.autoclose to userspace using put_user() by David Windsor · 8 years ago
  13. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  14. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 7 years ago
  16. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 7 years ago
  17. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 7 years ago
  18. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 8cb38a6 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 7 years ago
  20. cbabf46 net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition by Yafang Shao · 7 years ago
  21. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  22. 2342b8d sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams by Xin Long · 7 years ago
  23. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  24. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  25. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  26. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  27. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  28. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  29. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  30. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  31. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  32. cea0cc8 sctp: use the right sk after waking up from wait_buf sleep by Xin Long · 7 years ago
  33. ca3af4d sctp: do not free asoc when it is already dead in sctp_sendmsg by Xin Long · 7 years ago
  34. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. d04adf1 sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  36. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. df80cd9 sctp: do not peel off an assoc from one netns to another one by Xin Long · 7 years ago
  38. 0ccdf3c sctp: add sockopt to get/set stream scheduler parameters by Marcelo Ricardo Leitner · 7 years ago
  39. 13aa877 sctp: add sockopt to get/set stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  40. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  41. d25adbe sctp: fix an use-after-free issue in sctp_sock_dump by Xin Long · 7 years ago
  42. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. ee6c88b sctp: Avoid out-of-bounds reads from address storage by Stefano Brivio · 7 years ago
  44. b7ef261 sctp: remove the typedef sctp_socket_type_t by Xin Long · 7 years ago
  45. a05437a sctp: remove the typedef sctp_cmsgs_t by Xin Long · 7 years ago
  46. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  47. 2cb5c8e sctp: Add peeloff-flags socket option by Neil Horman · 8 years ago
  48. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  49. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  50. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  51. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 988c732 sctp: return next obj by passing pos + 1 into sctp_transport_get_idx by Xin Long · 8 years ago
  53. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 6dfe4b9 sctp: fix recursive locking warning in sctp_do_peeloff by Xin Long · 8 years ago
  55. 581409d sctp: disable BH in sctp_for_each_endpoint by Xin Long · 8 years ago
  56. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  57. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  58. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  59. 34b2789 sctp: listen on the sock only when it's state is listening or closed by Xin Long · 8 years ago
  60. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
  62. d229d48 sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp by Xin Long · 8 years ago
  63. afe8996 sctp: use right in and out stream cnt by Xin Long · 8 years ago
  64. f9ba350 sctp: change to save MSG_MORE flag into assoc by Xin Long · 8 years ago
  65. 2b5cd0d net: Change return type of sk_busy_loop from bool to void by Alexander Duyck · 8 years ago
  66. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. c0d8bab sctp: add get and set sockopt for reconf_enable by Xin Long · 8 years ago
  68. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  69. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  70. dfcb9f4 sctp: deny peeloff operation on asocs with threads sleeping on it by Marcelo Ricardo Leitner · 8 years ago
  71. 4ea0c32 sctp: add support for MSG_MORE by Xin Long · 8 years ago
  72. 242bd2d sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request Parameter by Xin Long · 8 years ago
  73. a92ce1a sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  74. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. 912964e sctp: check af before verify address in sctp_addr_id2transport by Xin Long · 8 years ago
  76. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  77. 2dcab59 sctp: avoid BUG_ON on sctp_wait_for_sndbuf by Marcelo Ricardo Leitner · 8 years ago
  78. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 6f29a13 sctp: sctp_addr_id2transport should verify the addr before looking up assoc by Xin Long · 8 years ago
  80. 4548b68 Introduce a sysctl that modifies the value of PROT_SOCK. by Krister Johansen · 8 years ago
  81. 7f9d68a sctp: implement sender-side procedures for SSN Reset Request Parameter by Xin Long · 8 years ago
  82. 9fb657a sctp: add sockopt SCTP_ENABLE_STREAM_RESET by Xin Long · 8 years ago
  83. cdfb1a9 sctp: remove useless code from sctp_apply_peer_addr_params by Marcelo Ricardo Leitner · 8 years ago
  84. 08abb79 sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null by Xin Long · 8 years ago
  85. 7fda702f sctp: use new rhlist interface on sctp transport rhashtable by Xin Long · 8 years ago
  86. 5bf35dd sctp: change sk state only when it has assocs in sctp_shutdown by Xin Long · 8 years ago
  87. 7233bc8 sctp: assign assoc_id earlier in __sctp_connect by Marcelo Ricardo Leitner · 8 years ago
  88. cd26da4 sctp: hold transport instead of assoc in sctp_diag by Xin Long · 8 years ago
  89. a4b8e71 net: sctp, forbid negative length by Jiri Slaby · 8 years ago
  90. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 1cceda78 sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock by Xin Long · 8 years ago
  92. b61c654 sctp: free msg->chunks when sctp_primitive_SEND return err by Xin Long · 8 years ago
  93. e087869 sctp: allow receiving msg when TCP-style sk is in CLOSED state by Xin Long · 8 years ago
  94. 5fc382d net/sctp: terminate rhashtable walk correctly by Vegard Nossum · 8 years ago
  95. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 8 years ago
  96. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  97. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  98. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  99. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  100. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 8 years ago