summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-14Merge tag 'wireless-2024-08-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski10-17/+123
2024-08-13mlxbf_gige: disable RX filters until RX path initializedDavid Thompson4-6/+64
2024-08-13net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...Long Li1-9/+15
2024-08-13Merge tag 'ath-current-20240812' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo4-0/+83
2024-08-13wifi: iwlwifi: correctly lookup DMA address in SG tableBenjamin Berg3-12/+28
2024-08-13wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki1-1/+1
2024-08-12net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-08-12net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()Zheng Zhang1-2/+4
2024-08-12net: mana: Fix RX buf alloc_size alignment and atomic op panicHaiyang Zhang1-1/+5
2024-08-12net: phy: vitesse: repair vsc73xx autonegotiationPawel Dembicki1-14/+0
2024-08-12net: dsa: vsc73xx: allow phy resettingPawel Dembicki1-11/+0
2024-08-12net: dsa: vsc73xx: check busy flag in MDIO operationsPawel Dembicki1-1/+36
2024-08-12net: dsa: vsc73xx: pass value in phy_write operationPawel Dembicki1-1/+1
2024-08-12net: dsa: vsc73xx: fix port MAC configuration in full duplex modePawel Dembicki1-1/+5
2024-08-12net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey1-8/+8
2024-08-12atm: idt77252: prevent use after free in dequeue_rx()Dan Carpenter1-4/+5
2024-08-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-qDavid S. Miller4-16/+75
2024-08-11net: ethernet: use ip_hdrlen() instead of bit shiftMoon Yeounsu1-6/+4
2024-08-10wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletionJanne Grunau1-3/+10
2024-08-09net/mlx5e: Fix queue stats access to non-existing channels splatGal Pressman1-1/+4
2024-08-09net/mlx5e: Correctly report errors for ethtool rx flowsCosmin Ratiu1-1/+1
2024-08-09net/mlx5e: Take state lock during tx timeout reporterDragos Tatulea1-0/+2
2024-08-09net/mlx5e: SHAMPO, Increase timeout to improve latencyDragos Tatulea4-14/+17
2024-08-09net/mlx5: SD, Do not query MPIR register if no sd_groupTariq Toukan1-9/+9
2024-08-09gtp: pull network headers in gtp_dev_xmit()Eric Dumazet1-0/+3
2024-08-09usbnet: ipheth: fix carrier detection in modes 1 and 4Foster Snowhill1-2/+3
2024-08-09usbnet: ipheth: do not stop RX on failing RX callbackFoster Snowhill1-1/+0
2024-08-09usbnet: ipheth: drop RX URBs with no payloadFoster Snowhill1-0/+6
2024-08-09usbnet: ipheth: remove extraneous rx URB length checkFoster Snowhill1-6/+2
2024-08-09usbnet: ipheth: race between ipheth_close and error handlingOliver Neukum1-1/+1
2024-08-08Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-102/+113
2024-08-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-4/+10
2024-08-08net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker1-0/+11
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-1/+1
2024-08-08net: pse-pd: tps23881: include missing bitfield.h headerArnd Bergmann1-0/+1
2024-08-08net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-08-08net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli1-9/+5
2024-08-08net: stmmac: dwmac4: fix PCS duplex mode decodeRussell King (Oracle)2-3/+1
2024-08-07Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-10/+9
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin2-35/+13
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak1-11/+8
2024-08-07idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin1-15/+15
2024-08-07bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan1-6/+7
2024-08-07net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori1-1/+3
2024-08-07Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdownBartosz Golaszewski1-1/+1
2024-08-07Bluetooth: hci_qca: fix QCA6390 support on non-DT platformsBartosz Golaszewski1-5/+8
2024-08-07Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390Bartosz Golaszewski1-4/+0
2024-08-07igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-08-07igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-5/+19
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim3-10/+15