summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-09-24can: enable CAN XL for virtual CAN devices by defaultVincent Mailhol
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol
2025-09-24wifi: libertas: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari
2025-09-24Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"Johannes Berg
2025-09-23net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUADCarolina Jubran
2025-09-23net/mlx5: HWS, ignore flow level for multi-dest tableYevgeny Kliteynik
2025-09-23net/mlx5: fs, fix UAF in flow counter releaseMoshe Shemesh
2025-09-23net: phy: stop exporting phy_driver_registerHeiner Kallweit
2025-09-23net: phy: dp83640: improve phydev and driver removal handlingHeiner Kallweit
2025-09-23net: phy: move config symbol MDIO_BUS to drivers/net/phy/KconfigHeiner Kallweit
2025-09-23net: airoha: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-09-23Merge tag 'linux-can-fixes-for-6.17-20250923' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-09-23can: dev: turn can_set_static_ctrlmode() into a non-inline functionVincent Mailhol
2025-09-23wifi: libertas: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-23Merge tag 'ath-next-20250922' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg
2025-09-22bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum
2025-09-22bng_en: Configure default VNICBhargava Marreddy
2025-09-22bng_en: Register default VNICBhargava Marreddy
2025-09-22bng_en: Register rings with the firmwareBhargava Marreddy
2025-09-22bng_en: Allocate stat contextsBhargava Marreddy
2025-09-22bng_en: Allocate packet buffersBhargava Marreddy
2025-09-22bng_en: Initialise core resourcesBhargava Marreddy
2025-09-22bng_en: Introduce VNICBhargava Marreddy
2025-09-22bng_en: Add initial support for CP and NQ ringsBhargava Marreddy
2025-09-22bng_en: Add initial support for RX and TX ringsBhargava Marreddy
2025-09-22bng_en: make bnge_alloc_ring() self-unwind on failureBhargava Marreddy
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-22net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-09-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-09-22net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()Thorsten Blum
2025-09-22net: xilinx: axienet: Fix kernel-doc warnings for missing return descriptionsSuraj Gupta
2025-09-22net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463Bastien Curutchet
2025-09-22net: sfp: remove old sfp_parse_* functionsRussell King (Oracle)
2025-09-22net: phy: update all PHYs to use sfp_get_module_caps()Russell King (Oracle)
2025-09-22net: phylink: use sfp_get_module_caps()Russell King (Oracle)
2025-09-22net: sfp: provide sfp_get_module_caps()Russell King (Oracle)
2025-09-22net: sfp: convert sfp quirks to modify struct sfp_module_supportRussell King (Oracle)
2025-09-22net: sfp: pre-parse the module supportRussell King (Oracle)
2025-09-22wifi: ath12k: enforce CPU endian format for all QMI dataAlexander Wilhelm
2025-09-22wifi: ath12k: Use 1KB Cache Flush Command for QoS TID DescriptorsManish Dharanenthiran
2025-09-22wifi: ath12k: Fix flush cache failure during RX queue updateNithyanantham Paramasivam
2025-09-22wifi: ath12k: Add Retry Mechanism for REO RX Queue Update FailuresManish Dharanenthiran
2025-09-22wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxqNithyanantham Paramasivam
2025-09-22wifi: ath12k: Refactor RX TID buffer cleanup into helper functionNithyanantham Paramasivam
2025-09-22wifi: ath12k: Refactor RX TID deletion handling into helper functionNithyanantham Paramasivam
2025-09-22wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256Nithyanantham Paramasivam
2025-09-22net: spacemit: Make stats_lock softirq-safeVivian Wang