aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: microchip: remove IS_9893 flagOleksij Rempel2022-08-313-8/+2
* net: dsa: microchip: remove unused sgmii variableOleksij Rempel2022-08-312-6/+0
* net: dsa: microchip: ksz9477: remove unused "on" variableOleksij Rempel2022-08-311-2/+0
* net: dsa: microchip: remove unused port phy variableOleksij Rempel2022-08-313-7/+0
* net: dsa: microchip: ksz9477: use internal_phy instead of phy_port_cntOleksij Rempel2022-08-311-13/+7
* net: dsa: microchip: add regmap_range for KSZ9477 chipOleksij Rempel2022-08-311-0/+272
* net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy()Oleksij Rempel2022-08-311-4/+0
* net: dsa: microchip: add regmap_range for KSZ8563 chipOleksij Rempel2022-08-311-0/+121
* net: dsa: microchip: add support for regmap_access_tablesOleksij Rempel2022-08-312-4/+45
* net: dsa: microchip: KSZ9893: do not write to not supported Output Clock Cont...Oleksij Rempel2022-08-311-0/+5
* net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phyOleksij Rempel2022-08-311-21/+81
* net: dsa: microchip: ksz9477: add error handling to ksz9477_r/w_phyOleksij Rempel2022-08-311-5/+7
* net: dsa: microchip: forward error value on all ksz_pread/ksz_pwrite functionsOleksij Rempel2022-08-311-18/+20
* net: dsa: microchip: allow to pass return values for PHY read/write accessesOleksij Rempel2022-08-318-20/+34
* net: dsa: microchip: don't announce extended register support on non Gbit chipsOleksij Rempel2022-08-311-0/+11
* net: dsa: microchip: do per-port Gbit detection instead of per-chipOleksij Rempel2022-08-313-18/+9
* net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chipOleksij Rempel2022-08-313-3/+44
* mlxsw: spectrum: Add a copy of 'struct mlxsw_config_profile' for Spectrum-4Amit Cohen2022-08-301-1/+28
* mlxsw: Add a helper function for getting maximum LAG IDAmit Cohen2022-08-303-11/+36
* mlxsw: Support configuring 'max_lag' via CONFIG_PROFILEAmit Cohen2022-08-302-0/+7
* mlxsw: cmd: Edit the comment of 'max_lag' field in CONFIG_PROFILEAmit Cohen2022-08-301-0/+3
* mlxsw: minimal: Return -ENOMEM on allocation failureDan Carpenter2022-08-301-2/+6
* net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor2022-08-301-7/+3
* funeth: remove pointless check of devlink pointer in create/destroy_netdev() ...Jiri Pirko2022-08-301-8/+4
* net: ngbe: Add build support for ngbeMengyuan Lou2022-08-306-0/+267
* nfp: add support for eeprom get and set commandBaowen Zheng2022-08-301-0/+157
* nfp: check if application firmware is indifferent to port speedYinjun Zhang2022-08-304-1/+59
* nfp: propagate port speed from management firmwareYinjun Zhang2022-08-306-24/+79
* net: sparx5: add support for mrouter portsCasper Andersson2022-08-294-7/+80
* net: sparx5: add list for mdb entries in driverCasper Andersson2022-08-293-82/+132
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-296-0/+6
* net: fman: memac: Uninitialized variable on error pathDan Carpenter2022-08-261-1/+1
* net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov2022-08-261-0/+5
* net: dsa: mv88e6xxx: Allow external SMI if serialMarcus Carlberg2022-08-261-1/+1
* net/mlx4: Fix error check for dma_map_sgJack Wang2022-08-261-2/+2
* mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko2022-08-261-0/+3
* net: dsa: mv88e6xxx: support RGMII cmodeMarcus Carlberg2022-08-262-0/+27
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-2642-347/+893
|\
| * wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih2022-08-261-2/+1
| * wifi: mac80211_hwsim: fix link change handlingJohannes Berg2022-08-251-1/+6
| * wifi: mac80211_hwsim: split iftype data into AP/non-APJohannes Berg2022-08-251-8/+379
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-258-46/+62
| * wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang2022-08-101-1/+2
| * wifi: rtw88: add flag check before enter or leave IPSChih-Kang Chang2022-08-101-2/+5
| * wifi: rtw88: add flushing queue before HW scanChih-Kang Chang2022-08-101-0/+4
| * wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang2022-08-104-14/+28
| * wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang2022-08-102-72/+116
| * wifi: rtw88: add mutex when set regulatory and get Tx power tableChih-Kang Chang2022-08-102-4/+9
| * wifi: rtw88: add mutex when set SARChih-Kang Chang2022-08-101-0/+2
| * wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda2022-08-103-9/+13