summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+2
|\
| * mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson2021-12-141-1/+2
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2021-12-162-17/+63
|\ \
| * | net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb2021-12-131-6/+29
| * | net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb2021-12-131-12/+32
| * | net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-132-1/+4
* | | mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen2021-12-154-10/+168
* | | mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen2021-12-153-2/+162
* | | mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen2021-12-151-0/+13
* | | mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2021-12-152-24/+38
* | | mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen2021-12-151-9/+22
* | | mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen2021-12-151-22/+6
* | | mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2021-12-152-0/+150
* | | net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2021-12-142-19/+35
* | | net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2021-12-142-38/+51
* | | net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2021-12-142-0/+15
* | | net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2021-12-143-12/+6
* | | net/mlx5e: TC action parsing loopRoi Dayan2021-12-141-42/+46
* | | net/mlx5e: Add redirect ingress to tc action infraRoi Dayan2021-12-145-51/+83
* | | net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan2021-12-146-28/+90
* | | net/mlx5e: Add ct to tc action infraRoi Dayan2021-12-145-30/+64
* | | net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan2021-12-147-261/+382
* | | net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan2021-12-145-34/+102
* | | net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan2021-12-148-221/+314
* | | net/mlx5e: Add pedit to tc action infraRoi Dayan2021-12-147-169/+222
* | | net/mlx5e: Add csum to tc action infraRoi Dayan2021-12-145-45/+67
* | | net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan2021-12-145-21/+81
* | | net/mlx5e: Add goto to tc action infraRoi Dayan2021-12-147-76/+99
* | | net/mlx5e: Add tc action infrastructureRoi Dayan2021-12-149-47/+297
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* | | net/mlx5: Dynamically resize flow counters query bufferAvihai Horon2021-12-021-14/+60
* | | net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan2021-12-021-3/+3
* | | net/mlx5e: TC, Move common flow_action checks into functionRoi Dayan2021-12-021-20/+24
* | | net/mlx5e: Remove redundant actions arg from vlan push/pop funcsRoi Dayan2021-12-021-10/+6
* | | net/mlx5e: Remove redundant actions arg from validate_goto_chain()Roi Dayan2021-12-021-9/+5
* | | net/mlx5e: TC, Remove redundant action stack varRoi Dayan2021-12-021-47/+42
* | | net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan2021-12-022-2/+1
* | | net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay2021-12-023-3/+3
* | | net/mlx5: Print more info on pci error handlersSaeed Mahameed2021-12-021-14/+37
* | | net/mlx5: SF, silence an uninitialized variable warningDan Carpenter2021-12-021-1/+1
* | | net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET2021-12-021-5/+9
* | | net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun2021-12-021-0/+1
* | | mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann2021-12-021-3/+9
* | | mlx5: fix psample_sample_packet link errorArnd Bergmann2021-12-021-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0216-65/+103
|\ \ \ | | |/ | |/|
| * | net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-011-2/+7
| * | net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay2021-11-301-5/+3
| * | net/mlx5: Fix access to a non-supported registerAya Levin2021-11-302-6/+4
| * | net/mlx5: Fix too early queueing of log timestamp workGal Pressman2021-11-301-2/+3
| * | net/mlx5: Fix use after free in mlx5_health_wait_pci_upAmir Tzin2021-11-303-13/+15