1. 5f52b9e sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY by Xin Long · 4 years, 9 months ago
  2. 8bf95f2 net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 4 years, 10 months ago
  3. ce5c203 sctp: fully initialize v4 addr in some functions by Xin Long · 4 years, 10 months ago
  4. f033651 sctp: frag_point sanity check by Jakub Audykowicz · 6 years ago
  5. 52cc7ea sctp: increase sk_wmem_alloc when head->truesize is increased by Xin Long · 6 years ago
  6. 94b4e52 sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit by Xin Long · 6 years ago
  7. 1bef71f sctp: cache netns in sctp_ep_common by Xin Long · 4 years, 11 months ago
  8. 681e084 sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook by Navid Emamdoost · 4 years, 11 months ago
  9. ddb2bad sctp: don't compare hb_timer expire date before starting it by Maciej Kwiecien · 6 years ago
  10. 4de506d sctp: use sk_wmem_queued to check for writable space by Xin Long · 6 years ago
  11. 4f3df7f net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  12. eaf548f net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  13. 07de738 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  14. 2770f80 sctp: change sctp_prot .no_autobind with true by Xin Long · 5 years ago
  15. 7c34a29 sctp: use transport pf_retrans in sctp_do_8_2_transport_strike by Xin Long · 5 years ago
  16. 41b624f sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' by Christophe JAILLET · 5 years ago
  17. eeb148d sctp: fix the transport error_count check by Xin Long · 5 years ago
  18. 227f204 sctp: fix memleak in sctp_send_reset_streams by zhengbin · 5 years ago
  19. bc9a2f3 sctp: not bind the socket in sctp_connect by Xin Long · 5 years ago
  20. d9ee5af sctp: fix error handling on stream scheduler initialization by Marcelo Ricardo Leitner · 5 years ago
  21. eeb770d sctp: change to hold sk after auth shkey is created successfully by Xin Long · 5 years ago
  22. d7fcb54 sctp: Free cookie before we memdup a new one by Neil Horman · 5 years ago
  23. 05b933f Fix memory leak in sctp_process_init by Neil Horman · 5 years ago
  24. b563e9b sctp: avoid running the sctp state machine recursively by Xin Long · 5 years ago
  25. 8734958 sctp: initialize _pad of sockaddr_in before copying to user memory by Xin Long · 6 years ago
  26. cab576f sctp: use memdup_user instead of vmemdup_user by Xin Long · 6 years ago
  27. 0e6b33f sctp: remove sched init from sctp_stream_init by Xin Long · 6 years ago
  28. 8085d6d sctp: call iov_iter_revert() after sending ABORT by Xin Long · 6 years ago
  29. 5716864 sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate by Xin Long · 6 years ago
  30. e8eff9f sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment by Xin Long · 6 years ago
  31. 589503c inet_diag: fix reporting cgroup classid and fallback to priority by Konstantin Khlebnikov · 6 years ago
  32. 7c23613 sctp: walk the list of asoc safely by Greg Kroah-Hartman · 6 years ago
  33. 7cd4e83 sctp: check and update stream->out_curr when allocating stream_out by Xin Long · 6 years ago
  34. 37b34a9 sctp: set flow sport from saddr only when it's 0 by Xin Long · 6 years ago
  35. cbf23d4 sctp: set chunk transport correctly when it's a new asoc by Xin Long · 6 years ago
  36. 4ec1399 sctp: improve the events for sctp stream adding by Xin Long · 6 years ago
  37. e569927 sctp: improve the events for sctp stream reset by Xin Long · 6 years ago
  38. 7f902f7 sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  39. fff7f71 sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  40. a275c66 sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  41. 5148726 sctp: kfree_rcu asoc by Xin Long · 6 years ago
  42. cd94713 sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer by Xin Long · 6 years ago
  43. a886c27 sctp: not increase stream's incnt before sending addstrm_in request by Xin Long · 6 years ago
  44. cc8d2e5 sctp: define SCTP_SS_DEFAULT for Stream schedulers by Xin Long · 6 years ago
  45. 0049730 Revert "sctp: remove sctp_transport_pmtu_check" by Xin Long · 6 years ago
  46. 7e86081 sctp: not allow to set asoc prsctp_enable by sockopt by Xin Long · 6 years ago
  47. 2b52f2c sctp: check policy more carefully when getting pr status by Xin Long · 6 years ago
  48. c863850 sctp: not free the new asoc when sctp_wait_for_connect returns err by Xin Long · 6 years ago
  49. b336dec sctp: fix race on sctp_id2asoc by Marcelo Ricardo Leitner · 6 years ago
  50. 0ac1077 sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead by Xin Long · 6 years ago
  51. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  52. 2cc543f sctp: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  53. d7ab5cd sctp: update dst pmtu with the correct daddr by Xin Long · 6 years ago
  54. 741880e sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel by Xin Long · 6 years ago
  55. af8a2b8 sctp: fix invalid reference to the index variable of the iterator by Xin Long · 6 years ago
  56. 834539e sctp: remove useless start_fail from sctp_ht_iter in proc by Xin Long · 6 years ago
  57. bab1be7 sctp: hold transport before accessing its asoc in sctp_transport_get_next by Xin Long · 6 years ago
  58. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 6 years ago
  59. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  60. aa46225 sctp: whitespace fixes by Stephen Hemminger · 6 years ago
  61. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  62. a659254 sctp: fix the issue that pathmtu may be set lower than MINSEGMENT by Xin Long · 6 years ago
  63. 0999f02 sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst by Xin Long · 6 years ago
  64. 4be4139 sctp: add support for setting flowlabel when adding a transport by Xin Long · 6 years ago
  65. 0b0dce7 sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams by Xin Long · 6 years ago
  66. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 6 years ago
  67. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. b0e9a2f sctp: add support for SCTP_REUSE_PORT sockopt by Xin Long · 6 years ago
  69. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  70. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  71. fedb1bd3 sctp: fix erroneous inc of snmp SctpFragUsrMsgs by Marcelo Ricardo Leitner · 6 years ago
  72. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  73. 9951912 sctp: define sctp_packet_gso_append to build GSO frames by Xin Long · 6 years ago
  74. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  75. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  76. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  77. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  78. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 6 years ago
  79. 1d88ba1 sctp: not allow transport timeout value less than HZ/5 for hb_timer by Xin Long · 6 years ago
  80. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  81. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  82. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  83. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  84. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 6 years ago
  85. 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 6 years ago
  86. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  87. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  88. 5884f35 sctp: checkpatch fixups by Marcelo Ricardo Leitner · 6 years ago
  89. e136e96 sctp: add asoc and packet to sctp_flush_ctx by Marcelo Ricardo Leitner · 6 years ago
  90. bb54384 sctp: add sctp_flush_ctx, a context struct on outq_flush routines by Marcelo Ricardo Leitner · 6 years ago
  91. 4fdbb0e sctp: rework switch cases in sctp_outq_flush_data by Marcelo Ricardo Leitner · 6 years ago
  92. 6605f69 sctp: make use of gfp on retransmissions by Marcelo Ricardo Leitner · 6 years ago
  93. 4bf21b6 sctp: move transport flush code out of sctp_outq_flush by Marcelo Ricardo Leitner · 6 years ago
  94. cb93cc5 sctp: move flushing of data chunks out of sctp_outq_flush by Marcelo Ricardo Leitner · 6 years ago
  95. 96e0418 sctp: move outq data rtx code out of sctp_outq_flush by Marcelo Ricardo Leitner · 6 years ago
  96. 7a0b9df sctp: move the flush of ctrl chunks into its own function by Marcelo Ricardo Leitner · 6 years ago
  97. 0d634b0 sctp: factor out sctp_outq_select_transport by Marcelo Ricardo Leitner · 6 years ago
  98. b9fd683 sctp: add sctp_packet_singleton by Marcelo Ricardo Leitner · 6 years ago
  99. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  100. 6910e25 sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsg by Xin Long · 6 years ago