summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-05-01net: airoha: configure QoS channel for HW accelerated flowtable trafficLorenzo Bianconi
2026-05-01net: usb: cdc_ncm: add Apple Mac USB-C direct networking quirkAlex Cheema
2026-05-01net: usb: r8152: add TRENDnet TUC-ET2G v2.0Aleksander Jan Bajkowski
2026-05-01ne2k: fold drivers/net/Space.c into ne.cArnd Bergmann
2026-05-01net: cs89x0: remove ISA bus probingArnd Bergmann
2026-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-04-30octeontx2-af: npc: cn20k: Reject missing default-rule MCAM indicesRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Tear down default MCAM rules explicitly on freeRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Initialize default-rule index outputs up frontRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Fix MCAM actions readRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Fix bank valueRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Clear MCAM entries by index and key widthRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Fix target map and ruleRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Propagate errors in defrag MCAM alloc rollbackRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Drop debugfs_create_file() error checks in initRatheesh Kannoth
2026-04-30octeontx2-af: npc: cn20k: Propagate MCAM key-type errors on cn20kRatheesh Kannoth
2026-04-30net: airoha: Move entries to queue head in case of DMA mapping failure in air...Lorenzo Bianconi
2026-04-30net: libwx: use request_irq for VF misc interruptJiawen Wu
2026-04-30net: libwx: fix VF illegal register accessJiawen Wu
2026-04-30net: enetc: fix VSI mailbox timeout handling and DMA lifecycleWei Fang
2026-04-30Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-30net: phy: micrel: fix LAN8814 QSGMII soft resetRobert Marko
2026-04-30wifi: ath12k: add thermal cooling device supportMaharaja Kennadyrajan
2026-04-30wifi: ath12k: reorder group start/stop for safe thermal sysfs cleanupMaharaja Kennadyrajan
2026-04-30wifi: ath12k: refactor per-radio thermal hwmon setup and cleanupMaharaja Kennadyrajan
2026-04-30wifi: ath12k: configure firmware thermal throttling via WMIMaharaja Kennadyrajan
2026-04-30wifi: ath12k: handle thermal throttle stats WMI eventMaharaja Kennadyrajan
2026-04-30wifi: ath12k: unify error handling in some ath12k_wmi_xxx() functionsNicolas Escande
2026-04-30wifi: ath11k: cancel SSR work items during PCI shutdownWei Zhang
2026-04-30wifi: ath12k: use kzalloc_flexRosen Penev
2026-04-30wifi: ath12k: Handle DP_RX_DECAP_TYPE_8023 type in Rx pathTamizh Chelvam Raja
2026-04-30wifi: ath: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski
2026-04-30wifi: ath: Use the unified QMI service ID instead of defining it locallyDaniel Lezcano
2026-04-30wifi: ath9k: fix OOB access from firmware tx status queue IDTristan Madani
2026-04-30wifi: ath9k: use kmemdup and kcallocRosen Penev
2026-04-30wifi: ath9k: owl: move name into owl_nvmem_probeRosen Penev
2026-04-30wifi: ath9k: use non devm for nvmem_cell_getRosen Penev
2026-04-30wifi: ath9k: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-30sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter
2026-04-30ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros
2026-04-30ice: fix missing dpll notifications for SW pinsPetr Oros
2026-04-30ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros
2026-04-30ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros
2026-04-30ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros
2026-04-30ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros
2026-04-30iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros
2026-04-30iavf: wait for PF confirmation before removing VLAN filtersPetr Oros
2026-04-30iavf: stop removing VLAN filters from PF on interface downPetr Oros
2026-04-30iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros