summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/rep
AgeCommit message (Expand)AuthorFilesLines
2023-11-15net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()Amir Tzin1-0/+14
2023-10-12net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov1-0/+11
2023-08-07net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan1-0/+4
2023-08-03net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu1-3/+14
2023-06-16net/mlx5: Bridge, pass net device when linking vport to bridgeVlad Buslov1-5/+4
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2023-04-21net/mlx5: Release tunnel device after tc update skbChris Mi1-0/+1
2023-04-12net/mlx5: Bridge, add tracepoints for multicastVlad Buslov1-2/+2
2023-04-12net/mlx5: Bridge, implement mdb offloadVlad Buslov1-0/+12
2023-04-12net/mlx5: Bridge, snoop igmp/mld packetsVlad Buslov1-0/+4
2023-03-16net/mlx5e: Enable TC offload for ingress MACVLAN over bondMaor Dickman1-1/+6
2023-03-16net/mlx5e: TC, Extract indr setup block checks to functionMaor Dickman1-22/+36
2023-02-24net/mlx5: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey1-200/+23
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey1-2/+0
2023-02-15net/mlx5: E-Switch, rename bond update function to be reusedRoi Dayan1-3/+3
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo1-1/+1
2023-02-08net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov1-4/+0
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov1-0/+31
2022-07-28net/mlx5e: TC, Support tc action api for policeRoi Dayan1-1/+116
2022-07-14net/mlx5: Bridge, implement infrastructure for VLAN protocol changeVlad Buslov1-0/+6
2022-02-17net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+2
2022-02-02net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman1-18/+14
2022-02-02net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan1-2/+2
2022-02-02net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov1-0/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-23net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman1-1/+1
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-10-29net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich1-7/+25
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich2-4/+40
2021-10-29net/mlx5e: Use generic name for the forwarding dev pointerAriel Levkovich1-4/+4
2021-10-29net/mlx5e: Refactor rx handler of represetor deviceAriel Levkovich2-24/+30
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-10-12net/mlx5: Fix cleanup of bridge delayed workShay Drory1-4/+4
2021-09-24net/mlx5e: Enable TC offload for ingress MACVLANDima Chumak1-2/+16
2021-09-24net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan1-2/+0
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-09-08net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov1-2/+2
2021-08-20net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi1-9/+22
2021-08-20net/mlx5e: TC, Remove CONFIG_NET_TC_SKB_EXT dependency when restoring tunnelChris Mi1-9/+6
2021-08-20net/mlx5e: Move esw/sample to en/tc/sampleChris Mi1-2/+2
2021-08-17net/mlx5: Bridge, support LAGVlad Buslov1-38/+87
2021-08-17net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov1-15/+45
2021-08-17net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov1-105/+133
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-0/+3
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+7
2021-06-10net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov1-0/+73
2021-06-10net/mlx5: Bridge, dynamic entry ageingVlad Buslov1-0/+95
2021-06-10net/mlx5: Bridge, handle FDB eventsVlad Buslov1-1/+149