summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery2019-01-091-1/+1
* net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-07-221-1/+2
* net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh2018-05-191-9/+14
* net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman2017-08-311-2/+2
* net/mlx5: Add tracepointsMatan Barak2017-08-241-1/+10
* net/mlx5: Add hash table for flow groups in flow tableMatan Barak2017-08-241-37/+150
* net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak2017-08-241-71/+157
* net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak2017-08-241-8/+0
* net/mlx5: Convert linear search for free index to idaMatan Barak2017-08-241-37/+19
* net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\
| * net/mlx5: Fix create vport flow table flowMohamad Haj Yahia2017-06-111-1/+1
* | Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-05-251-6/+4
|\ \ | |/ |/|
| * {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-6/+4
* | net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-141-4/+21
|/
* net/mlx5: Enable flow-steering for IB linkErez Shitrit2017-04-171-7/+4
* net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-171-33/+51
* net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz2017-03-281-0/+1
* net/mlx5: Fix create autogroup prev initializerPaul Blakey2017-03-101-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+10
|\
| * net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb2017-02-141-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-1/+1
|\ \
| * | net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz2017-01-291-1/+1
| |/
* / net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-191-1/+1
|/
* net/mlx5: Release FTE lock in error flowMaor Gottlieb2016-12-281-0/+1
* net/mlx5: remove a duplicate conditionDan Carpenter2016-11-251-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * net/mlx5: Simplify a testChristophe Jaillet2016-11-011-1/+1
* | net/mlx5: Support encap id when setting new steering entryHadar Hen Zion2016-11-091-26/+22
* | net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion2016-11-091-11/+17
* | Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2016-10-301-107/+251
|\ \ | |/ |/|
| * net/mlx5: Add option to add fwd rule with counterMark Bloch2016-10-301-6/+18
| * net/mlx5: Add multi dest supportMark Bloch2016-10-301-90/+199
| * net/mlx5: Group similer rules under the same fteMark Bloch2016-10-301-6/+16
| * net/mlx5: Refactor find_flow_ruleMark Bloch2016-10-301-9/+20
| * net/mlx5: Use fte status to decide on firmware commandMark Bloch2016-10-301-1/+1
| * net/mlx5: Don't unlock fte while still using itMark Bloch2016-10-301-2/+4
* | net/mlx5: Fix autogroups groups num not decreasingPaul Blakey2016-10-291-0/+3
* | net/mlx5: Keep autogroups list orderedPaul Blakey2016-10-291-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
|\
| * net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-281-1/+1
* | net/mlx5: Add sniffer namespacesMaor Gottlieb2016-08-181-0/+58
* | net/mlx5: Add LAG flow steering namespaceAviv Heller2016-08-181-1/+10
* | net/mlx5: LAG demux flow table supportAviv Heller2016-08-181-8/+23
* | net/mlx5: Improve driver log messagesSaeed Mahameed2016-08-171-8/+10
|/
* net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-07-201-8/+2
* net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz2016-07-141-8/+14
* net/mlx5e: Support l3/l4 flow type specs in ethtool flow steeringMaor Gottlieb2016-07-051-1/+1
* net/mlx5e: Add ethtool flow steering supportMaor Gottlieb2016-07-051-11/+17
* net/mlx5: Properly remove all steering objectsMaor Gottlieb2016-07-051-105/+15