aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-11net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-11Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-299/+712
2022-05-10net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-10net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino1-1/+5
2022-05-10net: phy: microchip: add comments for the modified LAN88xx phy ID mask.Yuiko Oshino1-0/+4
2022-05-10sfc: Add a basic Siena moduleMartin Habets5-3/+28
2022-05-10sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2-77/+63
2022-05-10sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets14-138/+95
2022-05-10sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets17-609/+459
2022-05-10sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets15-270/+270
2022-05-10sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets13-233/+216
2022-05-10sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets23-472/+427
2022-05-10sfc/siena: Remove build references to missing functionalityMartin Habets10-458/+17
2022-05-10sfc: Copy shared files needed for Siena (part 2)Martin Habets27-0/+14153
2022-05-10sfc: Copy shared files needed for Siena (part 1)Martin Habets14-0/+10524
2022-05-10sfc: Move Siena specific filesMartin Habets4-0/+0
2022-05-10net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing1-3/+2
2022-05-10nfp: flower: fix 'variable 'flow6' set but not used'Louis Peens1-12/+7
2022-05-10igc: Change type of the 'igc_check_downshift' methodSasha Neftin2-6/+2
2022-05-10igc: Remove unused phy_type enumSasha Neftin3-18/+3
2022-05-10igc: Remove igc_set_spd_dplx methodSasha Neftin2-51/+0
2022-05-10net: ethernet: Add driver for Sunplus SP7021Wells Lu17-0/+2042
2022-05-10net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann1-2/+2
2022-05-10tsnep: Add free running cycle counter supportGerhard Engleder3-7/+63
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-05-09net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch4-4/+191
2022-05-09net/mlx5: Lag, use buckets in hash modeMark Bloch4-76/+182
2022-05-09net/mlx5: Lag, refactor dmesg printMark Bloch1-10/+12
2022-05-09net/mlx5: Support devices with more than 2 portsMark Bloch2-2/+4
2022-05-09net/mlx5: Lag, use actual number of lag portsMark Bloch3-149/+216
2022-05-09net/mlx5: Lag, use hash when in roce lag on 4 portsMark Bloch1-9/+36
2022-05-09net/mlx5: Lag, support single FDB only on 2 portsMark Bloch1-0/+4
2022-05-09net/mlx5: Lag, store number of ports inside lag objectMark Bloch2-0/+2
2022-05-09net/mlx5: Lag, filter non compatible devicesMark Bloch3-14/+47
2022-05-09net/mlx5: Lag, use lag lockMark Bloch4-65/+35
2022-05-09net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch3-16/+9
2022-05-09net/mlx5: devcom only supports 2 portsMark Bloch2-7/+11
2022-05-09net/mlx5: Lag, expose number of lag portsMark Bloch1-0/+6
2022-05-09net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li6-13/+20
2022-05-09net/mlx5: Add exit route when waiting for FWGavin Li1-1/+4
2022-05-09nfp: support Corigine PCIE vendor IDYu Xiao4-16/+50
2022-05-09nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao3-5/+7
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-28/+78
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-5/+4
2022-05-09net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-09ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-09ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-05-09net: hns3: fix incorrect type of argument in declaration of function hclge_co...Guangbin Huang1-1/+1
2022-05-09net: hns3: add query vf ring and vector map relationGuangbin Huang2-0/+84
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang4-58/+75