aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
AgeCommit message (Expand)Author
2019-09-12net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit
2019-09-12net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit
2019-01-12net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery
2018-09-26net/mlx5: Fix possible deadlock from lockdep when adding fte to fgRoi Dayan
2018-09-26net/mlx5: Fix not releasing read lock when adding flow rulesRoi Dayan
2018-07-18net/mlx5: Fix 'DON'T_TRAP' functionalityRaed Salem
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-25net/mlx5: E-switch, Create a second level FDB flow tableChris Mi
2018-05-24Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...Jason Gunthorpe
2018-05-18Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2018-05-17net/mlx5: Add source e-switch ownerShahar Klein
2018-05-17net/mlx5: Add destination e-switch ownerShahar Klein
2018-05-16IB/mlx5: Add support for MPLS flow specificationAriel Levkovich
2018-04-26net/mlx5: Properly deal with flow counters when deleting rulesChris Mi
2018-04-26net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh
2018-03-26net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz
2018-03-20mlx5: Remove call to ida_pre_getMatthew Wilcox
2018-03-08Merge tag 'mlx5-updates-2018-02-28-2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel
2018-03-07net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller
2018-03-06net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel
2018-03-06net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak
2018-03-06net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel
2018-03-06net/mlx5: Add shim layer between fs and cmdMatan Barak
2018-03-06{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak
2018-02-20net/mlx5: Fix error handling when adding flow rulesVlad Buslov
2018-02-20net/mlx5: Add header re-write to the checks for conflicting actionsOr Gerlitz
2018-01-19net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman
2017-12-29net/mlx5: Fix ingress/egress naming mistakeGal Pressman
2017-12-19net/mlx5: Fix steering memory leakMaor Gottlieb
2017-11-04net/mlx5: Initialize destination_flow struct to 0Rabie Loulou
2017-10-22drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_tElena Reshetova
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker
2017-09-26net/mlx5: Add FGs and FTEs memory poolMaor Gottlieb
2017-09-26net/mlx5: Allocate FTE object without lockMaor Gottlieb
2017-09-26net/mlx5: Support multiple updates of steering rules in parallelMaor Gottlieb
2017-09-26net/mlx5: Replace fs_node mutex with reader/writer semaphoreMaor Gottlieb
2017-09-26net/mlx5: Refactor FTE and FG creation codeMaor Gottlieb
2017-09-26net/mlx5: Export building of matched flow groups listMaor Gottlieb
2017-09-26net/mlx5: Move the entry index allocator to flow groupMaor Gottlieb
2017-09-26net/mlx5: Avoid NULL pointer dereference on steering cleanupMaor Gottlieb
2017-09-26net/mlx5: Fix creating a new FTE when an existing but full FTE existsMatan Barak
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman