aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman1-2/+2
2017-08-24net/mlx5: Add tracepointsMatan Barak1-1/+10
2017-08-24net/mlx5: Add hash table for flow groups in flow tableMatan Barak1-37/+150
2017-08-24net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak1-71/+157
2017-08-24net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak1-8/+0
2017-08-24net/mlx5: Convert linear search for free index to idaMatan Barak1-37/+19
2017-06-16net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-11net/mlx5: Fix create vport flow table flowMohamad Haj Yahia1-1/+1
2017-05-25Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-6/+4
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-6/+4
2017-05-14net/mlx5: Use underlay QPN from the root name spaceYishai Hadas1-4/+21
2017-04-17net/mlx5: Enable flow-steering for IB linkErez Shitrit1-7/+4
2017-04-17net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit1-33/+51
2017-03-28net/mlx5: Introduce modify header structures, commands and steering action definitionsOr Gerlitz1-0/+1
2017-03-10net/mlx5: Fix create autogroup prev initializerPaul Blakey1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+10
2017-02-14net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb1-2/+10
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-29net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz1-1/+1
2017-01-19net/mlx5: Move cached hca caps to designated caps structGal Pressman1-1/+1
2016-12-28net/mlx5: Release FTE lock in error flowMaor Gottlieb1-0/+1
2016-11-25net/mlx5: remove a duplicate conditionDan Carpenter1-2/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion1-26/+22
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion1-11/+17
2016-11-01net/mlx5: Simplify a testChristophe Jaillet1-1/+1
2016-10-30Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller1-107/+251
2016-10-30net/mlx5: Add option to add fwd rule with counterMark Bloch1-6/+18
2016-10-30net/mlx5: Add multi dest supportMark Bloch1-90/+199
2016-10-30net/mlx5: Group similer rules under the same fteMark Bloch1-6/+16
2016-10-30net/mlx5: Refactor find_flow_ruleMark Bloch1-9/+20
2016-10-30net/mlx5: Use fte status to decide on firmware commandMark Bloch1-1/+1
2016-10-30net/mlx5: Don't unlock fte while still using itMark Bloch1-2/+4
2016-10-29net/mlx5: Fix autogroups groups num not decreasingPaul Blakey1-0/+3
2016-10-29net/mlx5: Keep autogroups list orderedPaul Blakey1-3/+3
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-28net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb1-1/+1
2016-08-18net/mlx5: Add sniffer namespacesMaor Gottlieb1-0/+58
2016-08-18net/mlx5: Add LAG flow steering namespaceAviv Heller1-1/+10
2016-08-18net/mlx5: LAG demux flow table supportAviv Heller1-8/+23
2016-08-17net/mlx5: Improve driver log messagesSaeed Mahameed1-8/+10
2016-07-20net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-07-14net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz1-8/+14
2016-07-05net/mlx5e: Support l3/l4 flow type specs in ethtool flow steeringMaor Gottlieb1-1/+1
2016-07-05net/mlx5e: Add ethtool flow steering supportMaor Gottlieb1-11/+17
2016-07-05net/mlx5: Properly remove all steering objectsMaor Gottlieb1-105/+15
2016-07-05net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb1-59/+75
2016-07-05net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb1-13/+9
2016-07-02net/mlx5: Introduce offloads steering namespaceOr Gerlitz1-1/+10