summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nfp: VF rate limit supportBin Chen2022-05-123-2/+56
* net: ethernet: SP7021: Fix spelling mistake "Interrput" -> "Interrupt"Colin Ian King2022-05-121-1/+1
* net: enetc: kill PHY-less mode for PFsVladimir Oltean2022-05-121-10/+14
* fortify: Provide a memcpy trap door for sharp cornersKees Cook2022-05-121-1/+7
* net: enetc: count the tc-taprio window dropsPo Liu2022-05-114-2/+16
* net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2022-05-112-4/+8
* net: macb: use NAPI for TX completion pathRobert Hancock2022-05-112-73/+161
* net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock2022-05-111-34/+31
* net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean2022-05-114-1/+7
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-05-116-74/+4
|\
| * igc: Change type of the 'igc_check_downshift' methodSasha Neftin2022-05-102-6/+2
| * igc: Remove unused phy_type enumSasha Neftin2022-05-103-18/+3
| * igc: Remove igc_set_spd_dplx methodSasha Neftin2022-05-102-51/+0
* | eth: amd: remove NI6510 support (ni65)Jakub Kicinski2022-05-115-1386/+0
* | net: appletalk: remove Apple/Farallon LocalTalk PC supportJakub Kicinski2022-05-114-1363/+0
* | Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2022-05-1121-301/+716
|\ \
| * | net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch2022-05-094-4/+191
| * | net/mlx5: Lag, use buckets in hash modeMark Bloch2022-05-094-76/+182
| * | net/mlx5: Lag, refactor dmesg printMark Bloch2022-05-091-10/+12
| * | net/mlx5: Support devices with more than 2 portsMark Bloch2022-05-092-2/+4
| * | net/mlx5: Lag, use actual number of lag portsMark Bloch2022-05-093-149/+216
| * | net/mlx5: Lag, use hash when in roce lag on 4 portsMark Bloch2022-05-091-9/+36
| * | net/mlx5: Lag, support single FDB only on 2 portsMark Bloch2022-05-091-0/+4
| * | net/mlx5: Lag, store number of ports inside lag objectMark Bloch2022-05-092-0/+2
| * | net/mlx5: Lag, filter non compatible devicesMark Bloch2022-05-093-14/+47
| * | net/mlx5: Lag, use lag lockMark Bloch2022-05-094-65/+35
| * | net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch2022-05-093-16/+9
| * | net/mlx5: devcom only supports 2 portsMark Bloch2022-05-092-7/+11
| * | net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-095-2/+10
| * | net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li2022-05-096-13/+20
| * | net/mlx5: Add exit route when waiting for FWGavin Li2022-05-091-1/+4
* | | net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino2022-05-101-1/+5
* | | net: phy: microchip: add comments for the modified LAN88xx phy ID mask.Yuiko Oshino2022-05-101-0/+4
* | | sfc: Add a basic Siena moduleMartin Habets2022-05-105-3/+28
* | | sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2022-05-102-77/+63
* | | sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets2022-05-1014-138/+95
* | | sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets2022-05-1017-609/+459
* | | sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets2022-05-1015-270/+270
* | | sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets2022-05-1013-233/+216
* | | sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets2022-05-1023-472/+427
* | | sfc/siena: Remove build references to missing functionalityMartin Habets2022-05-1010-458/+17
* | | sfc: Copy shared files needed for Siena (part 2)Martin Habets2022-05-1027-0/+14153
* | | sfc: Copy shared files needed for Siena (part 1)Martin Habets2022-05-1014-0/+10524
* | | sfc: Move Siena specific filesMartin Habets2022-05-104-0/+0
* | | nfp: flower: fix 'variable 'flow6' set but not used'Louis Peens2022-05-101-12/+7
| |/ |/|
* | net: ethernet: Add driver for Sunplus SP7021Wells Lu2022-05-1017-0/+2042
* | tsnep: Add free running cycle counter supportGerhard Engleder2022-05-103-7/+63
* | ptp: Speed up vclock lookupGerhard Engleder2022-05-102-19/+48
* | ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder2022-05-101-3/+2
* | ptp: Add cycles support for virtual clocksGerhard Engleder2022-05-104-16/+49