1. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  2. 9951912 sctp: define sctp_packet_gso_append to build GSO frames by Xin Long · 7 years ago
  3. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  4. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  7. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  8. 6d3e8aa sctp: allow sctp_init_cause to return errors by Marcelo Ricardo Leitner · 7 years ago
  9. 22d7be2 sctp: remove sctp_transport_pmtu_check by Marcelo Ricardo Leitner · 7 years ago
  10. 6ff0f87 sctp: introduce sctp_dst_mtu by Marcelo Ricardo Leitner · 7 years ago
  11. 2521680 sctp: remove sctp_assoc_pending_pmtu by Marcelo Ricardo Leitner · 7 years ago
  12. 2f5e3c9 sctp: introduce sctp_assoc_update_frag_point by Marcelo Ricardo Leitner · 7 years ago
  13. feddd6c sctp: introduce sctp_mtu_payload by Marcelo Ricardo Leitner · 7 years ago
  14. c4b2893 sctp: introduce sctp_assoc_set_pmtu by Marcelo Ricardo Leitner · 7 years ago
  15. c45698f sctp: remove old and unused SCTP_MIN_PMTU by Marcelo Ricardo Leitner · 7 years ago
  16. 22e15b6 sctp: remove the unused sctp_assoc_is_match function by Xin Long · 7 years ago
  17. 47b3ba5 sctp: fix const parameter violation in sctp_make_sack by Marcelo Ricardo Leitner · 7 years ago
  18. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  19. 5306653 sctp: remove unnecessary asoc in sctp_has_association by Xin Long · 7 years ago
  20. d47d08c sctp: use proc_remove_subtree() by Al Viro · 7 years ago
  21. 30f6ebf sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  22. 601590e sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY by Xin Long · 7 years ago
  23. 3ff547c sctp: add support for SCTP AUTH Information for sendmsg by Xin Long · 7 years ago
  24. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  25. 2c0dbaa sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg by Xin Long · 7 years ago
  26. ed63afb sctp: add support for PR-SCTP Information for sendmsg by Xin Long · 7 years ago
  27. 2277c7c sctp: Add LSM hooks by Richard Haines · 7 years ago
  28. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  29. 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
  30. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  31. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  32. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  33. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  35. de60fe9 sctp: implement handle_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  36. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  37. 0fc2ea9 sctp: implement validate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  38. 8e0c3b7 sctp: implement generate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  39. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  40. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  41. 65f5e35 sctp: implement abort_pd for sctp_stream_interleave by Xin Long · 7 years ago
  42. be4e0ce sctp: implement start_pd for sctp_stream_interleave by Xin Long · 7 years ago
  43. 94014e8 sctp: implement renege_events for sctp_stream_interleave by Xin Long · 7 years ago
  44. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  45. bd4d627 sctp: implement ulpevent_data for sctp_stream_interleave by Xin Long · 7 years ago
  46. 9d4ceaf sctp: implement validate_data for sctp_stream_interleave by Xin Long · 7 years ago
  47. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  48. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  49. ad05a7a sctp: add basic structures and make chunk function for idata by Xin Long · 7 years ago
  50. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  51. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  52. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  53. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  54. af2697a sctp: force the params with right types for sctp csum apis by Xin Long · 7 years ago
  55. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  56. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  57. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  59. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  60. ac1ed8b sctp: introduce round robin stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  61. 637784a sctp: introduce priority based stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  62. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  63. 2fc019f sctp: introduce sctp_chunk_stream_no by Marcelo Ricardo Leitner · 7 years ago
  64. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  65. d25adbe sctp: fix an use-after-free issue in sctp_sock_dump by Xin Long · 7 years ago
  66. fa5f7b5 sctp: potential read out of bounds in sctp_ulpevent_type_enabled() by Dan Carpenter · 7 years ago
  67. 327c0da sctp: fix some indents in sm_make_chunk.c by Xin Long · 7 years ago
  68. 172a159 sctp: remove the typedef sctp_disposition_t by Xin Long · 7 years ago
  69. 8ee821a sctp: remove the typedef sctp_sm_table_entry_t by Xin Long · 7 years ago
  70. eb662a6 sctp: remove the unused typedef sctp_sm_command_t by Xin Long · 7 years ago
  71. e08af95 sctp: remove the typedef sctp_verb_t by Xin Long · 7 years ago
  72. c488b77 sctp: remove the typedef sctp_arg_t by Xin Long · 7 years ago
  73. a85bbeb sctp: remove the typedef sctp_cmd_seq_t by Xin Long · 7 years ago
  74. e2c3108 sctp: remove the typedef sctp_cmd_t by Xin Long · 7 years ago
  75. b7ef261 sctp: remove the typedef sctp_socket_type_t by Xin Long · 7 years ago
  76. d38ef5a sctp: remove the typedef sctp_dbg_objcnt_entry_t by Xin Long · 7 years ago
  77. a05437a sctp: remove the typedef sctp_cmsgs_t by Xin Long · 7 years ago
  78. 74439f3 sctp: remove the typedef sctp_endpoint_type_t by Xin Long · 7 years ago
  79. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 7 years ago
  80. afa6c45 sctp: remove the unused typedef sctp_packet_phandler_t by Xin Long · 7 years ago
  81. bfc6f82 sctp: remove the typedef sctp_subtype_t by Xin Long · 7 years ago
  82. 61f0eb0 sctp: remove the typedef sctp_event_t by Xin Long · 7 years ago
  83. 19cd159 sctp: remove the typedef sctp_event_timeout_t by Xin Long · 7 years ago
  84. a0f098d sctp: remove the typedef sctp_event_other_t by Xin Long · 7 years ago
  85. dc1e0e6 sctp: remove the typedef sctp_event_primitive_t by Xin Long · 7 years ago
  86. 5210601 sctp: remove the typedef sctp_state_t by Xin Long · 7 years ago
  87. 4785c7a sctp: remove the typedef sctp_ierror_t by Xin Long · 7 years ago
  88. 86b36f2 sctp: remove the typedef sctp_xmit_t by Xin Long · 7 years ago
  89. 8496561 sctp: remove the typedef sctp_sock_state_t by Xin Long · 7 years ago
  90. 0ceaeeb sctp: remove the typedef sctp_transport_cmd_t by Xin Long · 7 years ago
  91. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  92. 701ef3e sctp: remove the typedef sctp_scope_policy_t by Xin Long · 7 years ago
  93. 125c298 sctp: remove the typedef sctp_retransmit_reason_t by Xin Long · 7 years ago
  94. 233e793 sctp: remove the typedef sctp_lower_cwnd_t by Xin Long · 7 years ago
  95. d8238d9 sctp: remove the typedef sctp_errhdr_t by Xin Long · 7 years ago
  96. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. 6b84202 sctp: fix the check for _sctp_walk_params and _sctp_walk_errors by Xin Long · 8 years ago
  98. 7873108 sctp: remove the typedef sctp_sackhdr_t by Xin Long · 8 years ago
  99. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 1474774 sctp: remove the typedef sctp_hmac_algo_param_t by Xin Long · 8 years ago