summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-10selftests: drv-net: so_txtime: only send test traffic to sch_etfWillem de Bruijn
2026-08-10PCI: ultrarisc: Use module_platform_driver()Jia Wang
2026-08-10PCI: ultrarisc: Get and enable DP1000 PCIe controller clocksJia Wang
2026-08-10dt-bindings: PCI: ultrarisc: Add required DP1000 PCIe clocksJia Wang
2026-08-10et131x: propagate EEPROM readiness errorsAvi Weiss
2026-08-10net: sfp: fix hwmon_name memory leak on hwmon registration failureKrishan Singh
2026-08-10Merge branch 'drivers-s390-net-enable-context_analysis'Jakub Kicinski
2026-08-10drivers/s390/net: Enable CONTEXT_ANALYSISHeiko Carstens
2026-08-10s390/ctcm: Add __context_unsafe() attribute to various functionsHeiko Carstens
2026-08-10nvme: raise FDP placement handle cap to U8_MAX and warn on overflowGuixin Liu
2026-08-10apparmor: fix out-of-bounds write when null terminating a label vecHyunwoo Kim
2026-08-10selftests: drv-net: let ethtool stats settle before readingJakub Kicinski
2026-08-10selftests: drv-net: pace ethtool_std_stats packet generationJakub Kicinski
2026-08-10selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesceJakub Kicinski
2026-08-10netdev: check for nla_put_u32() failuresJakub Kicinski
2026-08-10tap: fix incorrect variable used for USO check in set_offload()Rongguang Wei
2026-08-10selftests: tc-testing: add act_ct test for malformed header handlingHyunjung Ko
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko
2026-08-10net: xilinx: axienet: Treat xlnx,rxmem as a required propertySuraj Gupta
2026-08-10keys, dns: Drop unused NUL terminator from upayload->dataThorsten Blum
2026-08-10bonding: fix wrong extack attribute in ARP validate netlink error pathHangbin Liu
2026-08-10nilfs2: standardize the inode number type to u64Ryusuke Konishi
2026-08-10net: phy: realtek: fix EEE advertisement write on the internal PHY MMD pathOleksij Rempel
2026-08-10amt: Don't support cross-netns setup.Kuniyuki Iwashima
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen
2026-08-10nilfs2: enhance btree node keys checkWang Jianjian
2026-08-10net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko
2026-08-10veth: fix queue index used to wake the peer txq in veth_pollJonas Köppeler
2026-08-10net: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski
2026-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bp...Tejun Heo
2026-08-10Merge branch 'add-dapu-telecom-dap8211r-i-gigabit-ethernet-phy-driver'Jakub Kicinski
2026-08-10net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driverArtem Shimko
2026-08-10dt-bindings: net: add DAPU Telecom DAP8211R(I) PHY bindingArtem Shimko
2026-08-10dt-bindings: vendor-prefixes: add Guangdong Dapu Telecom Co., Ltd.Artem Shimko
2026-08-10selftests/net: fin_ack_lat: fix latency threshold typoBrian Grech
2026-08-10macvlan: inherit needed_headroom and needed_tailroom from lowerdevEric Dumazet
2026-08-10ipvlan: inherit needed_headroom and needed_tailroom from phy_devEric Dumazet
2026-08-10Merge branch 'eth-bnxt-fix-irq-notifier-bugs'Jakub Kicinski
2026-08-10eth: bnxt: avoid deadlock when canceling IRQ affinity notifierJakub Kicinski
2026-08-10eth: bnxt: decrease indent in bnxt_request_irq()Jakub Kicinski
2026-08-10eth: bnxt: keep the aRFS rmap updated when TPH is enabledJakub Kicinski
2026-08-10eth: bnxt: cancel IRQ notifier before freeing affinity maskJakub Kicinski
2026-08-10workqueue: skip the node_nr_active update for non-unbound workqueuesBreno Leitao
2026-08-10workqueue: rename alloc_unbound_pwq() to alloc_pwq()Breno Leitao
2026-08-10workqueue: allocate attrs for all workqueuesBreno Leitao
2026-08-10workqueue: rename wq->unbound_attrs to wq->attrsBreno Leitao
2026-08-10workqueue: test WQ_UNBOUND explicitly in the hotplug loopsBreno Leitao
2026-08-10workqueue: account nr_active by the backing poolBreno Leitao
2026-08-10workqueue: release pwq pools by pool typeBreno Leitao
2026-08-10workqueue: factor out alloc_and_link_percpu_pwqs()Breno Leitao