1. 623fb99 Merge tag 'pinctrl-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 29 hours ago master
  2. 5572ad8 Merge tag 'trace-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 2 days ago
  3. f2a3b12 Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 days ago
  4. c92510f arp: do not assume dev_hard_header() does not change skb->head by Eric Dumazet · 2 days ago
  5. 1f20c774 Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by Jakub Kicinski · 2 days ago
  6. 4b5bdab net: enetc: fix build warning when PAGE_SIZE is greater than 128K by Wei Fang · 3 days ago
  7. 804809a Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless by Jakub Kicinski · 2 days ago
  8. 4d984b0 atm: Fix dma_free_coherent() size by Thomas Fourier · 3 days ago
  9. 790792e tools: ynl: don't install tests by Jakub Kicinski · 4 days ago
  10. 7d11e04 net: do not write to msg_get_inq in callee by Willem de Bruijn · 4 days ago
  11. 3358995 bnxt_en: Fix NULL pointer crash in bnxt_ptp_enable during error cleanup by Breno Leitao · 4 days ago
  12. afa2762 net: usb: pegasus: fix memory leak in update_eth_regs_async() by Petko Manolov · 4 days ago
  13. a4e305e net: 3com: 3c59x: fix possible null dereference in vortex_probe1() by Thomas Fourier · 4 days ago
  14. c1d73b1 net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset by Xiang Mei · 4 days ago
  15. 79b95d7 Merge tag 'hid-for-linus-2026010801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 2 days ago
  16. 108b661 Merge tag 'sound-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 2 days ago
  17. a203dbe wifi: mac80211: collect station statistics earlier when disconnect by Baochen Qiang · 3 weeks ago
  18. d594cc6 wifi: mac80211: restore non-chanctx injection behaviour by Johannes Berg · 4 weeks ago
  19. 6f38593 wifi: mac80211_hwsim: disable BHs for hwsim_radio_lock by Benjamin Berg · 3 days ago
  20. c0d82ba wifi: mac80211: don't iterate not running interfaces by Miri Korenblit · 3 days ago
  21. 3334188 wifi: mac80211_hwsim: fix typo in frequency notification by Benjamin Berg · 3 days ago
  22. 21cbf88 wifi: avoid kernel-infoleak from struct iw_point by Eric Dumazet · 2 days ago
  23. d7f6629 HID: logitech: add HID++ support for Logitech MX Anywhere 3S by Dennis Marttinen · 6 days ago
  24. 6abcf75 net: airoha: Fix schedule while atomic in airoha_ppe_deinit() by Lorenzo Bianconi · 5 days ago
  25. 12adb96 HID: Elecom: Add support for ELECOM M-XT3DRBK (018C) by Arnoud Willemsen · 5 weeks ago
  26. c7fabe4 HID: quirks: work around VID/PID conflict for appledisplay by René Rebe · 6 weeks ago
  27. 85a8668 HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30 (2d99:a101) by Rodrigo Lugathe da Conceição Alves · 6 weeks ago
  28. 1e2ed4b trace: ftrace_dump_on_oops[] is not exported, make it static by Ben Dooks · 3 days ago
  29. 5f1ef0d tracing: Add recursion protection in kernel stack trace recording by Steven Rostedt · 4 days ago
  30. 5232196 ftrace: Make ftrace_graph_ent depth field signed by Steven Rostedt · 7 days ago
  31. 6435ffd ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free by Wupeng Ma · 13 days ago
  32. 7cc3fe8 tracing: Drop unneeded assignment to soft_mode by Julia Lawall · 2 weeks ago
  33. 2497ff3 HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report() by Kwok Kin Ming · 10 days ago
  34. f287ba5 selftests/hid: add a test for the Digitizer/Button Type pressurepad by Peter Hutterer · 3 weeks ago
  35. 4f36fda selftests/hid: use a enum class for the different button types by Peter Hutterer · 3 weeks ago
  36. 1d6628f selftests/hid: require hidtools 0.12 by Peter Hutterer · 3 weeks ago
  37. 2b29a90 HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type by Peter Hutterer · 3 weeks ago
  38. c06bc35 HID: quirks: Add another Chicony HP 5MP Cameras to hid_ignore_list by Chris Chiu · 8 days ago
  39. a9a9179 HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer by Even Xu · 2 weeks ago
  40. dd76788 hid: intel-thc-hid: Select SGL_ALLOC by Tim Zimmermann · 6 weeks ago
  41. e03fb36 selftests/hid: fix bpf compilations due to -fms-extensions by Benjamin Tissoires · 4 days ago
  42. b7666c8 HID: bpf: fix bpf compilation with -fms-extensions by Benjamin Tissoires · 4 days ago
  43. 6532673 Merge branch 'net-netdevsim-fix-inconsistent-carrier-state-after-link-unlink' by Jakub Kicinski · 3 days ago
  44. 75df712 selftests: netdevsim: add carrier state consistency test by Yohei Kojima · 5 days ago
  45. d83dddf net: netdevsim: fix inconsistent carrier state after link/unlink by Yohei Kojima · 5 days ago
  46. 353cfc0 selftests: drv-net: Bring back tool() to driver __init__s by Gal Pressman · 5 days ago
  47. adb25a4 net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy by Shivani Gupta · 5 days ago
  48. 13ff3e7 net: sfp: return the number of written bytes for smbus single byte access by Maxime Chevallier · 5 days ago
  49. e5c8eda udp: call skb_orphan() before skb_attempt_defer_free() by Eric Dumazet · 5 days ago
  50. 7801edc Revert "dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurable" by Vladimir Oltean · 6 days ago
  51. 44694ff MAINTAINERS: Add an additional maintainer to the AMD XGBE driver by Shyam Sundar S K · 4 weeks ago
  52. 4648fb2 idpf: fix aux device unplugging when rdma is not supported by vport by Larysa Zaremba · 8 weeks ago
  53. 086efe0 idpf: cap maximum Rx buffer size by Joshua Hay · 10 weeks ago
  54. 87b8ee6 idpf: Fix error handling in idpf_vport_open() by Sreedevi Joshi · 5 weeks ago
  55. ebecca5 idpf: Fix RSS LUT NULL ptr issue after soft reset by Sreedevi Joshi · 7 weeks ago
  56. 445b49d idpf: Fix RSS LUT configuration on down interfaces by Sreedevi Joshi · 7 weeks ago
  57. 83f38f2 idpf: Fix RSS LUT NULL pointer crash on early ethtool operations by Sreedevi Joshi · 7 weeks ago
  58. 36aae2e idpf: fix issue with ethtool -n command display by Erik Gabriel Carrillo · 3 months ago
  59. f9841bd idpf: fix memory leak of flow steer list on rmmod by Sreedevi Joshi · 3 months ago
  60. 4d79221 idpf: fix error handling in the init_task on load by Emil Tantilov · 7 weeks ago
  61. e111cbc idpf: fix memory leak in idpf_vc_core_deinit() by Emil Tantilov · 7 weeks ago
  62. f6242b3 idpf: fix memory leak in idpf_vport_rel() by Emil Tantilov · 7 weeks ago
  63. 2e281e1 idpf: detach and close netdevs while handling a reset by Emil Tantilov · 7 weeks ago
  64. 083029b idpf: keep the netdev when a reset fails by Emil Tantilov · 7 weeks ago
  65. f0b9d8e Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 4 days ago
  66. 238e03d net: fix memory leak in skb_segment_list for GRO packets by Mohammad Heib · 5 days ago
  67. 86c22d4 netlink: specs: netdev: clarify the page pool API a little by Jakub Kicinski · 6 days ago
  68. a7fc8c6 net: airoha: Fix npu rx DMA definitions by Lorenzo Bianconi · 8 days ago
  69. 2fa9805 selftests: mptcp: Mark xerror and die_perror __noreturn by Ankit Khushwaha · 9 days ago
  70. f5e9ba95 Merge branch 'net-sched-fix-memory-leak-on-mirred-loop' by Jakub Kicinski · 4 days ago
  71. 4bcd49a selftests/tc-testing: Add test case redirecting to self on egress by Victor Nogueira · 9 days ago
  72. 98923537 net/sched: act_mirred: Fix leak when redirecting to self on egress by Jamal Hadi Salim · 9 days ago
  73. d96bfb6 Merge branch 'vsock-fix-so_zerocopy-on-accept-ed-vsocks' by Jakub Kicinski · 4 days ago
  74. caa20e9 vsock/test: Test setting SO_ZEROCOPY on accept()ed socket by Michal Luczaj · 11 days ago
  75. ce5e612 vsock: Make accept()ed sockets use custom setsockopt() by Michal Luczaj · 11 days ago
  76. 7f98ab9 Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 days ago
  77. 3609fa9 Merge tag 'devicetree-fixes-for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 days ago
  78. 9ace475 Linux 6.19-rc4 by Linus Torvalds · 5 days ago
  79. 1806d21 MAINTAINERS: Update email address for Justin Iurman by Justin Iurman · 7 days ago
  80. d6f6c6d Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf by Jakub Kicinski · 6 days ago
  81. 2ef02ac inet: frags: drop fraglist conntrack references by Florian Westphal · 8 days ago
  82. acb4bc6 virtio_net: fix device mismatch in devm_kzalloc/devm_kfree by Kommula Shiva Shankar · 8 days ago
  83. ffeafa6 bnxt_en: Fix potential data corruption with HW GRO/LRO by Srijit Bose · 10 days ago
  84. 92e6e0a net: wwan: iosm: Fix memory leak in ipc_mux_deinit() by Zilin Guan · 11 days ago
  85. 8da901f net/ena: fix missing lock when update devlink params by Frank Liang · 10 days ago
  86. 43b1824 Merge branch 'mlx5-misc-fixes-2025-12-25' by Jakub Kicinski · 6 days ago
  87. 0462a15 net/mlx5e: Dealloc forgotten PSP RX modify header by Cosmin Ratiu · 2 weeks ago
  88. 144297e net/mlx5e: Don't print error message due to invalid module by Gal Pressman · 2 weeks ago
  89. 7d36a4a net/mlx5e: Fix NULL pointer dereference in ioctl module EEPROM query by Gal Pressman · 2 weeks ago
  90. 6c75dc9d net/mlx5e: Don't gate FEC histograms on ppcnt_statistical_group by Alexei Lazar · 2 weeks ago
  91. 3105797 net/mlx5: Lag, multipath, give priority for routes with smaller network prefix by Patrisious Haddad · 2 weeks ago
  92. 02d1e1a netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates by Di Zhu · 2 weeks ago
  93. 2a71a1a8 net: sock: fix hardened usercopy panic in sock_recv_errqueue by Weiming Shi · 2 weeks ago
  94. 62f7edd net: phy: mxl-86110: Add power management and soft reset support by Stefano Radaelli · 3 weeks ago
  95. 4c0856c inet: ping: Fix icmp out counting by yuan.gao · 2 weeks ago
  96. 34f3ff5 net: mscc: ocelot: Fix crash when adding interface under a lag by Jerry Wu · 2 weeks ago
  97. 3128df6 bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress by Alexandre Knecht · 13 days ago
  98. d706543 net: bnge: add AUXILIARY_BUS to Kconfig dependencies by Markus Blöchl · 13 days ago
  99. a428e0d net: marvell: prestera: fix NULL dereference on devlink_alloc() failure by Alok Tiwari · 11 days ago
  100. 54e82e9 Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 days ago