summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen2021-12-231-1/+2
* net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan2021-12-221-8/+6
* net/mlx5e: Allocate per-channel stats dynamically at first usageLama Kayal2021-12-221-13/+28
* net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan2021-12-229-22/+36
* net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan2021-12-223-3/+23
* net/mlx5e: Save memory by using dynamic allocation in netdev privTariq Toukan2021-12-222-10/+54
* net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan2021-12-223-24/+42
* net/mlx5e: Use bitmap field for profile featuresTariq Toukan2021-12-227-11/+14
* net/mlx5: Remove the repeated declarationShaokun Zhang2021-12-221-3/+0
* net/mlx5: Let user configure max_macs generic paramShay Drory2021-12-222-0/+88
* net/mlx5: Let user configure event_eq_size paramShay Drory2021-12-222-1/+22
* net/mlx5: Let user configure io_eq_size paramShay Drory2021-12-222-1/+31
* mlxsw: core: Extend devlink health reporter with new events and parametersDanielle Ratson2021-12-201-0/+131
* mlxsw: reg: Extend MFDE register with new events and parametersDanielle Ratson2021-12-201-1/+104
* mlxsw: core: Convert a series of if statements to switch caseDanielle Ratson2021-12-201-18/+40
* mlxsw: Fix naming convention of MFDE fieldsDanielle Ratson2021-12-202-15/+12
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-1/+1
* flow_offload: reject to offload tc actions in offload driversBaowen Zheng2021-12-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-171-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-141-6/+29
| * | net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb2021-12-141-12/+32
| * | net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-142-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-152-19/+35
* | | net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2021-12-152-38/+51
* | | net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2021-12-152-0/+15
* | | net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2021-12-153-12/+6
* | | net/mlx5e: TC action parsing loopRoi Dayan2021-12-151-42/+46
* | | net/mlx5e: Add redirect ingress to tc action infraRoi Dayan2021-12-155-51/+83
* | | net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan2021-12-156-28/+90
* | | net/mlx5e: Add ct to tc action infraRoi Dayan2021-12-155-30/+64
* | | net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan2021-12-157-261/+382
* | | net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan2021-12-155-34/+102
* | | net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan2021-12-158-221/+314
* | | net/mlx5e: Add pedit to tc action infraRoi Dayan2021-12-157-169/+222
* | | net/mlx5e: Add csum to tc action infraRoi Dayan2021-12-155-45/+67
* | | net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan2021-12-155-21/+81
* | | net/mlx5e: Add goto to tc action infraRoi Dayan2021-12-157-76/+99
* | | net/mlx5e: Add tc action infrastructureRoi Dayan2021-12-159-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-031-14/+60
* | | net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan2021-12-031-3/+3