aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+22
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devicesEli Britstein1-0/+3
2018-12-17net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz1-17/+22
2018-12-14net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller1-1/+1
2018-12-14net/mlx5e: Duplicate offloaded TC eswitch rules under uplink LAGAviv Heller1-1/+10
2018-12-14net/mlx5e: Offload TC e-switch rules with egress LAG deviceRabie Loulou1-0/+9
2018-12-14net/mlx5e: Enhance flow counter scheme for offloaded TC eswitch rulesShahar Klein1-3/+11
2018-12-14net/mlx5e: Infrastructure for duplicated offloading of TC flowsRoi Dayan1-7/+167
2018-12-13net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz1-4/+3
2018-12-13net/mlx5e: Properly initialize flow attributes for slow path eswitch rule deletionOr Gerlitz1-3/+6
2018-12-13net/mlx5e: Avoid overriding the user provided priority for offloaded tc rulesOr Gerlitz1-5/+4
2018-12-13net/mlx5e: Err if asked to mirror a goto chain tc eswitch ruleOr Gerlitz1-2/+9
2018-12-11net/mlx5e: Support multiple encapsulations for a TC flowEli Britstein1-29/+56
2018-12-11net/mlx5e: Allow association of a flow to multiple encapsEli Britstein1-7/+41
2018-12-11net/mlx5e: Change parse attr struct to accommodate multiple tunnel infosEli Britstein1-8/+8
2018-12-11net/mlx5e: Support header rewrite actions with remote port mirroringEli Britstein1-2/+3
2018-12-11net/mlx5e: Replace the split logic with extended destinationEli Britstein1-1/+0
2018-12-11net/mlx5e: Move flow attr reformat action bit to per dest flagsEli Britstein1-16/+21
2018-12-11net/mlx5e: Refactor eswitch flow attr for destination specific propertiesEli Britstein1-5/+8
2018-12-11net/mlx5: E-Switch, Rename esw attr mirror count fieldEli Britstein1-7/+7
2018-12-10net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo1-493/+7
2018-12-10net/mlx5e: Branch according to classified tunnel typeOz Shlomo1-48/+112
2018-12-10net/mlx5e: Refactor VXLAN tunnel decap offloading codeOz Shlomo1-39/+51
2018-12-10net/mlx5e: Refactor VXLAN tunnel encap offloading codeOz Shlomo1-119/+70
2018-12-10net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo1-0/+14
2018-12-10net/mlx5e: Propagate the filter's net device to mlx5e structuresOz Shlomo1-7/+19
2018-12-10net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo1-3/+3
2018-12-10net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo1-0/+10
2018-12-10net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo1-1/+1
2018-12-05net/mlx5e: Move RSS params to a dedicated structAya Levin1-2/+3
2018-12-05net/mlx5e: Refactor TIR configuration functionAya Levin1-2/+3
2018-11-19net/mlx5e: Apply the correct check for supporting TC esw rules splitRoi Dayan1-1/+1
2018-11-19net/mlx5e: Always use the match level enum when parsing TC rule matchOr Gerlitz1-2/+2
2018-11-19net/mlx5e: Don't match on vlan non-existence if ethertype is wildcardedOr Gerlitz1-31/+32
2018-10-17net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey1-2/+49
2018-10-17net/mlx5e: Use a slow path rule instead if vxlan neighbour isn't availablePaul Blakey1-22/+82
2018-10-17net/mlx5e: Avoid duplicated code for tc offloads add/del fdb ruleOr Gerlitz1-41/+50
2018-10-17net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey1-1/+1
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey1-1/+1
2018-10-17net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey1-0/+3
2018-10-17net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz1-2/+2
2018-10-17net/mlx5e: Split TC add rule path for nic vs e-switchRoi Dayan1-47/+138
2018-10-17net/mlx5e: Change return type of tc add flow functionsRabie Loulou1-47/+39
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-3/+29
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-25/+26
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-38/+118
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+64
2018-10-03net/mlx5e: Add extack messages for TC offload failuresEli Britstein1-38/+118