1. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  2. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  3. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  4. 8ec035a Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 6 months ago
  5. ef6c8d6 sctp: add param size validation for SCTP_PARAM_SET_PRIMARY by Marcelo Ricardo Leitner · 3 years, 6 months ago
  6. b6ffe76 sctp: validate chunk size in __rcv_asconf_lookup by Marcelo Ricardo Leitner · 3 years, 6 months ago
  7. 50619db sctp: add size validation when walking chunks by Marcelo Ricardo Leitner · 3 years, 6 months ago
  8. 0c5dc07 sctp: validate from_addr_param return by Marcelo Ricardo Leitner · 3 years, 6 months ago
  9. fea1d5b sctp: send the next probe immediately once the last one is acked by Xin Long · 3 years, 6 months ago
  10. 0dac127 sctp: do black hole detection in search complete state by Xin Long · 3 years, 6 months ago
  11. 9e47df0 sctp: process sctp over udp icmp err on sctp side by Xin Long · 3 years, 6 months ago
  12. d830607 sctp: extract sctp_v4_err_handle function from sctp_v4_err by Xin Long · 3 years, 6 months ago
  13. f6549bd sctp: extract sctp_v6_err_handle function from sctp_v6_err by Xin Long · 3 years, 6 months ago
  14. 237a6a2 sctp: remove the unessessary hold for idev in sctp_v6_err by Xin Long · 3 years, 6 months ago
  15. 7307e4f sctp: enable PLPMTUD when the transport is ready by Xin Long · 3 years, 6 months ago
  16. 8369640 sctp: do state transition when receiving an icmp TOOBIG packet by Xin Long · 3 years, 6 months ago
  17. b87641a sctp: do state transition when a probe succeeds on HB ACK recv path by Xin Long · 3 years, 6 months ago
  18. 1dc68c1 sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path by Xin Long · 3 years, 6 months ago
  19. fe59379 sctp: do the basic send and recv for PLPMTUD probe by Xin Long · 3 years, 6 months ago
  20. 92548ec sctp: add the probe timer in transport for PLPMTUD by Xin Long · 3 years, 6 months ago
  21. 3190b64 sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport by Xin Long · 3 years, 6 months ago
  22. d1e462a sctp: add probe_interval in sysctl and sock/asoc/transport by Xin Long · 3 years, 6 months ago
  23. 745a321 sctp: add pad chunk and its make function and event table by Xin Long · 3 years, 6 months ago
  24. 0c2c366e sctp: sm_statefuns: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  25. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  26. b2540cd sctp: fix the proc_handler for sysctl encap_port by Xin Long · 3 years, 7 months ago
  27. 297739b sctp: add the missing setting for asoc encap_port by Xin Long · 3 years, 7 months ago
  28. 0572b37 sctp: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  29. 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 8 months ago
  30. 34e5b01 sctp: delay auto_asconf init until binding the first addr by Xin Long · 3 years, 8 months ago
  31. 01bfe5e Revert "net/sctp: fix race condition in sctp_destroy_sock" by Xin Long · 3 years, 8 months ago
  32. f282df0 sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
  33. 7aa4e54 Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case" by Xin Long · 3 years, 8 months ago
  34. 22008f5 Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"" by Xin Long · 3 years, 8 months ago
  35. 51eac7f sctp: do asoc update earlier in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
  36. 7e9269a Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK" by Xin Long · 3 years, 8 months ago
  37. 35b4f24 sctp: do asoc update earlier in sctp_sf_do_dupcook_a by Xin Long · 3 years, 8 months ago
  38. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  39. e5272ad sctp: Fix out-of-bounds warning in sctp_process_asconf_param() by Gustavo A. R. Silva · 3 years, 9 months ago
  40. b166a20 net/sctp: fix race condition in sctp_destroy_sock by Or Cohen · 3 years, 9 months ago
  41. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  42. 630e457 net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() by Maciej Żenczykowski · 3 years, 9 months ago
  43. 21c00a1 net: sctp: Fix some typos by Lu Wei · 3 years, 9 months ago
  44. fb373c8 sm_statefuns.c: Mundane spello fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  45. 8ff0b1f sctp: move sk_route_caps check and set into sctp_outq_flush_transports by Xin Long · 3 years, 10 months ago
  46. d93ef30 net: sctp: trivial: fix typo in comment by Drew Fustini · 3 years, 10 months ago
  47. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  48. af8085f net: fix iteration for sctp transport seq_files by NeilBrown · 4 years ago
  49. 1fef854 sctp: remove the NETIF_F_SG flag before calling skb_segment by Xin Long · 4 years ago
  50. 5112cf5 sctp: Fix some typo by Christophe JAILLET · 4 years, 1 month ago
  51. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  52. 057a10f sctp: change to hold/put transport for proto_unreach_timer by Xin Long · 4 years, 2 months ago
  53. ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  54. 0356010 sctp: bring inet(6)_skb_parm back to sctp_input_cb by Xin Long · 4 years, 2 months ago
  55. b6df8c8 sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms by Petr Malat · 4 years, 2 months ago
  56. 046c052 sctp: enable udp tunneling socks by Xin Long · 4 years, 2 months ago
  57. 1c16a18 sctp: handle the init chunk matching an existing asoc by Xin Long · 4 years, 2 months ago
  58. e38d86b sctp: add the error cause for new encapsulation port restart by Xin Long · 4 years, 2 months ago
  59. 259db53 sctp: support for sending packet over udp6 sock by Xin Long · 4 years, 2 months ago
  60. 600af7f sctp: support for sending packet over udp4 sock by Xin Long · 4 years, 2 months ago
  61. bcd623d sctp: call sk_setup_caps in sctp_packet_transmit instead by Xin Long · 4 years, 2 months ago
  62. f1bfe8b sctp: add udphdr to overhead when udp_port is set by Xin Long · 4 years, 2 months ago
  63. a1dd2cf sctp: allow changing transport encap_port by peer packets by Xin Long · 4 years, 2 months ago
  64. 8dba296 sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt by Xin Long · 4 years, 2 months ago
  65. e8a3001 sctp: add encap_port for netns sock asoc and transport by Xin Long · 4 years, 2 months ago
  66. 89ba491 sctp: add encap_err_lookup for udp encap socks by Xin Long · 4 years, 2 months ago
  67. 9d6ba26 sctp: create udp6 sock and set its encap_rcv by Xin Long · 4 years, 2 months ago
  68. 965ae44 sctp: create udp4 sock and add its encap_rcv by Xin Long · 4 years, 2 months ago
  69. 527beb8 udp: support sctp over udp in skb_udp_tunnel_segment by Xin Long · 4 years, 2 months ago
  70. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  71. d42ee76 sctp: fix sctp_auth_init_hmacs() error path by Eric Dumazet · 4 years, 3 months ago
  72. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  73. fe81d9f net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant by Henry Ptasinski · 4 years, 4 months ago
  74. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  75. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  76. b8d7a7c net: sctp: ulpqueue.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
  77. 14f45bb net: sctp: sm_make_chunk.c: delete duplicated words + fix typo by Randy Dunlap · 4 years, 4 months ago
  78. 93c3216 net: sctp: protocol.c: delete duplicated words + punctuation by Randy Dunlap · 4 years, 4 months ago
  79. 9932564 net: sctp: chunk.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
  80. 440d399 net: sctp: bind_addr.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
  81. 861e702 net: sctp: auth.c: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
  82. 5e80a0c net: sctp: associola.c: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
  83. 3106ecb sctp: not disable bh in the whole sctp_get_port_local() by Xin Long · 4 years, 4 months ago
  84. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  85. ab921f3 net: sctp: Fix negotiation of the number of data streams. by David Laight · 4 years, 5 months ago
  86. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  87. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  88. 623b57be sctp: remove redundant initialization of variable status by Colin Ian King · 4 years, 5 months ago
  89. dfd3d52 sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing by Christoph Hellwig · 4 years, 5 months ago
  90. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  91. 3ecdda3 sctp: shrink stream outq when fails to do addstream reconf by Xin Long · 4 years, 5 months ago
  92. 8f13399 sctp: shrink stream outq only when new outcnt < old outcnt by Xin Long · 4 years, 5 months ago
  93. 6c8983a sctp: remove the out_nounlock label in sctp_setsockopt by Christoph Hellwig · 4 years, 6 months ago
  94. 26feba8 sctp: pass a kernel pointer to sctp_setsockopt_pf_expose by Christoph Hellwig · 4 years, 6 months ago
  95. 92c4f17 sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported by Christoph Hellwig · 4 years, 6 months ago
  96. 963855a sctp: pass a kernel pointer to sctp_setsockopt_auth_supported by Christoph Hellwig · 4 years, 6 months ago
  97. 9263ac9 sctp: pass a kernel pointer to sctp_setsockopt_event by Christoph Hellwig · 4 years, 6 months ago
  98. 565059c sctp: pass a kernel pointer to sctp_setsockopt_event by Christoph Hellwig · 4 years, 6 months ago
  99. a426246 sctp: pass a kernel pointer to sctp_setsockopt_reuse_port by Christoph Hellwig · 4 years, 6 months ago
  100. 5b8d3b2 sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported by Christoph Hellwig · 4 years, 6 months ago