summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-07-11bnxt_en: Flush FW trace before copying to the coredumpShruti Parab
2025-07-11bnxt_en: Fix DCB ETS validationShravya KN
2025-07-11net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam()Alok Tiwari
2025-07-11net/mlx5e: Add new prio for promiscuous modeJianbo Liu
2025-07-11net/mlx5e: Fix race between DIM disable and net_dim()Carolina Jubran
2025-07-11net/mlx5: Reset bw_share field when changing a node's parentCarolina Jubran
2025-07-11can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debu...Sean Nyekjaer
2025-07-10net: phy: microchip: limit 100M workaround to link-down events on LAN88xxOleksij Rempel
2025-07-10net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bitsOleksij Rempel
2025-07-10ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeofMingming Cao
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-07-09net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_...Chintan Vankar
2025-07-09net: thunderx: avoid direct MTU assignment after WRITE_ONCE()Alok Tiwari
2025-07-09net: mana: Fix warnings for missing export.h header inclusionNaman Jain
2025-07-09wifi: iwlwifi: mask reserved bits in chan_state_active_bitmapPagadala Yesu Anjaneyulu
2025-07-08net: phy: smsc: Fix link failure in forced mode with Auto-MDIXOleksij Rempel
2025-07-08net: phy: smsc: Force predictable MDI-X state on LAN87xxOleksij Rempel
2025-07-08net: phy: smsc: Fix Auto-MDIX configuration when disabled by strapOleksij Rempel
2025-07-08net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2EricChan
2025-07-08net: airoha: Fix an error handling path in airoha_probe()Christophe JAILLET
2025-07-08net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe()Haoxiang Li
2025-07-07net: bcmgenet: Initialize u64 stats seq counterRyo Takakura
2025-07-07net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()Luo Jie
2025-07-07net: phy: qcom: move the WoL function to shared libraryLuo Jie
2025-07-07wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the sam...Leon Yen
2025-07-07wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()Henry Martin
2025-07-07wifi: mt76: fix queue assignment for deauth packetsFelix Fietkau
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau
2025-07-07wifi: mt76: mt7921: prevent decap offload config before STA initializationDeren Wu
2025-07-07wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_...Deren Wu
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo
2025-07-07wifi: mt76: mt7925: fix the wrong config for tx interruptMing Yen Hsieh
2025-07-07wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field()Lorenzo Bianconi
2025-07-07wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic contextLorenzo Bianconi
2025-07-07wifi: rt2x00: fix remove callback type mismatchFelix Fietkau
2025-07-07wifi: mwifiex: discard erroneous disassoc frames on STA interfaceVitor Soares
2025-07-04bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_...Jason Xing
2025-07-03net: ngbe: specify IRQ vector when the number of VFs is 7Jiawen Wu
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu
2025-07-03net: txgbe: request MISC IRQ in ndo_openJiawen Wu
2025-07-03virtio_net: Enforce minimum TX ring size for reliabilityLaurent Vivier
2025-07-03virtio_net: Cleanup '2+MAX_SKB_FRAGS'Laurent Vivier
2025-07-03virtio-net: xsk: rx: fix the frame's length checkBui Quang Minh
2025-07-03virtio-net: use the check_mergeable_len helperBui Quang Minh
2025-07-03virtio-net: remove redundant truesize check with PAGE_SIZEBui Quang Minh
2025-07-03virtio-net: ensure the received length does not exceed allocated sizeBui Quang Minh