1. 3d3b2f5 sctp: move hlist_node and hashent out of sctp_ep_common by Xin Long · 3 years ago
  2. f7e745f sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb by Xin Long · 3 years, 3 months ago
  3. 557fb58 sctp: fix return value check in __sctp_rcv_asconf_lookup by Marcelo Ricardo Leitner · 3 years, 5 months ago
  4. 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
  5. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  6. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  7. b6ffe76 sctp: validate chunk size in __rcv_asconf_lookup by Marcelo Ricardo Leitner · 3 years, 6 months ago
  8. 50619db sctp: add size validation when walking chunks by Marcelo Ricardo Leitner · 3 years, 6 months ago
  9. 0c5dc07 sctp: validate from_addr_param return by Marcelo Ricardo Leitner · 3 years, 6 months ago
  10. 9e47df0 sctp: process sctp over udp icmp err on sctp side by Xin Long · 3 years, 6 months ago
  11. d830607 sctp: extract sctp_v4_err_handle function from sctp_v4_err by Xin Long · 3 years, 6 months ago
  12. 8369640 sctp: do state transition when receiving an icmp TOOBIG packet by Xin Long · 3 years, 6 months ago
  13. 0572b37 sctp: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  14. 057a10f sctp: change to hold/put transport for proto_unreach_timer by Xin Long · 4 years, 1 month ago
  15. 887cf3d sctp: Add missing annotation for sctp_err_finish() by Jules Irenge · 4 years, 10 months ago
  16. 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
  17. 3124346 sctp: cache netns in sctp_ep_common by Xin Long · 5 years ago
  18. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  19. 819be81 sctp: add chunks to sk_backlog when the newsk sk_socket is not set by Xin Long · 5 years ago
  20. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  21. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  22. 76c6d98 sctp: add sock_reuseport for the sock in __sctp_hash_endpoint by Xin Long · 6 years ago
  23. 532ae2f sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpoint by Xin Long · 6 years ago
  24. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  25. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  26. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 7 years ago
  27. 5306653 sctp: remove unnecessary asoc in sctp_has_association by Xin Long · 7 years ago
  28. 1dd27cd net: use skb_is_gso_sctp() instead of open-coding by Daniel Axtens · 7 years ago
  29. 27af86b sctp: do not pr_err for the duplicated node in transport rhlist by Xin Long · 7 years ago
  30. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  31. cc35c3d sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled by Marcelo Ricardo Leitner · 7 years ago
  32. 8d32503 sctp: fix some type cast warnings introduced by transport rhashtable by Xin Long · 7 years ago
  33. 1cc276c sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect by Xin Long · 7 years ago
  34. 68d7546 sctp: remove the typedef sctp_addip_chunk_t by Xin Long · 7 years ago
  35. 01a992b sctp: remove the typedef sctp_init_chunk_t by Xin Long · 7 years ago
  36. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 7 years ago
  37. 804ec7e sctp: fix ICMP processing if skb is non-linear by Davide Caratti · 8 years ago
  38. 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
  39. 5179b26 sctp: call rcu_read_lock before checking for duplicate transport nodes by Xin Long · 8 years ago
  40. cd2b708 sctp: check duplicate node before inserting a new transport by Xin Long · 8 years ago
  41. b77b756 sctp: add pr_debug for tracking asocs not found by Marcelo Ricardo Leitner · 8 years ago
  42. 7fda702 sctp: use new rhlist interface on sctp transport rhashtable by Xin Long · 8 years ago
  43. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  44. 7c17fcc sctp: return back transport in __sctp_rcv_init_lookup by Xin Long · 8 years ago
  45. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  46. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  47. 715f555 sctp: hold the transport before using it in sctp_hash_cmp by Xin Long · 8 years ago
  48. 4c2f245 sctp: linearize early if it's not GSO by Marcelo Ricardo Leitner · 8 years ago
  49. eefc1b1 sctp: fix BH handling on socket backlog by Marcelo Ricardo Leitner · 8 years ago
  50. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 8 years ago
  51. 9e23832 sctp: allow others to use sctp_input_cb by Marcelo Ricardo Leitner · 8 years ago
  52. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  53. 3acb50c sctp: delay as much as possible skb_linearize by Marcelo Ricardo Leitner · 9 years ago
  54. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  55. 08e3bae net: sctp: rename SCTP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  56. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  57. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 9 years ago
  58. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  59. f46c701 sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_association by Xin Long · 9 years ago
  60. 1eed677 sctp: fix the transport dead race check by using atomic_add_unless on refcnt by Xin Long · 9 years ago
  61. dd7445a sctp: the temp asoc's transports should not be hashed/unhashed by Xin Long · 9 years ago
  62. 65a5124 sctp: support to lookup with ep+paddr in transport rhashtable by Xin Long · 9 years ago
  63. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  64. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 9 years ago
  65. d6c0256 sctp: add the rhashtable apis for sctp global transport hashtable by Xin Long · 9 years ago
  66. 202863f sctp: Change sctp to implement csum_levels by Tom Herbert · 10 years ago
  67. 7304fe4 net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS by Duan Jiong · 10 years ago
  68. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 11 years ago
  69. 387602d sctp: remove macros sctp_write_[un]_lock by wangweidong · 11 years ago
  70. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 11 years ago
  71. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  72. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  73. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  74. f482f2f sctp: remove the never used 'return' and redundant 'break' by wangweidong · 11 years ago
  75. 790e38b ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one by Hannes Frederic Sowa · 11 years ago
  76. fc45b45 Revert "sctp: fix missing include file" by David S. Miller · 11 years ago
  77. ac0917f sctp: fix missing include file by sfeldma@cumulusnetworks.com · 11 years ago
  78. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  79. e477266 sctp: remove redundant null check on asoc by wangweidong · 11 years ago
  80. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  81. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  82. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  83. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  84. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  85. 024ec3d net/sctp: Refactor SCTP skb checksum computation by Joe Stringer · 11 years ago
  86. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  87. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  88. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 12 years ago
  89. aef6de5 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 12 years ago
  90. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 12 years ago
  91. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  92. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  93. 5756599 sctp: fix a typo in prototype of __sctp_rcv_lookup() by Nicolas Dichtel · 12 years ago
  94. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  95. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  96. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  97. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  98. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  99. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  100. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago