summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/rep
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()Amir Tzin2023-11-151-0/+14
* net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov2023-10-121-0/+11
* net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan2023-08-071-0/+4
* net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu2023-08-021-3/+14
* net/mlx5: Bridge, pass net device when linking vport to bridgeVlad Buslov2023-06-161-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-0/+1
|\
| * net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-201-0/+1
* | net/mlx5: Bridge, add tracepoints for multicastVlad Buslov2023-04-111-2/+2
* | net/mlx5: Bridge, implement mdb offloadVlad Buslov2023-04-111-0/+12
* | net/mlx5: Bridge, snoop igmp/mld packetsVlad Buslov2023-04-111-0/+4
* | net/mlx5e: Enable TC offload for ingress MACVLAN over bondMaor Dickman2023-03-151-1/+6
* | net/mlx5e: TC, Extract indr setup block checks to functionMaor Dickman2023-03-151-22/+36
|/
* net/mlx5: Remove NULL check before dev_{put, hold}Yang Li2023-02-241-2/+1
* net/mlx5: Refactor tc miss handling to a single functionPaul Blakey2023-02-201-200/+23
* net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey2023-02-201-2/+0
* net/mlx5: E-Switch, rename bond update function to be reusedRoi Dayan2023-02-141-3/+3
* net/mlx5e: TC, support per action statsOz Shlomo2023-02-141-1/+1
* net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov2023-02-071-4/+0
* net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan2022-11-121-1/+0
* net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov2022-11-091-0/+31
* net/mlx5e: TC, Support tc action api for policeRoi Dayan2022-07-281-1/+116
* net/mlx5: Bridge, implement infrastructure for VLAN protocol changeVlad Buslov2022-07-131-0/+6
* net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey2022-02-161-2/+2
* net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman2022-02-011-18/+14
* net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan2022-02-011-2/+2
* net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov2022-02-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+1
|\
| * net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman2021-12-221-1/+1
* | flow_offload: reject to offload tc actions in offload driversBaowen Zheng2021-12-191-0/+3
|/
* net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich2021-10-291-7/+25
* net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich2021-10-292-4/+40
* net/mlx5e: Use generic name for the forwarding dev pointerAriel Levkovich2021-10-291-4/+4
* net/mlx5e: Refactor rx handler of represetor deviceAriel Levkovich2021-10-292-24/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-4/+4
|\
| * net/mlx5: Fix cleanup of bridge delayed workShay Drory2021-10-121-4/+4
* | net/mlx5e: Enable TC offload for ingress MACVLANDima Chumak2021-09-241-2/+16
* | net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan2021-09-241-2/+0
|/
* net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen2021-09-161-3/+0
* net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov2021-09-071-2/+2
* net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi2021-08-191-9/+22
* net/mlx5e: TC, Remove CONFIG_NET_TC_SKB_EXT dependency when restoring tunnelChris Mi2021-08-191-9/+6
* net/mlx5e: Move esw/sample to en/tc/sampleChris Mi2021-08-191-2/+2
* net/mlx5: Bridge, support LAGVlad Buslov2021-08-161-38/+87
* net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov2021-08-161-15/+45
* net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov2021-08-161-105/+133
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-14/+7
|\
| * net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov2021-06-092-14/+7
* | net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov2021-06-091-0/+73
* | net/mlx5: Bridge, dynamic entry ageingVlad Buslov2021-06-091-0/+95