aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net: hamradio: remove support for DMA SCC devicesJakub Kicinski3-1485/+0
2022-04-27net: wan: remove support for Z85230-based devicesJakub Kicinski6-2760/+0
2022-04-27net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski4-2179/+0
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur3-1/+127
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur2-0/+169
2022-04-27net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur1-0/+40
2022-04-27net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur1-1/+1
2022-04-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller3-19/+13
2022-04-27wil6210: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-27ath10k: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-27ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong3-4/+63
2022-04-27ath11k: disable spectral scan during spectral deinitHari Chandrakanthan1-8/+9
2022-04-27ath11k: Update WBM idle ring HP after FW mode onManikanta Pubbisetty2-17/+32
2022-04-27ath11k: WMI changes to support WCN6750Manikanta Pubbisetty1-3/+7
2022-04-27ath11k: Do not put HW in DBS mode for WCN6750Manikanta Pubbisetty2-2/+3
2022-04-27rtlwifi: btcoex: fix if == else warningGuo Zhengkui1-12/+4
2022-04-27brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chipsHamid Zamani1-0/+1
2022-04-27rtl818x: Prevent using not initialized queuesAlexander Wetzel1-2/+6
2022-04-27rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo1-1/+1
2022-04-27mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs2-0/+3
2022-04-27mwifiex: Select firmware based on strappingAndrejs Cainikovs2-1/+25
2022-04-26net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl1-3/+0
2022-04-26net: stmmac: dwmac-imx: comment spelling fixMarcel Ziswiler1-2/+2
2022-04-26net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas2-4/+0
2022-04-26net: wan: atp: remove unused eeprom_delay()Bjorn Helgaas1-4/+0
2022-04-26net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)1-9/+9
2022-04-26ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller1-1/+1
2022-04-26ice: wait 5 s for EMP reset after firmware flashPetr Oros1-0/+3
2022-04-26ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera1-7/+5
2022-04-26ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera1-14/+7
2022-04-26virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov1-1/+19
2022-04-26net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi1-2/+3
2022-04-26net: phy: marvell10g: fix return value on errorBaruch Siach1-1/+1
2022-04-26net: usb: qmi_wwan: add support for Sierra Wireless EM7590Ethan Yang1-0/+1
2022-04-26net: bcmgenet: hide status block before TX timestampingJonathan Lemon1-0/+7
2022-04-26net: dsa: ksz: added the generic port_stp_state_set functionArun Ramadoss6-73/+49
2022-04-26net: phy: LAN937x: add interrupt support for link detectionArun Ramadoss1-0/+2
2022-04-25wwan_hwsim: Avoid flush_scheduled_work() usageTetsuo Handa1-5/+17
2022-04-25net: ieee802154: ca8210: Call _xmit_error() when a transmission failsMiquel Raynal1-2/+1
2022-04-25net: ieee802154: ca8210: Use core return codes instead of hardcoding themMiquel Raynal1-110/+68
2022-04-25net: ieee802154: atusb: Call _xmit_hw_error() upon transmission errorMiquel Raynal1-3/+1
2022-04-25net: ieee802154: at86rf230: Forward Tx trac errorsMiquel Raynal2-113/+21
2022-04-25net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload framesMiquel Raynal1-2/+1
2022-04-25wireless: add plfxlc driver for pureLiFi X, XL, XC devicesSrinivasan Raju14-0/+2563
2022-04-25net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware bridgeVladimir Oltean1-2/+2
2022-04-25net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean1-0/+10
2022-04-25net: ipa: compute proper aggregation limitAlex Elder1-3/+6
2022-04-25net: ethernet: mtk_eth_soc: add check for allocation failureDan Carpenter1-0/+2
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter1-2/+2
2022-04-25ethernet: broadcom/sb1250-mac: remove BUG_ON in sbmac_probe()Yang Yingliang1-1/+6