aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04net/mlx5e: Fix wrong source vport matching on tunnel ruleAriel Levkovich1-1/+1
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski1-12/+42
2022-02-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-67/+26
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2022-02-23net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2022-02-23net/mlx5: E-switch, remove special uplink ingress ACL handlingMark Bloch1-64/+1
2022-02-23net/mlx5: E-Switch, reserve and use same uplink metadata across portsSunil Rani1-3/+25
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan1-1/+2
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan1-13/+13
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan1-3/+3
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+15
2022-01-06net/mlx5e: Fix nullptr on deleting mirroring ruleDima Chumak1-13/+15
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+16
2021-11-30net/mlx5: E-Switch, Use indirect table only if all destinations support itMaor Dickman1-4/+15
2021-11-30net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch1-0/+1
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2021-11-16net/mlx5: E-switch, move offloads mode callbacks to offloads fileParav Pandit1-0/+59
2021-11-16net/mlx5: E-Switch, return error if encap isn't supportedRaed Salem1-1/+1
2021-11-16net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey1-7/+0
2021-10-29net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich1-9/+23
2021-10-29net/mlx5e: Offload tc rules that redirect to ovs internal portAriel Levkovich1-3/+7
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich1-3/+15
2021-10-18net/mlx5: E-Switch, Use dynamic alloc for dest arrayMaor Dickman1-2/+14
2021-10-15net/mlx5: Introduce new device index wrapperRongwei Liu1-1/+1
2021-10-04net/mlx5e: Support accept actionVlad Buslov1-3/+3
2021-09-30net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-2/+2
2021-08-19net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi1-4/+1
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi1-6/+6
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-11/+372
2021-08-09net/mlx5: Block switchdev mode while devlink traps are activeAya Levin1-3/+11
2021-08-05net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch1-0/+293
2021-08-05net/mlx5: Lag, properly lock eswitch if neededMark Bloch1-1/+4
2021-08-05net/mlx5: Add send to vport rules on paired deviceMark Bloch1-2/+14
2021-08-05net/mlx5: E-Switch, Add event callback for representorsMark Bloch1-3/+47
2021-08-05net/mlx5e: Use shared mappings for restoring from metadataRoi Dayan1-3/+8
2021-08-05net/mlx5: E-Switch, set flow source for send to uplink ruleAriel Levkovich1-0/+3
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch1-2/+3
2021-08-02net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong1-1/+4
2021-07-27net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan1-0/+3
2021-07-27net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is supportedMaor Dickman1-3/+4
2021-06-09net/mlx5: Create TC-miss priority and tableVlad Buslov1-1/+18
2021-06-01net/mlx5e: Fix adding encap rules to slow pathRoi Dayan1-1/+2
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit1-2/+15
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit1-95/+181
2021-04-14net/mlx5: E-Switch, Make vport number u16Parav Pandit1-1/+2
2021-04-14net/mlx5: E-Switch, let user to enable disable metadataParav Pandit1-7/+23
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+39
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-11/+23
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi1-2/+41