aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+13
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+12
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-05-25net/mlx5: E-switch, Create a second level FDB flow tableChris Mi1-1/+1
2018-05-24Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into for-nextJason Gunthorpe1-1/+11
2018-05-18Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-1/+11
2018-05-17net/mlx5: Add source e-switch ownerShahar Klein1-0/+10
2018-05-17net/mlx5: Add destination e-switch ownerShahar Klein1-1/+1
2018-05-16IB/mlx5: Add support for MPLS flow specificationAriel Levkovich1-1/+13
2018-04-26net/mlx5: Properly deal with flow counters when deleting rulesChris Mi1-1/+2
2018-04-26net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh1-9/+14
2018-03-26net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz1-1/+3
2018-03-20mlx5: Remove call to ida_pre_getMatthew Wilcox1-1/+0
2018-03-08Merge tag 'mlx5-updates-2018-02-28-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-2/+6
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel1-0/+5
2018-03-07net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed1-2/+1
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-48/+88
2018-03-06net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel1-1/+1
2018-03-06net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak1-13/+11
2018-03-06net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel1-0/+28
2018-03-06net/mlx5: Add shim layer between fs and cmdMatan Barak1-35/+49
2018-03-06{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak1-1/+1
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/git/mellanox/linuxDavid 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/kernel/git/mellanox/linuxDavid 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