1. 0a4524b xfrm: skip templates check for packet offload tunnel mode by Leon Romanovsky · 12 days ago master testing
  2. 1799d8a xfrm6: fix uninitialized saddr in xfrm6_get_saddr() by Jiayuan Chen · 12 days ago
  3. fdf3f68 net: don't touch dev->stats in BPF redirect paths by Jakub Kicinski · 10 days ago
  4. 6d06bc8 net: usb: r8152: fix resume reset deadlock by Sergey Senozhatsky · 11 days ago
  5. f8db647 macvlan: fix error recovery in macvlan_common_newlink() by Eric Dumazet · 10 days ago
  6. adcbadf net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP module by Marek Behún · 10 days ago
  7. 31a7a0b dpaa2-switch: add bounds check for if_id in IRQ handler by Junrui Luo · 11 days ago
  8. 82deb28 Merge branch 'net-liquidio-fix-memory-leaks-in-setup_nic_devices' by Jakub Kicinski · 10 days ago
  9. 6cbba46 net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup by Zilin Guan · 11 days ago
  10. 8558aef net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup by Zilin Guan · 11 days ago
  11. 926ede0 net: liquidio: Initialize netdev pointer before queue setup by Zilin Guan · 11 days ago
  12. ed48a84 dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero by Junrui Luo · 11 days ago
  13. de5720f Merge branch 'net-fix-potential-crash-in-net-sched-cls_u32-c' by Jakub Kicinski · 10 days ago
  14. cabd1a97 net/sched: cls_u32: use skb_header_pointer_careful() by Eric Dumazet · 11 days ago
  15. 13e00fd net: add skb_header_pointer_careful() helper by Eric Dumazet · 11 days ago
  16. 37d312b MAINTAINERS: add an entry for PSP by Jakub Kicinski · 11 days ago
  17. 1cac389 Merge tag 'net-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 10 days ago
  18. e829083 Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 10 days ago
  19. 426ca15 net: fix segmentation of forwarding fraglist GRO by Jibin Zhang · 13 days ago
  20. 085820673 Merge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless by Paolo Abeni · 10 days ago
  21. 1eab33a wifi: mac80211: correctly decode TTLM with default link map by Benjamin Berg · 10 days ago
  22. df8b9be Merge branch 'mptcp-avoid-dup-nl-events-and-propagate-error' by Jakub Kicinski · 11 days ago
  23. c5d5ecf selftests: mptcp: join: fix local endp not being tracked by Matthieu Baerts (NGI0) · 12 days ago
  24. 2ef9e3a selftests: mptcp: check subflow errors in close events by Matthieu Baerts (NGI0) · 12 days ago
  25. dccf461 mptcp: only reset subflow errors when propagated by Matthieu Baerts (NGI0) · 12 days ago
  26. 8467458 selftests: mptcp: check no dup close events after error by Matthieu Baerts (NGI0) · 12 days ago
  27. 280d654 mptcp: avoid dup SUB_CLOSED events after disconnect by Matthieu Baerts (NGI0) · 12 days ago
  28. 95f82b2b Merge branch 'mlx5-misc-fixes-2026-01-27' by Jakub Kicinski · 11 days ago
  29. 011be34 net/mlx5e: Skip ESN replay window setup for IPsec crypto offload by Jianbo Liu · 12 days ago
  30. a8f930b net/mlx5: Fix vhca_id access call trace use before alloc by Parav Pandit · 12 days ago
  31. 2610a3d net/mlx5: fs, Fix inverted cap check in tx flow table root disconnect by Shay Drory · 12 days ago
  32. 2aa1545 net: phy: micrel: fix clk warning when removing the driver by Wei Fang · 13 days ago
  33. a62f7d6 net/mlx5e: don't assume psp tx skbs are ipv6 csum handling by Daniel Zahka · 13 days ago
  34. 2b73e75 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by Jakub Kicinski · 11 days ago
  35. cc0cf10 net: bridge: fix static key check by Martin Kaiser · 12 days ago
  36. d2492688 nfc: nci: Fix race between rfkill and nci_unregister_device(). by Kuniyuki Iwashima · 13 days ago
  37. 8dfce89 Merge tag 'pinctrl-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 days ago
  38. a040afa gve: fix probe failure if clock read fails by Jordan Rhee · 13 days ago
  39. d32ba90 Merge branch 'mlx5-misc-fixes-2026-01-26' by Jakub Kicinski · 12 days ago
  40. 476681f net/mlx5e: Account for netdev stats in ndo_get_stats64 by Gal Pressman · 14 days ago
  41. f6766693 net/mlx5e: TC, delete flows only for existing peers by Mark Bloch · 14 days ago
  42. 2ae8c7e net/mlx5: Fix Unbinding uplink-netdev in switchdev mode by Shay Drory · 14 days ago
  43. 05faf2c ice: stop counting UDP csum mismatch as rx_errors by Jesse Brandeburg · 10 weeks ago
  44. 9bb30be ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues by Aaron Ma · 7 weeks ago
  45. 100cf7b4 ixgbe: don't initialize aci lock in ixgbe_recovery_probe() by Kohei Enju · 8 weeks ago
  46. 6383447 ixgbe: fix memory leaks in the ixgbe_recovery_probe() path by Kohei Enju · 8 weeks ago
  47. 1f97d9dc Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 12 days ago
  48. e9acda5 bonding: fix use-after-free due to enslave fail after slave array update by Nikolay Aleksandrov · 2 weeks ago
  49. f584427 dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: fix 'usb32_drvvbus0' group name by Gabor Juhos · 13 days ago
  50. 4f0d22e pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver by Bartosz Golaszewski · 13 days ago
  51. 165c34f nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). by Kuniyuki Iwashima · 2 weeks ago
  52. 2c84959 net: spacemit: Check for netif_carrier_ok() in emac_stats_update() by Vivian Wang · 2 weeks ago
  53. e2a9eeb mptcp: fix race in mptcp_pm_nl_flush_addrs_doit() by Eric Dumazet · 2 weeks ago
  54. 8d7ba71 rocker: fix memory leak in rocker_world_port_post_fini() by Kery Qi · 2 weeks ago
  55. fcb70a5 Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 13 days ago
  56. 709bbb0 net: dsa: yt921x: Fix MIB overflow wraparound routine by David Yang · 2 weeks ago
  57. ca12c4a net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id() by Zeng Chi · 2 weeks ago
  58. f0813bc net: wwan: t7xx: fix potential skb->frags overflow in RX path by Kery Qi · 2 weeks ago
  59. 63804fe Linux 6.19-rc7 by Linus Torvalds · 14 days ago
  60. 1742272 selftests: net: add ipv6 ping to local address from localhost by Fernando Fernandez Mancera · 3 weeks ago
  61. 03cbcdf ipv6: use the right ifindex when replying to icmpv6 from localhost by Fernando Fernandez Mancera · 3 weeks ago
  62. 09f979d net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins() by Zilin Guan · 2 weeks ago
  63. 944c614 sfc: fix deadlock in RSS config read by Edward Cree · 2 weeks ago
  64. f66f5c2 Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 14 days ago
  65. 0237777 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 14 days ago
  66. f9e6e6d Merge tag 'keys-trusted-next-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 2 weeks ago
  67. 0a6dce0 Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 2 weeks ago
  68. 11de40c Merge tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 2 weeks ago
  69. 913fb06 Merge tag 'i2c-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 2 weeks ago
  70. c1a5135 Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 2 weeks ago
  71. 6342969 keys/trusted_keys: fix handle passed to tpm_buf_append_name during unseal by Srish Srinivasan · 2 weeks ago
  72. 19a5d9b Input: i8042 - add quirks for MECHREVO Wujie 15X Pro by gongqi · 2 weeks ago
  73. 2934325 Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA by feng · 2 weeks ago
  74. d91a46d Merge tag 'riscv-for-linus-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 2 weeks ago
  75. d04ed41 Merge tag 'ntb-6.19-bugfixes' of https://github.com/jonmason/ntb by Linus Torvalds · 2 weeks ago
  76. b83a8ff Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 2 weeks ago
  77. 1026064 Documentation: Project continuity by Dan Williams · 2 weeks ago
  78. 5dbeeb2 Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core by Linus Torvalds · 2 weeks ago
  79. 12a0094 Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 weeks ago
  80. af5a3fa Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 weeks ago
  81. ceaeaf6 Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 weeks ago
  82. dc67a35 Merge tag 'objtool-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 weeks ago
  83. 4fc8d3f Merge tag 'irq-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 weeks ago
  84. 4a51fe91 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 weeks ago
  85. e6e09d3 Merge tag 'i2c-host-fixes-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current by Wolfram Sang · 2 weeks ago
  86. e89f0e9 Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 2 weeks ago
  87. 6208587 Merge tag 'kbuild-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux by Linus Torvalds · 2 weeks ago
  88. 3a622041 Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 2 weeks ago
  89. e85d3e9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 2 weeks ago
  90. f6c3665 bonding: annotate data-races around slave->last_rx by Eric Dumazet · 2 weeks ago
  91. 6d06443 Merge tag 'v6.19-rc6-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 2 weeks ago
  92. 5bde837 Merge tag 'pci-v6.19-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 2 weeks ago
  93. 2a4d911 Merge tag 'platform-drivers-x86-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 2 weeks ago
  94. 9731fa4 Merge tag 'pmdomain-v6.19-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm by Linus Torvalds · 2 weeks ago
  95. d4be90c Merge tag 'mmc-v6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 2 weeks ago
  96. 00d20db Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 2 weeks ago
  97. 7907f67 Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 2 weeks ago
  98. b33d7062 Merge tag 'iommu-fixes-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux by Linus Torvalds · 2 weeks ago
  99. 8016dc5 octeon_ep: Fix memory leak in octep_device_setup() by Zilin Guan · 3 weeks ago
  100. 6de4436 net: bcmasp: fix early exit leak with fixed phy by Justin Chen · 2 weeks ago