summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-37/+40
|\
| * net/mlx5: Properly check applicability of devlink eswitch commandsOr Gerlitz2017-06-151-37/+40
* | net/mlx5: Avoid space after castingOr Gerlitz2017-06-161-1/+1
* | net/mlx5: Align to match opening parenthesisOr Gerlitz2017-06-161-1/+1
* | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-8/+5
|/
* net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz2017-04-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-12/+24
|\
| * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-221-12/+24
* | net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-221-2/+61
* | net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz2017-04-221-20/+49
* | net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-171-4/+12
* | net/mlx5e: Add offloading of E-Switch TC pedit (header re-write) actionsOr Gerlitz2017-03-281-1/+4
* | net/mlx5e: Properly deal with resource cleanup when adding TC flow failsOr Gerlitz2017-03-281-9/+14
|/
* net/mlx5: E-Switch, Don't allow changing inline mode when flows are configuredRoi Dayan2017-03-221-0/+8
* net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Sw...Or Gerlitz2017-03-221-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-14/+22
|\
| * net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroyOr Gerlitz2017-01-291-11/+18
| * net/mlx5: E-Switch, Err when retrieving steering name-space failsOr Gerlitz2017-01-291-1/+2
| * net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz2017-01-291-1/+1
| * net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-01-291-1/+1
* | net/mlx5: E-Switch, Enlarge the FDB size for the switchdev modeOr Gerlitz2017-01-241-5/+8
|/
* net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz2016-12-281-0/+11
* net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion2016-12-021-1/+11
* net/mlx5: E-Switch, Add control for inline modeRoi Dayan2016-11-241-0/+141
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+2
|\
| * net/mlx5: E-Switch, Set the actions for offloaded rules properlyOr Gerlitz2016-11-041-1/+2
* | net/mlx5e: Add basic TC tunnel set action for SRIOV offloadsHadar Hen Zion2016-11-091-0/+3
* | net/mlx5e: Add TC tunnel release action for SRIOV offloadsHadar Hen Zion2016-11-091-1/+8
* | net/mlx5: Support encap id when setting new steering entryHadar Hen Zion2016-11-091-11/+14
* | net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion2016-11-091-3/+4
* | net/mlx5e: Add tc support for FWD rule with counterMark Bloch2016-10-301-9/+11
* | net/mlx5: Add multi dest supportMark Bloch2016-10-301-21/+21
|/
* net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz2016-09-231-0/+180
* net/mlx5: Put elements related to offloaded TC rule in one structOr Gerlitz2016-09-231-3/+6
* net/mlx5: E-Switch, Set vport representor fields explicitly on registrationOr Gerlitz2016-09-231-1/+7
* net/mlx5: E-Switch, Set the vport when registering the uplink repOr Gerlitz2016-09-231-14/+13
* net/mlx5: E-Switch, Handle mode change failuresOr Gerlitz2016-09-191-6/+14
* net/mlx5: E-Switch, Set the send-to-vport rules in the correct tableOr Gerlitz2016-08-191-1/+1
* net/mlx5: E-Switch, Return the correct devlink e-switch modeOr Gerlitz2016-08-191-5/+19
* net/mlx5: E-Switch, Add API to configure rules for the offloaded modeOr Gerlitz2016-07-141-0/+43
* net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz2016-07-141-7/+27
* net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb2016-07-051-30/+25
* net/mlx5e: Introduce SRIOV VF representorsHadar Hen Zion2016-07-021-1/+95
* net/mlx5: Add Representors registration APIHadar Hen Zion2016-07-021-0/+19
* net/mlx5e: Add devlink based SRIOV mode changesOr Gerlitz2016-07-021-4/+117
* net/mlx5: Add devlink interfaceOr Gerlitz2016-07-021-0/+10
* net/mlx5: E-Switch, Add API to create vport rx rulesOr Gerlitz2016-07-021-0/+85
* net/mlx5: E-Switch, Add offloads tableOr Gerlitz2016-07-021-0/+31
* net/mlx5: E-Switch, Add API to create send-to-vport rulesOr Gerlitz2016-07-021-0/+39
* net/mlx5: E-Switch, Add miss rule for offloads modeOr Gerlitz2016-07-021-0/+40
OpenPOWER on IntegriCloud