summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-11net: macb: use NAPI for TX completion pathRobert Hancock2-73/+161
2022-05-11net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock1-34/+31
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean4-1/+7
2022-05-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski6-74/+4
2022-05-11eth: amd: remove NI6510 support (ni65)Jakub Kicinski5-1386/+0
2022-05-11net: appletalk: remove Apple/Farallon LocalTalk PC supportJakub Kicinski4-1363/+0
2022-05-11Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-301/+716
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-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-10tsnep: Add free running cycle counter supportGerhard Engleder3-7/+63
2022-05-10ptp: Speed up vclock lookupGerhard Engleder2-19/+48
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-3/+2
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder4-16/+49
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 Bloch5-2/+10
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 Kicinski2-5/+4
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