aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-02-07igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-213/+406
2023-02-07net: mana: Fix accessing freed irq affinity_hintHaiyang Zhang1-26/+11
2023-02-07nfp: flower: add check for flower VF netdevs for get/set_eepromJames Hershaw1-6/+6
2023-02-07mlxsw: core: Register devlink instance before sub-objectsIdo Schimmel1-6/+6
2023-02-07mlxsw: spectrum_acl_tcam: Move devlink param to TCAM codeIdo Schimmel7-130/+90
2023-02-07mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarationsIdo Schimmel1-65/+65
2023-02-07mlxsw: spectrum_acl_tcam: Make fini symmetric to initIdo Schimmel1-1/+1
2023-02-07mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()Ido Schimmel1-2/+6
2023-02-07mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()Danielle Ratson1-12/+2
2023-02-07net: enetc: add support for MAC Merge statistics countersVladimir Oltean2-5/+85
2023-02-07net: enetc: add support for MAC Merge layerVladimir Oltean4-3/+182
2023-02-07net/mlx5: Serialize module cleanup with reload and removeShay Drory1-7/+7
2023-02-07net/mlx5: fw_tracer, Zero consumer index when reloading the tracerShay Drory1-1/+1
2023-02-07net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffersShay Drory1-0/+1
2023-02-07net/mlx5: Expose SF firmware pages counterMaher Sanalla2-1/+2
2023-02-07net/mlx5: Store page counters in a single arrayMaher Sanalla4-20/+25
2023-02-07net/mlx5e: IPoIB, Show unknown speed instead of errorDragos Tatulea1-8/+5
2023-02-07net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev modeAmir Tzin2-1/+5
2023-02-07net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov2-5/+1
2023-02-07net/mlx5: DR, Fix potential race in dr_rule_create_rule_nicYevgeny Kliteynik1-10/+15
2023-02-07net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag changeAdham Faris1-71/+15
2023-02-07net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hintsTariq Toukan1-2/+16
2023-02-07net/mlx5: fw_tracer, Add support for unrecognized stringShay Drory2-2/+24
2023-02-07net/mlx5: fw_tracer, Add support for strings DB update eventShay Drory2-6/+48
2023-02-07net/mlx5: fw_tracer, allow 0 size string DBsShay Drory1-0/+6
2023-02-07net/mlx5: fw_tracer: Fix debug printShay Drory1-1/+1
2023-02-07net/mlx5: fs, Remove redundant assignment of sizeRoi Dayan1-2/+0
2023-02-07net/mlx5: fs_core, Remove redundant variable errMaor Dickman1-2/+1
2023-02-07net/mlx5: Fix memory leak in error flow of port set bufferMaher Sanalla1-2/+2
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman1-2/+0
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpinGal Pressman1-2/+0
2023-02-07net/mlx5: fs, Remove redundant vport_number assignmentRoi Dayan1-5/+0
2023-02-07net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan4-243/+14
2023-02-07net/mlx5e: Don't listen to remove flows eventLeon Romanovsky1-3/+1
2023-02-07net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh1-0/+1
2023-02-07net/mlx5: Remove redundant health work lockShay Drory1-21/+7
2023-02-07mlx5: reduce stack usage in mlx5_setup_tcArnd Bergmann1-6/+11
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-06amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-06net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-02-06Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski6-316/+235
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-06ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-06ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller5-35/+35
2023-02-06ice: introduce .irq_close VF operationJacob Keller3-0/+6
2023-02-06ice: introduce clear_reset_state operationJacob Keller4-4/+31