aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Integrate eswitch and mpfs management code.Konstantin Belousov2020-03-181-1/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-50/+35
* Unify prints in mlx5en(4).Hans Petter Selasky2019-10-021-7/+7
* Add support for Multi-Physical Function Switch, MPFS, in mlx5en.Hans Petter Selasky2019-10-021-18/+121
* Implement macro for asserting priv lock in mlx5en.Hans Petter Selasky2019-10-021-0/+2
* Ensure the flowtable rules are not freed twice in mlx5en(4).Hans Petter Selasky2019-05-081-0/+3
* Undo previous steps upon returning failure in mlx5en(4).Hans Petter Selasky2019-05-081-4/+11
* Make sure the flow destination structure does not use values off the stackHans Petter Selasky2019-05-081-2/+2
* Add missing newline.Hans Petter Selasky2018-07-171-0/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+2
* mlx5en: Always allow VLAN id 0.Konstantin Belousov2018-05-021-0/+2
* Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-101-294/+784
* Remove useless NULL checks.Hans Petter Selasky2016-12-021-4/+0
* Update the MLX5 core module:Hans Petter Selasky2016-09-161-5/+5
* Add SR-IOV guest support to the mlx5en driver.Hans Petter Selasky2016-06-071-0/+132
* Style changes, mostly automated.Hans Petter Selasky2015-11-191-6/+3
* Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cardsHans Petter Selasky2015-11-101-0/+870