1. 41f1653 Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  2. ac6f929 Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 4 years, 5 months ago
  3. 2da4c18 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by Jakub Kicinski · 4 years, 5 months ago
  4. fea07a4 net: openvswitch: silence suspicious RCU usage warning by Eelco Chaudron · 4 years, 5 months ago
  5. c3ddac4 can: isotp: padlen(): make const array static, makes object smaller by Colin Ian King · 4 years, 5 months ago
  6. 78656ea can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode by Oliver Hartkopp · 4 years, 5 months ago
  7. 5a7de24 can: isotp: Explain PDU in CAN_ISOTP help text by Geert Uytterhoeven · 4 years, 5 months ago
  8. 08c487d can: j1939: j1939_sk_bind(): return failure if netdev is down by Zhang Changzhong · 4 years, 7 months ago
  9. 3accbfd can: proc: can_remove_proc(): silence remove_proc_entry warning by Zhang Changzhong · 4 years, 8 months ago
  10. e16b874 mptcp: token: fix unititialized variable by Davide Caratti · 4 years, 5 months ago
  11. b6df8c8 sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms by Petr Malat · 4 years, 5 months ago
  12. 04a55c9 Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 4 years, 5 months ago
  13. 859191b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 5 months ago
  14. 20149e9 ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags by wenxu · 4 years, 5 months ago
  15. 53760f9 Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 5 months ago
  16. 2efdaaa IPv6: reply ICMP error if the first fragment don't include all headers by Hangbin Liu · 4 years, 5 months ago
  17. 2f71e00 net: atm: fix update of position index in lec_seq_next by Colin Ian King · 4 years, 5 months ago
  18. 7d10e62 netfilter: ipset: Update byte and packet counters regardless of whether they match by Stefano Brivio · 4 years, 5 months ago
  19. 7206d58 net/smc: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 5 months ago
  20. 9e7c5b3 ip6_tunnel: set inner ipproto before ip6_tnl_encap by Alexander Ovechkin · 4 years, 5 months ago
  21. c0391b6 netfilter: nf_tables: missing validation from the abort path by Pablo Neira Ayuso · 4 years, 5 months ago
  22. 46d6c5a netfilter: use actual socket sk rather than skb sk when routing harder by Jason A. Donenfeld · 4 years, 5 months ago
  23. dceabab netfilter: nftables: fix netlink report logic in flowtable and genid by Pablo Neira Ayuso · 4 years, 5 months ago
  24. c2f4681 mac80211: don't require VHT elements for HE on 2.4 GHz by Johannes Berg · 4 years, 5 months ago
  25. db18d20 cfg80211: regulatory: Fix inconsistent format argument by Ye Bin · 4 years, 5 months ago
  26. b1e8eb1 mac80211: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 5 months ago
  27. dcd479e mac80211: always wind down STA state by Johannes Berg · 4 years, 5 months ago
  28. 9bdaf3b cfg80211: initialize wdev data earlier by Johannes Berg · 4 years, 5 months ago
  29. 14f46c1 mac80211: fix use of skb payload instead of header by Johannes Berg · 4 years, 5 months ago
  30. 804fc6a mac80211: fix regression where EAPOL frames were sent in plaintext by Mathy Vanhoef · 4 years, 5 months ago
  31. b08eadd Bluetooth: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 7 months ago
  32. 934291f Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  33. eadd1bef netem: fix zero division in tabledist by Aleksandr Nogikh · 4 years, 5 months ago
  34. 9c3f94e mptcp: add missing memory scheduling in the rx path by Paolo Abeni · 4 years, 5 months ago
  35. ceb1eb2 tipc: fix memory leak caused by tipc_buf_append() by Tung Nguyen · 4 years, 5 months ago
  36. 071ba4c RDMA: Add rdma_connect_locked() by Jason Gunthorpe · 4 years, 5 months ago
  37. d6535dc net: protect tcf_block_unbind with block lock by Leon Romanovsky · 4 years, 5 months ago
  38. 501b72a net/sched: act_mpls: Add softdep on mpls_gso.ko by Guillaume Nault · 4 years, 5 months ago
  39. 0d8cb94 devlink: Unlock on error in dumpit() by Dan Carpenter · 4 years, 5 months ago
  40. 6c21180 devlink: Fix some error codes by Dan Carpenter · 4 years, 5 months ago
  41. 96d6fde net/smc: fix suppressed return code by Karsten Graul · 4 years, 5 months ago
  42. 4a9baf4 net/smc: fix null pointer dereference in smc_listen_decline() by Karsten Graul · 4 years, 5 months ago
  43. af545bb vsock: use ns_capable_noaudit() on socket create by Jeff Vander Stoep · 4 years, 5 months ago
  44. 23224e4 mm: remove kzfree() compatibility definition by Eric Biggers · 4 years, 5 months ago
  45. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 7 months ago
  46. 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 5 months ago
  47. 3cb12d2 Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  48. a779d91 net: xfrm: fix a race condition during allocing spi by zhuoliang zhang · 4 years, 5 months ago
  49. 18ded91 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 5 months ago
  50. 700465f net: Properly typecast int values to set sk_max_pacing_rate by Ke Li · 4 years, 5 months ago
  51. 594850c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 5 months ago
  52. d277598 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 5 months ago
  53. 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 5 months ago
  54. 334d431 Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 5 months ago
  55. c77761c netfilter: nf_fwd_netdev: clear timestamp in forwarding path by Pablo Neira Ayuso · 4 years, 5 months ago
  56. ebfe3c5 rtnetlink: fix data overflow in rtnl_calcit() by Di Zhu · 4 years, 5 months ago
  57. ba452c9 bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop by Toke Høiland-Jørgensen · 4 years, 5 months ago
  58. ed7cfef Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 5 months ago
  59. 0ed37ac mptcp: depends on IPV6 but not as a module by Matthieu Baerts · 4 years, 5 months ago
  60. b7c2449 mpls: load mpls_gso after mpls_iptunnel by Alexander Ovechkin · 4 years, 5 months ago
  61. a7a12b5 net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels by Davide Caratti · 4 years, 5 months ago
  62. b130762 net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() by Guillaume Nault · 4 years, 5 months ago
  63. 010b430 mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it by Geert Uytterhoeven · 4 years, 5 months ago
  64. 280e3eb nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download() by Defang Bo · 4 years, 5 months ago
  65. b142083 mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it by Geert Uytterhoeven · 4 years, 5 months ago
  66. 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 5 months ago
  67. fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 5 months ago
  68. 47b5d2a net/sched: act_ct: Fix adding udp port mangle operation by Roi Dayan · 4 years, 5 months ago
  69. 59f0e7e Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 5 months ago
  70. d48c812 SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() by Martijn de Gouw · 4 years, 5 months ago
  71. 27a1e8a sunrpc: raise kernel RPC channel buffer size by Roberto Bergantinos Corpas · 4 years, 5 months ago
  72. 31cc578 netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_create by Saeed Mirzamohammadi · 4 years, 5 months ago
  73. 63137bc netfilter: ebtables: Fixes dropping of small packets in bridge nat by Timothée COCAULT · 4 years, 5 months ago
  74. 68f9f9c netfilter: Drop fragmented ndisc packets assembled in netfilter by Georg Kohmann · 4 years, 5 months ago
  75. 4f25434 netfilter: conntrack: connection timeout after re-register by Francesco Ruggeri · 4 years, 6 months ago
  76. 79dce09 ipvs: adjust the debug info in function set_tcp_state by longguang.yue · 4 years, 6 months ago
  77. df6afe2 nexthop: Fix performance regression in nexthop deletion by Ido Schimmel · 4 years, 5 months ago
  78. bc7e343 net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags by Christian Eggers · 4 years, 5 months ago
  79. 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 5 months ago
  80. f981fc3 net: openvswitch: fix to make sure flow_lookup() is not preempted by Eelco Chaudron · 4 years, 5 months ago
  81. b38e781 icmp: randomize the global rate limiter by Eric Dumazet · 4 years, 5 months ago
  82. ec78e31 tipc: fix incorrect setting window for bcast link by Hoang Huu Le · 4 years, 5 months ago
  83. 75cee39 tipc: re-configure queue limit for broadcast link by Hoang Huu Le · 4 years, 5 months ago
  84. c327a31 svcrdma: fix bounce buffers for unaligned offsets and multiple pages by Dan Aloni · 4 years, 6 months ago
  85. c09f56b net/sunrpc: Fix return value for sysctl sunrpc.transports by Artur Molchanov · 4 years, 5 months ago
  86. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  87. 105faa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 5 months ago
  88. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 5 months ago
  89. 2ecbc1f Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH" by Jakub Kicinski · 4 years, 5 months ago
  90. 83c11c1 net, sockmap: Don't call bpf_prog_put() on NULL pointer by Alex Dewar · 4 years, 5 months ago
  91. f58423a bpf, sockmap: Add locking annotations to iterator by Lorenz Bauer · 4 years, 5 months ago
  92. 346e320 netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements by Davide Caratti · 4 years, 5 months ago
  93. 6617dfd net: fix pos incrementment in ipv6_route_seq_next by Yonghong Song · 4 years, 5 months ago
  94. 6b1bbf9 net/smc: fix invalid return code in smcd_new_buf_create() by Karsten Graul · 4 years, 5 months ago
  95. ef12ad4 net/smc: fix valid DMBE buffer sizes by Karsten Graul · 4 years, 5 months ago
  96. d535ca1 net/smc: fix use-after-free of delayed events by Karsten Graul · 4 years, 5 months ago
  97. 1d273fc bpfilter: Fix build error with CONFIG_BPFILTER_UMH by YueHaibing · 4 years, 5 months ago
  98. ddc7834 rxrpc: Fix loss of final ack on shutdown by David Howells · 4 years, 6 months ago
  99. f3af4ad rxrpc: Fix bundle counting for exclusive connections by David Howells · 4 years, 6 months ago
  100. d25e2e9 netfilter: restore NF_INET_NUMHOOKS by Pablo Neira Ayuso · 4 years, 5 months ago