summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Annotate mutex destroy for root nsRoi Dayan2020-05-221-0/+6
* net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan2020-05-221-8/+9
* net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan2020-05-221-5/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-011-0/+53
|\
| * net/mlx5: Add support for RDMA TX steeringMichael Guralnik2020-03-271-0/+53
* | net/mlx5: Avoid group version scan when not necessaryEli Cohen2020-03-251-6/+10
* | net/mlx5: Avoid incrementing FTE versionEli Cohen2020-03-251-1/+0
* | net/mlx5: Fix group version managementEli Cohen2020-03-251-0/+1
* | net/mlx5: Simplify matching group searchesEli Cohen2020-03-251-30/+11
* | net/mlx5: Accept flow rules without matchMark Bloch2020-03-131-0/+4
* | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-2/+2
|\ \
| * | net/mlx5: E-Switch, Get reg_c0 value on CQEPaul Blakey2020-02-191-2/+2
| |/
* | net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed2020-03-091-2/+2
* | net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen2020-02-271-0/+11
|/
* net/mlx5: Fix deadlock in fs_coreMaor Gottlieb2020-02-061-7/+8
* net/mlx5: Allow creating autogroups with reserved entriesPaul Blakey2020-01-161-9/+17
* net/mlx5: Add ignore level support fwd to table rulesPaul Blakey2020-01-161-3/+15
* net/mlx5: fs_core: Introduce unmanaged flow tablesPaul Blakey2020-01-161-12/+29
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed2020-01-161-15/+6
|\
| * net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey2020-01-161-15/+6
* | Revert "net/mlx5: Support lockless FTE read lookups"Parav Pandit2020-01-061-55/+15
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-4/+6
|\
| * net/mlx5: Fix auto group size calculationMaor Gottlieb2019-11-201-4/+6
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-11-131-35/+94
|\ \
| * | net/mlx5: Add new chain for netfilter flow table offloadPaul Blakey2019-11-131-3/+6
| * | net/mlx5: Refactor creating fast path prio chainsPaul Blakey2019-11-131-36/+82
| * | net/mlx5: Accumulate levels for chains prio namespacesPaul Blakey2019-11-131-1/+9
| * | net/mlx5: Define fdb tc levels per prioPaul Blakey2019-11-131-2/+4
| * | net/mlx5: Rename FDB_* tc related defines to FDB_TC_* definesPaul Blakey2019-11-131-4/+4
| |/
* | net/mlx5: Support lockless FTE read lookupsParav Pandit2019-11-011-15/+55
* | net/mlx5: Do not hold group lock while allocating FTE in softwareParav Pandit2019-11-011-9/+10
|/
* net/mlx5: Add API to set the namespace steering modeMaor Gottlieb2019-09-031-0/+49
* net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb2019-09-031-0/+6
* net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb2019-09-031-1/+104
* net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RXMark Zhang2019-08-211-10/+39
* net/mlx5: Add per-namespace flow table default miss action supportMark Zhang2019-08-211-30/+43
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-041-11/+15
|\
| * net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-031-11/+15
* | net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_createArnd Bergmann2019-06-281-10/+10
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-281-17/+17
|\|
| * net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-17/+17
* | net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-281-1/+1
* | net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-281-0/+4
* | net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-281-15/+3
* | net/mlx5e: Additional check for flow destination comparisonDmytro Linkin2019-05-171-0/+2
|/
* net/mlx5: Add new miss flow table actionMaor Gottlieb2019-04-291-1/+5
* net/mlx5: Add support in RDMA RX steeringMaor Gottlieb2019-04-291-0/+27
* net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb2019-04-291-24/+18
* Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-221-64/+102
|\