aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang1-19/+17
2019-05-01net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit1-39/+16
2019-05-01net/mlx5e: ACLs for priority tag modeEli Britstein1-0/+169
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+4
2019-04-29net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb1-0/+4
2019-04-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-5/+0
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-99/+388
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch1-5/+0
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+0
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-04-05net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy1-2/+0
2019-03-29net/mlx5: E-Switch, Protect from invalid memory access in offload fdb tableRoi Dayan1-0/+1
2019-03-22net/mlx5e: Fix compilation warning in en_tc.cSaeed Mahameed1-2/+0
2019-03-22net/mlx5: Rename total_vfs to total_vportsParav Pandit1-2/+2
2019-02-15net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang1-2/+4
2019-02-15net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang1-1/+70
2019-02-15net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang1-3/+76
2019-02-15net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang1-9/+2
2019-02-15net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang1-23/+22
2019-02-15net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang1-22/+87
2019-02-15net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang1-9/+22
2019-02-15net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang1-23/+52
2019-02-15net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang1-16/+41
2019-02-15net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang1-12/+31
2019-02-15net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang1-3/+4
2019-02-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-17/+22
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang1-10/+15
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang1-7/+7
2019-02-05net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz1-8/+9
2018-12-17net/mlx5: E-Switch, Remove redundant reloading of the IB interfaceOr Gerlitz1-3/+0
2018-12-14net/mlx5e: Infrastructure for duplicated offloading of TC flowsRoi Dayan1-1/+7
2018-12-14net/mlx5e: E-Switch, Add peer miss rulesRoi Dayan1-1/+221
2018-12-11net/mlx5e: Support multiple encapsulations for a TC flowEli Britstein1-3/+4
2018-12-11net/mlx5e: Support header rewrite actions with remote port mirroringEli Britstein1-0/+4
2018-12-11net/mlx5e: Annul encap action ordering requirementEli Britstein1-0/+2
2018-12-11net/mlx5e: Move flow attr reformat action bit to per dest flagsEli Britstein1-3/+4
2018-12-11net/mlx5e: Refactor eswitch flow attr for destination specific propertiesEli Britstein1-8/+8
2018-12-11net/mlx5: E-Switch, Rename esw attr mirror count fieldEli Britstein1-7/+7
2018-12-10net/mlx5: E-Switch, Change vhca id valid bool field to bit flagEli Britstein1-3/+5
2018-10-17net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey1-1/+1
2018-10-17net/mlx5: E-Switch, Enable setting goto slow path chain actionPaul Blakey1-0/+6
2018-10-17net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey1-2/+2
2018-10-17net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey1-84/+306
2018-10-17net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz1-0/+8
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch1-1/+1
2018-10-17net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch1-17/+3
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-4/+5
2018-10-03net/mlx5e: E-Switch, Add extack messages to devlink callbacksEli Britstein1-14/+24
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-7/+12
2018-10-01net/mlx5: E-Switch, Provide flow dest when creating vport rx ruleGavi Teitz1-5/+3