summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net_shaper: fix kernel-doc list indentationKarl Mehltretter
2026-08-17net: dsa: b53: fix error propagation from b53_fdb_dump()Vladimir Oltean
2026-08-17MAINTAINERS: update entry for socfpga dwmac and gmii/sgmiiDinh Nguyen
2026-08-17net: kcm: Hold RCU read lock while running BPF parserJunseo Lim
2026-08-17Merge tag 'vfs-7.3-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-17dpll: fix NULL deref in dpll_device_ops() during teardown racePetr Oros
2026-08-17Merge tag 'vfs-7.3-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-08-17Merge branch 'net-sfp-quirk-support-for-xgs-pon-ont-sticks-with-unclean-eeproms'Jakub Kicinski
2026-08-17net: sfp: add quirks for OEM XGSPONST2001 and FS XGS-SFP-ONT-MACIMartino Dell'Ambrogio
2026-08-17net: sfp: allow prefix matching in quirk lookupMartino Dell'Ambrogio
2026-08-17Merge tag 'vfs-7.3-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17vxlan: keep the last remote linked during FDB flushKyle Zeng
2026-08-17ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()Zhiling Zou
2026-08-17ipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
2026-08-17Merge branch 'ionic-fix-completion-descriptor-access'Jakub Kicinski
2026-08-17ionic: fix completion descriptor access with 2x desc sizePrabu Thayalan
2026-08-17ionic: add missing dma_rmb() after the completion publish checkEric Joyner
2026-08-17net: usb: qmi_wwan: add Telit Cinterion FE990D50 compositionFabio Porcedda
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17ptp: netc: skip PEROUT disable if channel is not enabledWei Fang
2026-08-17net: pktgen: use a consistent flow countQi Zhang
2026-08-17net: ibm: emac: mal: fix NAPI lockingRunyu Xiao
2026-08-17drm/xe: tests: fix error message in xe_migrate_sanity_test()Dan Carpenter
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17Merge tag 'nfc-7.1-rc8' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-17hinic3: Fix skb linearization mismatch and drop skb when skb_checksum_help() ...Fan Gong
2026-08-17net: airoha: npu: load the firmware without the sysfs fallbackVitaliy Sochnev
2026-08-17Merge branch 'net-stmmac-dma-address-handling-fixes'Jakub Kicinski
2026-08-17net: stmmac: convert DMA address to lower 32 before assignmentAlex Elder
2026-08-17net: stmmac: use dma_addr_t for DMA addressesAlex Elder
2026-08-17Merge branch 'net-thunderbolt-two-fixes-for-the-failed-bring-up-path'Jakub Kicinski
2026-08-17net: thunderbolt: Mark the connection down when bringing it up failsFan Ye
2026-08-17net: thunderbolt: Release the Rx HopID that was handed out on mismatchFan Ye
2026-08-17octeontx2-af: initialize lmac_bmap in rvu_mcs_set_lmac_bmap()Karl Mehltretter
2026-08-17psp: use unrcu_pointer() for the cmpxchg() on netdev psp_devWei Wang
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net: psp: use psp_dev_is_registered() in psp_assoc_free()Daniel Zahka
2026-08-17selftests: net: separate ipv6_flowlabel_mgr testMarcelo Mendes Spessoto Junior
2026-08-17octeontx2-af: Add mailbox to read default MCAM entrySatheesh Paul
2026-08-17bnxt_en: Add missing NETIF_F_TSO_ECN feature flagMichael Chan
2026-08-17Merge branch 'eth-bnxt-preserve-irq-affinity-across-irq-reallocation'Jakub Kicinski
2026-08-17eth: bnxt: preserve IRQ affinity across IRQ reallocationJakub Kicinski
2026-08-17eth: bnxt: decrease indent in bnxt_init_int_mode()Jakub Kicinski
2026-08-17selftests/bpf: Add tests for a store on a fault prone qdisc pointerDaniel Borkmann
2026-08-17selftests/bpf: Add tests for fault prone loads out of RCU pointersDaniel Borkmann
2026-08-17selftests/bpf: Add tests for pointer type merge at a shared loadDaniel Borkmann
2026-08-17selftests/bpf: Remove duplicate copies of the arena spinlock qnodesChangwoo Min