summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
Commit message (Expand)AuthorAgeFilesLines
...
* net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2019-03-011-12/+16
* net/mlx5e: Cleanup attach encap functionRoi Dayan2019-03-011-14/+17
* net/mlx5e: Remove unused variable ‘esw’Saeed Mahameed2019-02-191-1/+0Star
* net/mlx5e: Remove 'parse_attr' argument in mlx5e_tc_add_fdb_flow()Tonghao Zhang2019-02-191-3/+3
* net/mlx5e: Introduce mlx5e_flow_esw_attr_init() helperTonghao Zhang2019-02-191-12/+29
* net/mlx5e: Remove wrong and superfluous tc pedit header type checkVlad Buslov2019-02-191-3/+0Star
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-161-3/+3
|\
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-20/+32
|\ \
| * | net/mlx5e: Don't overwrite pedit action when multiple pedit usedTonghao Zhang2019-02-071-10/+15
| * | net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on ...Guy Shattah2019-02-051-2/+7
| * | net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz2019-02-051-8/+10
| |/
* | net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-3/+2Star
* | drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-142/+123Star
* | flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-1/+1
* | net/mlx5e: support for two independent packet edit actionsPablo Neira Ayuso2019-02-061-22/+59
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-217/+159Star
* | net/mlx5e: Return the allocated flow directly from __mlx5e_add_fdb_flowJason Gunthorpe2019-01-251-15/+14Star
|/
* net/mlx5e: drop useless LIST_HEADJulia Lawall2018-12-241-3/+0Star
* Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-12-211-0/+3
|\
| * net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devicesEli Britstein2018-12-201-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-14/+22
|\ \ | |/ |/|
| * net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz2018-12-131-4/+3Star
| * net/mlx5e: Properly initialize flow attributes for slow path eswitch rule del...Or Gerlitz2018-12-131-3/+6
| * net/mlx5e: Avoid overriding the user provided priority for offloaded tc rulesOr Gerlitz2018-12-131-5/+4Star
| * net/mlx5e: Err if asked to mirror a goto chain tc eswitch ruleOr Gerlitz2018-12-131-2/+9
* | net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz2018-12-171-17/+22
* | net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-1/+1
* | net/mlx5e: Duplicate offloaded TC eswitch rules under uplink LAGAviv Heller2018-12-141-1/+10
* | net/mlx5e: Offload TC e-switch rules with egress LAG deviceRabie Loulou2018-12-141-0/+9
* | net/mlx5e: Enhance flow counter scheme for offloaded TC eswitch rulesShahar Klein2018-12-141-3/+11
* | net/mlx5e: Infrastructure for duplicated offloading of TC flowsRoi Dayan2018-12-141-7/+167
* | net/mlx5e: Support multiple encapsulations for a TC flowEli Britstein2018-12-111-29/+56
* | net/mlx5e: Allow association of a flow to multiple encapsEli Britstein2018-12-111-7/+41
* | net/mlx5e: Change parse attr struct to accommodate multiple tunnel infosEli Britstein2018-12-111-8/+8
* | net/mlx5e: Support header rewrite actions with remote port mirroringEli Britstein2018-12-111-2/+3
* | net/mlx5e: Replace the split logic with extended destinationEli Britstein2018-12-111-1/+0Star
* | net/mlx5e: Move flow attr reformat action bit to per dest flagsEli Britstein2018-12-111-16/+21
* | net/mlx5e: Refactor eswitch flow attr for destination specific propertiesEli Britstein2018-12-111-5/+8
* | net/mlx5: E-Switch, Rename esw attr mirror count fieldEli Britstein2018-12-111-7/+7
* | net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo2018-12-111-493/+7Star
* | net/mlx5e: Branch according to classified tunnel typeOz Shlomo2018-12-111-48/+112
* | net/mlx5e: Refactor VXLAN tunnel decap offloading codeOz Shlomo2018-12-111-39/+51
* | net/mlx5e: Refactor VXLAN tunnel encap offloading codeOz Shlomo2018-12-111-119/+70Star
* | net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo2018-12-111-0/+14
* | net/mlx5e: Propagate the filter's net device to mlx5e structuresOz Shlomo2018-12-111-7/+19
* | net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo2018-12-111-3/+3
* | net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo2018-12-111-0/+10
* | net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo2018-12-111-1/+1
* | net/mlx5e: Move RSS params to a dedicated structAya Levin2018-12-061-2/+3