aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-02net: hisilicon: fix the return value handle and remove redundant netdev_err()...Ruan Jinjie3-7/+6
2023-08-02net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig1-1/+1
2023-08-02wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong2-2/+11
2023-08-02wifi: ath12k: trigger station disconnect on hardware restartWen Gong1-0/+21
2023-08-02wifi: ath12k: Use pdev_id rather than mac_id to get pdevBaochen Qiang2-7/+12
2023-08-02wifi: ath12k: avoid array overflow of hw mode for preferred_hw_modeWen Gong1-0/+4
2023-08-02wifi: ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he()Arnd Bergmann1-2/+2
2023-08-02wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE ...Wen Gong1-1/+1
2023-08-02wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()Wen Gong1-2/+5
2023-08-02wifi: ath11k: Remove cal_done check during probeSeevalamuthu Mariappan1-1/+1
2023-08-02wifi: ath11k: Add coldboot calibration support for QCN9074Anilkumar Kolli5-29/+36
2023-08-02wifi: ath11k: Split coldboot calibration hw_paramSeevalamuthu Mariappan5-14/+35
2023-08-02wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()Dmitry Antipov1-2/+2
2023-08-02wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHzAditya Kumar Singh1-1/+1
2023-08-02net: Remove duplicated include in mac.cYang Li1-1/+0
2023-08-02wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede1-1/+6
2023-08-02wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov1-8/+17
2023-08-02wifi: brcmsmac: cleanup SCB-related data typesDmitry Antipov5-28/+4
2023-08-02wifi: brcmsmac: remove more unused data typesDmitry Antipov2-14/+0
2023-08-02wifi: mt76: Replace strlcpy() with strscpy()Azeem Shaikh4-4/+4
2023-08-02net: ti: icssg-prueth: Add Power management supportMD Danish Anwar1-0/+57
2023-08-02net: ti: icssg-prueth: Add ethtool ops for ICSSG Ethernet driverMD Danish Anwar4-0/+193
2023-08-02net: ti: icssg-prueth: Add Standard network staticsticsMD Danish Anwar3-0/+37
2023-08-02net: ti: icssg-prueth: Add ICSSG StatsMD Danish Anwar5-0/+219
2023-08-02net: ti: icssg-prueth: Add ICSSG ethernet driverRoger Quadros4-0/+1862
2023-08-02net: ti: icssg-prueth: Add icssg queues APIs and macrosMD Danish Anwar2-0/+55
2023-08-02net: ti: icssg-prueth: Add Firmware config and classification APIs.MD Danish Anwar4-0/+1032
2023-08-02net: ti: icssg-prueth: Add mii helper apis and macrosMD Danish Anwar3-0/+468
2023-08-02net: ti: icssg-prueth: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar1-0/+234
2023-08-02Merge tag 'mt76-for-kvalo-2023-07-31' of https://github.com/nbd168/wirelessKalle Valo83-4826/+5740
2023-08-02net: dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190XAnte Knezic1-0/+45
2023-08-02octeontx2-pf: TC flower offload support for SPI fieldRatheesh Kannoth5-0/+47
2023-08-02net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek1-1/+1
2023-08-02net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek1-1/+1
2023-08-02net: stmmac: dwmac-oxnas: remove obsolete dwmac glue driverNeil Armstrong3-256/+0
2023-08-02net: stmmac: XGMAC support for mdio C22 addr > 3Rohan G Thomas2-12/+25
2023-08-02can: c_can: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-01net: phy: nxp-c45-tja11xx: reset PCS if the link goes downRadu Pirea (NXP OSS)1-0/+17
2023-08-01net: phy: nxp-c45-tja11xx: read ext trig ts on TJA1120Radu Pirea (NXP OSS)1-6/+58
2023-08-01net: phy: nxp-c45-tja11xx: run cable test with the PHY in test modeRadu Pirea (NXP OSS)1-0/+5
2023-08-01net: phy: nxp-c45-tja11xx: handle FUSA irqRadu Pirea (NXP OSS)1-2/+77
2023-08-01net: phy: nxp-c45-tja11xx: read egress ts on TJA1120Radu Pirea (NXP OSS)1-18/+92
2023-08-01net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edgesRadu Pirea (NXP OSS)1-8/+52
2023-08-01net: phy: nxp-c45-tja11xx: add TJA1120 supportRadu Pirea (NXP OSS)2-1/+160
2023-08-01net: phy: nxp-c45-tja11xx: use get_featuresRadu Pirea (NXP OSS)1-1/+9
2023-08-01net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120Radu Pirea (NXP OSS)1-168/+406
2023-08-01net: phy: nxp-c45-tja11xx: remove RX BIST frame countersRadu Pirea (NXP OSS)1-9/+0
2023-08-01net: phy: nxp-c45-tja11xx: use phylib master/slave implementationRadu Pirea (NXP OSS)1-75/+2
2023-08-01virtio_net: enable per queue interrupt coalesce featureGavin Li1-0/+3
2023-08-01virtio_net: support per queue interrupt coalesce commandGavin Li1-8/+141