1. 77c5e3f Merge branch 'selftests-forwarding-fix-br_netfilter-related-test-failures' by Paolo Abeni · 2 days ago main
  2. a8c198d selftests: forwarding: fix pedit tests failure with br_netfilter enabled by Aleksei Oladko · 6 days ago
  3. ce9f6ae selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilter enabled by Aleksei Oladko · 6 days ago
  4. 02cb2e6 selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled by Aleksei Oladko · 6 days ago
  5. 26f29b14 net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RT by Eric Dumazet · 6 days ago
  6. 636fd32 printk: add CONFIG_PRINTK dependency for netconsole by Arnd Bergmann · 6 days ago
  7. 9874b1b Merge branch 'net-bridge-mcast-fix-mdb_n_entries-counting-warning' by Paolo Abeni · 2 days ago
  8. a847095 selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warning by Nikolay Aleksandrov · 6 days ago
  9. 8b769e3 net: bridge: mcast: always update mdb_n_entries for vlan contexts by Nikolay Aleksandrov · 6 days ago
  10. c7d9be6 net: arcnet: com20020-pci: fix support for 2.5Mbit cards by Ethan Nelson-Moore · 6 days ago
  11. da29e45 net/rds: rds_sendmsg should not discard payload_len by Allison Henderson · 6 days ago
  12. 6d1dc80 xen-netback: reject zero-queue configuration from guest by Ziyi Guo · 6 days ago
  13. 9e7021d net: usb: catc: enable basic endpoint checking by Ziyi Guo · 6 days ago
  14. 9456026 ovpn: tcp - don't deref NULL sk_socket member after tcp_close() by Antonio Quartulli · 6 days ago
  15. e74ff27 Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-next by Paolo Abeni · 2 days ago
  16. 2206973 Merge branch 'eth-fbnic-fix-and-improve-header-data-split-configuration' by Paolo Abeni · 2 days ago
  17. e7a3c1a selftests: drv-net: add HDS payload sweep test for devmem TCP by Bobby Eshleman · 7 days ago
  18. 0f30a31 eth: fbnic: set DMA_HINT_L4 for all flows by Bobby Eshleman · 7 days ago
  19. bd25411 eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytes by Bobby Eshleman · 7 days ago
  20. bbeb3bf eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0 by Bobby Eshleman · 7 days ago
  21. ee5492f fbnic: close fw_log race between users and teardown by Chengfeng Ye · 7 days ago
  22. 36e8386 Merge branch 'vsock-fix-child-netns-mode-initialization-and-restriction' by Jakub Kicinski · 5 days ago
  23. 6a997f3 vsock: prevent child netns mode switch from local to global by Stefano Garzarella · 6 days ago
  24. 9dd3914 vsock: fix child netns mode initialization by Stefano Garzarella · 6 days ago
  25. a49d2a2 net: sparx5/lan969x: fix PTP clock max_adj value by Daniel Machon · 7 days ago
  26. 8244f95 ipv6: Fix out-of-bound access in fib6_add_rt2node(). by Kuniyuki Iwashima · 7 days ago
  27. 6db8b56 ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data() by Qanux · 8 days ago
  28. a68a9bd selftests: netconsole: Increase port listening timeout by Pin-yen Lin · 9 days ago
  29. 8383522 Merge branch 'net-mscc-ocelot-fix-missing-lock-in-ocelot_port_xmit' by Jakub Kicinski · 6 days ago
  30. 026f651 net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj() by Ziyi Guo · 10 days ago
  31. 47f79b2 net: mscc: ocelot: split xmit into FDMA and register injection paths by Ziyi Guo · 10 days ago
  32. 29372f0 net: mscc: ocelot: extract ocelot_xmit_timestamp() helper by Ziyi Guo · 10 days ago
  33. 6c28aa8 net: sparx5/lan969x: fix DWRR cost max to match hardware register width by Daniel Machon · 9 days ago
  34. 8930878 atm: fore200e: fix use-after-free in tasklets during device removal by Duoming Zhou · 9 days ago
  35. babab1b net: stmmac: fix oops when split header is enabled by Jie Zhang · 9 days ago
  36. d03e0944 net: intel: fix PCI device ID conflict between i40e and ipw2200 by Ethan Nelson-Moore · 9 days ago
  37. ed6788c selftests: drv-net: limit RPS test CPUs to supported range by Gal Pressman · 9 days ago
  38. 10ec0fc selftests: net: lib: Fix jq parsing error by Yue Haibing · 8 days ago
  39. fe6515f bng_en: Remove duplicate include by Chen Ni · 8 days ago
  40. a264677 selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2 by Ido Schimmel · 10 days ago
  41. a6a9bc5 net: mctp: ensure our nlmsg responses are initialised by Jeremy Kerr · 10 days ago
  42. 7c37581 myri10ge: replace comma with semicolons by Chen Ni · 7 days ago
  43. 5a70285 Merge branch 'net-phy_port-sfp-modules-representation-and-phy_port-listing' by Jakub Kicinski · 6 days ago
  44. 4cebb26 net: phy: phy_port: Correctly recompute the port's linkmodes by Maxime Chevallier · 14 days ago
  45. 6248f3d net: phy: phy_port: Cleanup the of-parsing logic for phy_port by Maxime Chevallier · 14 days ago
  46. 0561667 net: phy: initialize the port support based on the PHY's for OF ports by Maxime Chevallier · 14 days ago
  47. b660b13d ovpn: fix VPN TX bytes counting by Ralf Lici · 3 weeks ago
  48. a5ec7ba ovpn: fix possible use-after-free in ovpn_net_xmit by Ralf Lici · 3 weeks ago
  49. 93686c4 ovpn: set sk_user_data before overriding callbacks by Ralf Lici · 3 weeks ago
  50. 37a93dd Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 7 days ago
  51. 098b6e4 Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 days ago
  52. c6e62d0 Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core by Linus Torvalds · 7 days ago
  53. 1c2b4a4 Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 7 days ago
  54. 61e62959 Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 days ago
  55. 1e0ea4d Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux by Linus Torvalds · 7 days ago
  56. c22e26b Merge tag 'landlock-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 7 days ago
  57. d0e91e4 Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 7 days ago
  58. 146fa66 Merge tag 'Smack-for-7.0' of https://github.com/cschaufler/smack-next by Linus Torvalds · 7 days ago
  59. db9571a Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 7 days ago
  60. 148f95f Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 7 days ago
  61. 41f1a08 Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux by Linus Torvalds · 7 days ago
  62. 38ef046 Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext by Linus Torvalds · 7 days ago
  63. ff661ee Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 days ago
  64. 9bdc648 Merge tag 'wq-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 days ago
  65. 1e83ccd sched/mmcid: Don't assume CID is CPU owned on mode switch by Thomas Gleixner · 8 days ago
  66. 939faf7 Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 7 days ago
  67. b7ef56a Merge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 days ago
  68. d061251 Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 days ago
  69. 0d6dd47 Merge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 7 days ago
  70. a31980db Merge tag 'hid-for-linus-2026020901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 7 days ago
  71. 532355a Merge tag 'hwmon-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 days ago
  72. d701782 Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 7 days ago
  73. 893ace4 Merge tag 'pwrseq-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 7 days ago
  74. c371f62 Merge tag 'pwm/for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux by Linus Torvalds · 7 days ago
  75. e86dda7 Merge tag 'spi-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 7 days ago
  76. f6c4248 Merge tag 'regulator-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 7 days ago
  77. d5cbd9f Merge tag 'regmap-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 7 days ago
  78. be653d2 Merge tag 'chrome-platform-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 7 days ago
  79. 83310d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 8 days ago
  80. 42d1c54 bnge/bng_re: Add a new HSI by Vikas Gupta · 10 days ago
  81. bf9cf80 net: macb: Fix tx/rx malfunction after phy link down and up by Kevin Hao · 11 days ago
  82. 6884028 af_unix: Fix memleak of newsk in unix_stream_connect(). by Kuniyuki Iwashima · 11 days ago
  83. e3998b6 net: ti: icssg-prueth: Add optional dependency on HSR by Kevin Hao · 12 days ago
  84. e265b33 mailmap: Add entry for Mickaël Salaün by Mickaël Salaün · 12 days ago
  85. 1abee69 Merge branch 'net-dsa-initial-support-for-maxlinear-mxl862xx-switches' by Paolo Abeni · 8 days ago
  86. 23794be net: dsa: add basic initial driver for MxL862xx switches by Daniel Golle · 12 days ago
  87. b405b26 net: mdio: add unlocked mdiodev C45 bus accessors by Daniel Golle · 12 days ago
  88. 85ee987 net: dsa: add tag format for MxL862xx switches by Daniel Golle · 12 days ago
  89. 4ccc985 dt-bindings: net: dsa: add MaxLinear MxL862xx by Daniel Golle · 12 days ago
  90. ccb3272 selftests: drivers: net: hw: Modify toeplitz.c to poll for packets by Dimitri Daskalakis · 12 days ago
  91. 9abbecf Merge branch 'for-6.20' into for-linus by Petr Mladek · 8 days ago
  92. 943f3b8 octeontx2-pf: Unregister devlink on probe failure by Hariprasad Kelam · 12 days ago
  93. e9a5073 net: renesas: rswitch: fix forwarding offload statemachine by Michael Dege · 13 days ago
  94. 192c015 Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 days ago
  95. 8ad8d24 Merge tag 'parisc-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 days ago
  96. 6589b3d Merge tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 8 days ago
  97. 60dc45dd Merge tag 'soc-arm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 8 days ago
  98. cdb1634 ionic: Rate limit unknown xcvr type messages by Eric Joyner · 12 days ago
  99. 70f1fbe Merge branch 'ipv6-tcp-no-longer-rebuild-fl6-at-each-transmit' by Jakub Kicinski · 8 days ago
  100. 97d7ae6 tcp: inet6_csk_xmit() optimization by Eric Dumazet · 12 days ago