summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Specifying known origin of packets matching the flowJianbo Liu2019-06-261-0/+3
* net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-1/+2
* net/mlx5: Support allocating modify header context from ingress ACLJianbo Liu2019-06-261-0/+4
* net/mlx5: Introduce termination table bitsEli Britstein2019-05-311-0/+3
* net/mlx5: Add new miss flow table actionMaor Gottlieb2019-04-301-3/+10
* net/mlx5: Add support in RDMA RX steeringMaor Gottlieb2019-04-301-0/+1
* net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb2019-04-301-49/+50
* net/mlx5: Support extended destination format in flow steering commandEli Britstein2018-12-101-7/+73
* net/mlx5: E-Switch, Change vhca id valid bool field to bit flagEli Britstein2018-12-101-1/+2
* net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-171-1/+1
* net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2018-09-051-0/+2
* net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch2018-09-051-1/+7
* {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-051-27/+36
* net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch2018-09-051-3/+4
* net/mlx5: Add support for more namespaces when allocating modify headerMark Bloch2018-09-051-0/+5
* net/mlx5: Export modify header alloc/dealloc functionsMark Bloch2018-09-051-0/+2
* net/mlx5: Add proper NIC TX steering flow tables supportMark Bloch2018-09-051-1/+1
* net/mlx5: Add support for flow table destination numberYishai Hadas2018-07-241-9/+15
* net/mlx5: Add core support for double vlan push/pop steering actionJianbo Liu2018-07-181-3/+9
* net/mlx5: Add destination e-switch ownerShahar Klein2018-05-171-1/+7
* net/mlx5: Properly handle a vport destination when setting FTEShahar Klein2018-05-171-0/+3
* net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz2018-03-261-1/+9
* net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel2018-03-071-3/+3
* net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak2018-03-071-6/+7
* net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel2018-03-071-0/+1
* net/mlx5: Add shim layer between fs and cmdMatan Barak2018-03-071-33/+158
* net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker2017-10-141-2/+11
* net/mlx5: Check device capability for maximum flow countersRaed Salem2017-09-281-0/+8
* net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak2017-08-241-1/+1
* net/mlx5: Increase the maximum flow counters supportedRabie Loulou2017-08-071-6/+6
* net/mlx5: Update flow table commands layoutMaor Gottlieb2017-06-081-12/+20
* Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-05-251-4/+2Star
|\
| * {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-4/+2Star
* | net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-141-6/+3Star
|/
* net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-171-0/+8
* net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz2017-03-281-0/+66
* net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz2017-03-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-1/+1
|\
| * net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-01-291-1/+1
* | net/mlx5: Use exact encap header size for the FW input bufferOr Gerlitz2017-01-241-2/+5
|/
* net/mlx5: Support encap id when setting new steering entryHadar Hen Zion2016-11-091-0/+1
* net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion2016-11-091-1/+6
* net/mlx5: Check max encap header size capabilityHadar Hen Zion2016-11-091-10/+16
* net/mlx5: Move alloc/dealloc encap commands declarations to common header fileHadar Hen Zion2016-11-091-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+2
|\
| * net/mlx5: Fix flow counter bulk command out mailbox allocationRoi Dayan2016-09-201-2/+2
* | net/mlx5: LAG demux flow table supportAviv Heller2016-08-181-14/+42
* | net/mlx5: Introduce alloc_encap and dealloc_encap commandsIlya Lesokhin2016-08-171-0/+48
* | net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-93/+37Star
|/
* net/mlx5: Introduce bulk reading of flow countersAmir Vadai2016-07-141-0/+67