aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+53
2020-03-27net/mlx5: Add support for RDMA TX steeringMichael Guralnik1-0/+53
2020-03-25net/mlx5: Avoid group version scan when not necessaryEli Cohen1-6/+10
2020-03-25net/mlx5: Avoid incrementing FTE versionEli Cohen1-1/+0
2020-03-25net/mlx5: Fix group version managementEli Cohen1-0/+1
2020-03-25net/mlx5: Simplify matching group searchesEli Cohen1-30/+11
2020-03-13net/mlx5: Accept flow rules without matchMark Bloch1-0/+4
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+2
2020-03-09net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed1-2/+2
2020-02-27net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen1-0/+11
2020-02-19net/mlx5: E-Switch, Get reg_c0 value on CQEPaul Blakey1-2/+2
2020-02-06net/mlx5: Fix deadlock in fs_coreMaor Gottlieb1-7/+8
2020-01-16net/mlx5: Allow creating autogroups with reserved entriesPaul Blakey1-9/+17
2020-01-16net/mlx5: Add ignore level support fwd to table rulesPaul Blakey1-3/+15
2020-01-16net/mlx5: fs_core: Introduce unmanaged flow tablesPaul Blakey1-12/+29
2020-01-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxSaeed Mahameed1-15/+6
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-15/+6
2020-01-06Revert "net/mlx5: Support lockless FTE read lookups"Parav Pandit1-55/+15
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2019-11-20net/mlx5: Fix auto group size calculationMaor Gottlieb1-4/+6
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-35/+94
2019-11-13net/mlx5: Add new chain for netfilter flow table offloadPaul Blakey1-3/+6
2019-11-13net/mlx5: Refactor creating fast path prio chainsPaul Blakey1-36/+82
2019-11-13net/mlx5: Accumulate levels for chains prio namespacesPaul Blakey1-1/+9
2019-11-13net/mlx5: Define fdb tc levels per prioPaul Blakey1-2/+4
2019-11-13net/mlx5: Rename FDB_* tc related defines to FDB_TC_* definesPaul Blakey1-4/+4
2019-11-01net/mlx5: Support lockless FTE read lookupsParav Pandit1-15/+55
2019-11-01net/mlx5: Do not hold group lock while allocating FTE in softwareParav Pandit1-9/+10
2019-09-03net/mlx5: Add API to set the namespace steering modeMaor Gottlieb1-0/+49
2019-09-03net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb1-0/+6
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb1-1/+104
2019-08-21net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RXMark Zhang1-10/+39
2019-08-21net/mlx5: Add per-namespace flow table default miss action supportMark Zhang1-30/+43
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-11/+15
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit1-11/+15
2019-06-28net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_createArnd Bergmann1-10/+10
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-17/+17
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-17/+17
2019-05-28net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit1-1/+1
2019-05-28net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit1-0/+4
2019-05-28net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit1-15/+3
2019-05-17net/mlx5e: Additional check for flow destination comparisonDmytro Linkin1-0/+2
2019-04-29net/mlx5: Add new miss flow table actionMaor Gottlieb1-1/+5
2019-04-29net/mlx5: Add support in RDMA RX steeringMaor Gottlieb1-0/+27
2019-04-29net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb1-24/+18
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-64/+102
2019-04-10net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch1-0/+7
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch1-2/+3
2019-04-02net/mlx5: Fix false compilation warningTariq Toukan1-1/+1