summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-11net/mlx5: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-02-02net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-28net/mlx5e: Optimize promiscuous modeAya Levin1-2/+2
2021-01-27net/mlx5: Fix memory leak on flow table creation error flowRoi Dayan1-0/+1
2020-12-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski1-10/+7
2020-11-27net/mlx5: Treat host PF vport as other (non eswitch manager) vportParav Pandit1-10/+4
2020-11-27net/mlx5: Export steering related functionsEli Cohen1-0/+3
2020-11-17net/mlx5: Add handling of port type in rule deletionMichael Guralnik1-0/+7
2020-11-05net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb1-3/+4
2020-10-13net/mlx5: Add NIC TX domain namespaceHuy Nguyen1-1/+18
2020-09-24net/mlx5: Allow ft level ignore for nic rx tablesAriel Levkovich1-2/+3
2020-09-22net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2020-08-03net/mlx5: Delete extra dump stack that gives nothingLeon Romanovsky1-6/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+5
2020-07-28net/mlx5: Fix forward to next namespaceMaor Gottlieb1-23/+5
2020-07-17net/mlx5e: IPsec: Add IPsec steering in local NIC RXHuy Nguyen1-1/+1
2020-07-16net/mlx5: Enable count action for rules with allow actionMichael Guralnik1-0/+1
2020-06-28net/mlx5e: Receive flow steering framework for accelerated TCP flowsBoris Pismenny1-2/+2
2020-06-27net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit1-1/+0
2020-06-25net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit1-1/+0
2020-05-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-35/+87
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+19
2020-05-23net/mlx5: Annotate mutex destroy for root nsRoi Dayan1-0/+6
2020-05-23net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan1-8/+9
2020-05-23net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan1-5/+6
2020-05-16net/mlx5: Wait for inactive autogroupsPaul Blakey1-3/+5
2020-05-13net/mlx5: Add support in forward to namespaceMaor Gottlieb1-9/+48
2020-05-13{IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb1-33/+46
2020-04-21net/mlx5: Use the correct IPsec capability function for FPGA opsRaed Salem1-2/+3
2020-04-02Merge 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-26net/mlx5: Avoid group version scan when not necessaryEli Cohen1-6/+10
2020-03-26net/mlx5: Avoid incrementing FTE versionEli Cohen1-1/+0
2020-03-26net/mlx5: Fix group version managementEli Cohen1-0/+1
2020-03-26net/mlx5: Simplify matching group searchesEli Cohen1-30/+11
2020-03-14net/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/sa...David S. Miller1-2/+2
2020-03-10net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed1-2/+2
2020-02-28net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen1-0/+11
2020-02-20net/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-17net/mlx5: Allow creating autogroups with reserved entriesPaul Blakey1-9/+17
2020-01-17net/mlx5: Add ignore level support fwd to table rulesPaul Blakey1-3/+15
2020-01-17net/mlx5: fs_core: Introduce unmanaged flow tablesPaul Blakey1-12/+29
2020-01-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed1-15/+6
2020-01-17net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-15/+6
2020-01-07Revert "net/mlx5: Support lockless FTE read lookups"Parav Pandit1-55/+15