summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-02-08nfp: flower: add check for flower VF netdevs for get/set_eepromJames Hershaw1-6/+6
2023-02-08mlxsw: core: Register devlink instance before sub-objectsIdo Schimmel1-6/+6
2023-02-08mlxsw: spectrum_acl_tcam: Move devlink param to TCAM codeIdo Schimmel7-130/+90
2023-02-08mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarationsIdo Schimmel1-65/+65
2023-02-08mlxsw: spectrum_acl_tcam: Make fini symmetric to initIdo Schimmel1-1/+1
2023-02-08mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()Ido Schimmel1-2/+6
2023-02-08mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()Danielle Ratson1-12/+2
2023-02-08net: enetc: add support for MAC Merge statistics countersVladimir Oltean2-5/+85
2023-02-08net: enetc: add support for MAC Merge layerVladimir Oltean4-3/+182
2023-02-08net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hintsTariq Toukan1-2/+16
2023-02-07amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski6-316/+235
2023-02-06net: enetc: act upon mqprio queue config in taprio offloadVladimir Oltean1-14/+6
2023-02-06net: enetc: act upon the requested mqprio queue configurationVladimir Oltean1-31/+70
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean2-7/+7
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean6-0/+93
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean12-2/+12
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2023-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-967/+1142
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou2-13/+61
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou4-0/+465
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu4-1/+706
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu3-3/+44
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu5-0/+388
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu3-0/+684
2023-02-06net: txgbe: Add interrupt supportJiawen Wu2-0/+219
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou2-1/+202
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou6-2/+788
2023-02-06Merge tag 'mlx5-updates-2023-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-54/+129
2023-02-06sparx5: add support for configuring PSFP via tcDaniel Machon3-3/+240
2023-02-06net: microchip: sparx5: initialize PSFPDaniel Machon3-0/+23
2023-02-06net: microchip: sparx5: add support for PSFP stream filtersDaniel Machon2-0/+95
2023-02-06net: microchip: sparx5: add support for PSFP stream gatesDaniel Machon2-0/+179
2023-02-06net: microchip: sparx5: add function for calculating PTP basetimeDaniel Machon3-2/+63
2023-02-06net: microchip: sparx5: add support for PSFP flow-metersDaniel Machon3-1/+98
2023-02-06net: microchip: sparx5: add support for service policersDaniel Machon3-1/+70
2023-02-06net: microchip: sparx5: add support for Service Dual Leacky BucketsDaniel Machon3-1/+367
2023-02-06net: microchip: sparx5: add resource poolsDaniel Machon3-1/+95
2023-02-06net: microchip: add registers needed for PSFPDaniel Machon2-7/+579
2023-02-04net/mlx5e: Trigger NAPI after activating an SQMaxim Mikityanskiy4-7/+15
2023-02-04net/mlx5e: IPsec, support upper protocol selector field offloadRaed Salem3-0/+56
2023-02-04net/mlx5e: IPoIB, Add support for XDR speedDragos Tatulea1-0/+2
2023-02-04net/mlx5: Enhance debug print in page allocation failureJack Morgenstein1-1/+2
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsRahul Rameshbabu1-3/+12
2023-02-04net/mlx5: Lag, Move mpesw related definitions to mpesw.hRoi Dayan2-15/+15
2023-02-04net/mlx5: Lag, Use flag to check for shared FDB modeMark Bloch1-2/+1
2023-02-04net/mlx5: Lag, Remove redundant bool allocation on the stackRoi Dayan2-9/+3
2023-02-04net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointersRoi Dayan3-10/+11