summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2021-12-08net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch1-0/+1
2021-11-25net/mlx5: E-Switch, return error if encap isn't supportedRaed Salem1-1/+1
2021-11-25net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey1-7/+0
2021-08-20net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi1-4/+1
2021-08-20net/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/mel...Jakub Kicinski1-11/+372
2021-08-10net/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-03net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong1-1/+4
2021-07-28net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan1-0/+3
2021-07-28net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is...Maor Dickman1-3/+4
2021-06-10net/mlx5: Create TC-miss priority and tableVlad Buslov1-1/+18
2021-06-02net/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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+39
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-11/+23
2021-04-07net/mlx5e: TC, Add support to offload sample actionChris Mi1-2/+41
2021-04-07net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi1-1/+15
2021-04-07net/mlx5: Map register values to restore objectsChris Mi1-10/+4
2021-04-07net/mlx5: E-switch, Generalize per vport table APIChris Mi1-0/+14
2021-04-07net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi1-13/+13
2021-04-07net/mlx5: E-switch, Move vport table functions to a new fileChris Mi1-179/+36
2021-03-31net/mlx5: E-switch, Create vport miss group only if src rewrite is supportedMaor Dickman1-29/+39
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2021-03-24net: ethernet: indir_table.h is included twiceWan Jiabing1-1/+0
2021-03-17net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan1-3/+11
2021-03-17net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan1-13/+13
2021-03-17net/mlx5e: Move devlink port register and unregister callsRoi Dayan1-5/+10
2021-03-13net/mlx5: E-Switch, Refactor send to vport to be more genericMark Bloch1-8/+12
2021-03-13net/mlx5: E-Switch, Add eswitch pointer to each representorMark Bloch1-0/+1
2021-03-13net/mlx5: E-Switch, Add match on vhca id to default send rulesMark Bloch1-0/+12
2021-03-13net/mlx5: simplify the return expression of mlx5_esw_offloads_pair()Zheng Yongjun1-6/+1
2021-03-12net/mlx5e: Alloc flow spec using kvzalloc instead of kzallocRoi Dayan1-2/+2
2021-03-12net/mlx5: Don't skip vport checkSaeed Mahameed1-0/+6
2021-03-10net/mlx5: Disable VF tunnel TX offload if ignore_flow_level isn't supportedMaor Dickman1-1/+2
2021-02-06net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-2/+117
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov1-5/+114
2021-02-06net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov1-0/+12
2021-02-06net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-11/+109