aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-09wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlvJavier Tia1-0/+4
2026-06-09wifi: mt76: mt7925: fix stale pointer comparisons in change_vif_linksJavier Tia1-2/+2
2026-06-09wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996_init_tx_queues()Lorenzo Bianconi1-1/+1
2026-06-09wifi: mt76: mt7925: add Netgear A8500 USB device IDDevin Wittmayer1-0/+3
2026-06-09wifi: mt76: mt7996: add missing max_remain_on_channel_durationFelix Fietkau3-2/+2
2026-06-09wifi: mt76: mt7996: fix out-of-bounds array access during hardware restartFelix Fietkau5-25/+43
2026-06-09wifi: mt7601u: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: mt792xu: drop redundant device referenceJohan Hovold3-5/+0
2026-06-09wifi: mt76x2u: drop redundant device referenceJohan Hovold1-4/+0
2026-06-09wifi: mt76x0u: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_linkRajat Gupta1-1/+1
2026-06-09wifi: mt76: mt7925: don't disable AP BSS when removing TDLS peerElXreno1-0/+3
2026-06-09wifi: mt76: route TDLS-peer frames as 3-addr non-DS in HW encapElXreno8-0/+28
2026-06-09wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beaconArjan van de Ven2-0/+6
2026-06-09wifi: mt76: mt7921: fix resource leak in probe error pathHongling Zeng1-5/+10
2026-06-09wifi: mt76: fix of_get_mac_address error handlingRosen Penev1-1/+1
2026-06-09wifi: mt76: mt7925: clean up DMA on probe failureMyeonghun Pak1-1/+3
2026-06-09r8152: handle the return value of usb_reset_device()Chih Kai Hsu1-1/+6
2026-06-08net/mlx5: Use effective affinity mask for IRQ selectionFushuai Wang1-1/+4
2026-06-08net/mlx5: Simplify cpumask operations in comp_irq_request_sf()Fushuai Wang1-2/+1
2026-06-08net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failureDragos Tatulea1-2/+8
2026-06-08net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_listDragos Tatulea2-28/+57
2026-06-08net: phy: don't try to setup PHY-driven SFP cages when using genphyMaxime Chevallier1-3/+9
2026-06-08net: phy: Clean the phy_ports after unregistering the downstream SFP busMaxime Chevallier1-2/+2
2026-06-08net: phy: remove phy ports upon probe failureMaxime Chevallier1-0/+2
2026-06-08net: phy: clean the sfp upstream if phy probing failsMaxime Chevallier1-0/+6
2026-06-08net: ibm: emac: mal: fix potential system hang in mal_remove()Rosen Penev1-3/+3
2026-06-08net: ibm: emac: Clear MAL descriptors without memsetRosen Penev1-2/+13
2026-06-08net: ibm: emac: Fix use-after-free during device removalRosen Penev1-1/+8
2026-06-08net: ibm: emac: mal: fix unchecked platform_get_irq return valuesRosen Penev1-0/+9
2026-06-08net/mlx4: avoid GCC 10 __bad_copy_from() false positiveYao Sang1-1/+8
2026-06-08pds_core: quiesce DMA before freeing resourcesNikhil P. Rao1-0/+4
2026-06-08geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock().Kuniyuki Iwashima1-1/+4
2026-06-06wifi: ath9k_htc: allocate tx_buf and buf togetherRosen Penev2-13/+3
2026-06-06wifi: ath9k: remove disabling of bandsRosen Penev2-14/+4
2026-06-06wifi: ath9k: remove TX99 power array zero initRosen Penev1-2/+2
2026-06-06wifi: ath9k: Clear DMA descriptors without memsetRosen Penev2-5/+33
2026-06-06wifi: ath9k_htc: use module_usb_driverRosen Penev3-29/+1
2026-06-06wifi: wcn36xx: allocate chan_surveys with main structRosen Penev2-12/+3
2026-06-06wifi: wcn36xx: fix spelling mistakes in dxe header commentStepan Ionichev1-2/+2
2026-06-06wifi: wcn36xx: fix OOB read from short trigger BA firmware responseTristan Madani1-0/+3
2026-06-06wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
2026-06-06wifi: wcn36xx: fix heap overflow from oversized firmware HAL responseTristan Madani1-0/+4
2026-06-05net: stmmac: xgmac: report L3/L4 filter match count in ethtool statsNazim Amirul2-0/+8
2026-06-05net: microchip: sparx5: clean up PSFP resources on flower setup failureHaoxiang Li2-6/+17
2026-06-05net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configurationLorenzo Bianconi3-12/+71
2026-06-05net: airoha: Introduce WAN device flagLorenzo Bianconi3-22/+66
2026-06-05net: airoha: Do not stop GDM port if it is sharedLorenzo Bianconi2-12/+48
2026-06-05net: airoha: Support multiple net_devices for a single FE GDM portLorenzo Bianconi3-77/+237