Age | Commit message (Expand) | Author | Files | Lines |
2023-02-07 | igc: Add ndo_tx_timeout support | Sasha Neftin | 1 | -2/+23 |
2023-02-07 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 10 | -213/+406 |
2023-02-07 | net: mana: Fix accessing freed irq affinity_hint | Haiyang Zhang | 1 | -26/+11 |
2023-02-07 | nfp: flower: add check for flower VF netdevs for get/set_eeprom | James Hershaw | 1 | -6/+6 |
2023-02-07 | mlxsw: core: Register devlink instance before sub-objects | Ido Schimmel | 1 | -6/+6 |
2023-02-07 | mlxsw: spectrum_acl_tcam: Move devlink param to TCAM code | Ido Schimmel | 7 | -130/+90 |
2023-02-07 | mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarations | Ido Schimmel | 1 | -65/+65 |
2023-02-07 | mlxsw: spectrum_acl_tcam: Make fini symmetric to init | Ido Schimmel | 1 | -1/+1 |
2023-02-07 | mlxsw: spectrum_acl_tcam: Add missing mutex_destroy() | Ido Schimmel | 1 | -2/+6 |
2023-02-07 | mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set() | Danielle Ratson | 1 | -12/+2 |
2023-02-07 | net: enetc: add support for MAC Merge statistics counters | Vladimir Oltean | 2 | -5/+85 |
2023-02-07 | net: enetc: add support for MAC Merge layer | Vladimir Oltean | 4 | -3/+182 |
2023-02-07 | net/mlx5: Serialize module cleanup with reload and remove | Shay Drory | 1 | -7/+7 |
2023-02-07 | net/mlx5: fw_tracer, Zero consumer index when reloading the tracer | Shay Drory | 1 | -1/+1 |
2023-02-07 | net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers | Shay Drory | 1 | -0/+1 |
2023-02-07 | net/mlx5: Expose SF firmware pages counter | Maher Sanalla | 2 | -1/+2 |
2023-02-07 | net/mlx5: Store page counters in a single array | Maher Sanalla | 4 | -20/+25 |
2023-02-07 | net/mlx5e: IPoIB, Show unknown speed instead of error | Dragos Tatulea | 1 | -8/+5 |
2023-02-07 | net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode | Amir Tzin | 2 | -1/+5 |
2023-02-07 | net/mlx5: Bridge, fix ageing of peer FDB entries | Vlad Buslov | 2 | -5/+1 |
2023-02-07 | net/mlx5: DR, Fix potential race in dr_rule_create_rule_nic | Yevgeny Kliteynik | 1 | -10/+15 |
2023-02-07 | net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change | Adham Faris | 1 | -71/+15 |
2023-02-07 | net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints | Tariq Toukan | 1 | -2/+16 |
2023-02-07 | net/mlx5: fw_tracer, Add support for unrecognized string | Shay Drory | 2 | -2/+24 |
2023-02-07 | net/mlx5: fw_tracer, Add support for strings DB update event | Shay Drory | 2 | -6/+48 |
2023-02-07 | net/mlx5: fw_tracer, allow 0 size string DBs | Shay Drory | 1 | -0/+6 |
2023-02-07 | net/mlx5: fw_tracer: Fix debug print | Shay Drory | 1 | -1/+1 |
2023-02-07 | net/mlx5: fs, Remove redundant assignment of size | Roi Dayan | 1 | -2/+0 |
2023-02-07 | net/mlx5: fs_core, Remove redundant variable err | Maor Dickman | 1 | -2/+1 |
2023-02-07 | net/mlx5: Fix memory leak in error flow of port set buffer | Maher Sanalla | 1 | -2/+2 |
2023-02-07 | net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLS | Gal Pressman | 1 | -2/+0 |
2023-02-07 | net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpin | Gal Pressman | 1 | -2/+0 |
2023-02-07 | net/mlx5: fs, Remove redundant vport_number assignment | Roi Dayan | 1 | -5/+0 |
2023-02-07 | net/mlx5e: Remove redundant code for handling vlan actions | Roi Dayan | 4 | -243/+14 |
2023-02-07 | net/mlx5e: Don't listen to remove flows event | Leon Romanovsky | 1 | -3/+1 |
2023-02-07 | net/mlx5: fw reset: Skip device ID check if PCI link up failed | Moshe Shemesh | 1 | -0/+1 |
2023-02-07 | net/mlx5: Remove redundant health work lock | Shay Drory | 1 | -21/+7 |
2023-02-07 | mlx5: reduce stack usage in mlx5_setup_tc | Arnd Bergmann | 1 | -6/+11 |
2023-02-07 | net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q" | Vladimir Oltean | 1 | -12/+12 |
2023-02-06 | amd-xgbe: fix mismatched prototype | Arnd Bergmann | 1 | -1/+2 |
2023-02-06 | net: mscc: ocelot: un-export unused regmap symbols | Colin Foster | 1 | -28/+14 |
2023-02-06 | Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linux | Jakub Kicinski | 6 | -316/+235 |
2023-02-06 | ice: switch: fix potential memleak in ice_add_adv_recipe() | Zhang Changzhong | 1 | -1/+1 |
2023-02-06 | ice: Fix off by one in ice_tc_forward_to_queue() | Dan Carpenter | 1 | -1/+1 |
2023-02-06 | ice: Fix disabling Rx VLAN filtering with port VLAN enabled | Brett Creeley | 1 | -1/+15 |
2023-02-06 | ice: fix out-of-bounds KASAN warning in virtchnl | Michal Swiatkowski | 2 | -18/+12 |
2023-02-06 | ice: Do not use WQ_MEM_RECLAIM flag for workqueue | Anirudh Venkataramanan | 1 | -1/+1 |
2023-02-06 | ice: remove unnecessary virtchnl_ether_addr struct use | Jacob Keller | 5 | -35/+35 |
2023-02-06 | ice: introduce .irq_close VF operation | Jacob Keller | 3 | -0/+6 |
2023-02-06 | ice: introduce clear_reset_state operation | Jacob Keller | 4 | -4/+31 |