summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20net/mlx5: Fix error handling when adding flow rulesVlad Buslov1-2/+8
2018-02-20net/mlx5: Add header re-write to the checks for conflicting actionsOr Gerlitz1-1/+2
2018-01-19net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz1-1/+4
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-24/+121
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman1-24/+121
2017-12-29net/mlx5: Fix ingress/egress naming mistakeGal Pressman1-2/+2
2017-12-19net/mlx5: Fix steering memory leakMaor Gottlieb1-2/+14
2017-11-04net/mlx5: Initialize destination_flow struct to 0Rabie Loulou1-2/+2
2017-10-22drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_tElena Reshetova1-14/+14
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-13/+110
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker1-13/+110
2017-09-26net/mlx5: Add FGs and FTEs memory poolMaor Gottlieb1-16/+51
2017-09-26net/mlx5: Allocate FTE object without lockMaor Gottlieb1-46/+46
2017-09-26net/mlx5: Support multiple updates of steering rules in parallelMaor Gottlieb1-125/+261
2017-09-26net/mlx5: Replace fs_node mutex with reader/writer semaphoreMaor Gottlieb1-14/+14
2017-09-26net/mlx5: Refactor FTE and FG creation codeMaor Gottlieb1-167/+189
2017-09-26net/mlx5: Export building of matched flow groups listMaor Gottlieb1-36/+64
2017-09-26net/mlx5: Move the entry index allocator to flow groupMaor Gottlieb1-9/+9
2017-09-26net/mlx5: Avoid NULL pointer dereference on steering cleanupMaor Gottlieb1-0/+2
2017-09-26net/mlx5: Fix creating a new FTE when an existing but full FTE existsMatan Barak1-2/+4
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/kern...David 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 de...Or 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/dledfo...Linus 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/gi...David 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