Age | Commit message (Expand) | Author | Files | Lines |
2022-12-08 | net/mlx5e: meter, add mtu post meter tables | Oz Shlomo | 3 | -7/+185 |
2022-12-08 | net/mlx5e: meter, refactor to allow multiple post meter tables | Oz Shlomo | 1 | -58/+96 |
2022-12-08 | net/mlx5: DR, Add support for range match action | Yevgeny Kliteynik | 7 | -3/+363 |
2022-12-08 | net/mlx5: DR, Add function that tells if STE miss addr has been initialized | Yevgeny Kliteynik | 7 | -0/+23 |
2022-12-08 | net/mlx5: DR, Some refactoring of miss address handling | Yevgeny Kliteynik | 1 | -10/+14 |
2022-12-08 | net/mlx5: DR, Manage definers with refcounts | Yevgeny Kliteynik | 5 | -2/+163 |
2022-12-08 | net/mlx5: DR, Handle FT action in a separate function | Yevgeny Kliteynik | 1 | -46/+81 |
2022-12-08 | net/mlx5: DR, Rework is_fw_table function | Yevgeny Kliteynik | 2 | -11/+18 |
2022-12-08 | net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object | Yevgeny Kliteynik | 2 | -0/+86 |
2022-12-08 | net/mlx5: fs, add match on ranges API | Yevgeny Kliteynik | 3 | -2/+26 |
2022-12-08 | net/mlx4: small optimization in mlx4_en_xmit() | Eric Dumazet | 1 | -5/+5 |
2022-12-08 | net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGS | Eric Dumazet | 1 | -4/+12 |
2022-12-08 | net/mlx4: rename two constants | Eric Dumazet | 2 | -6/+8 |
2022-12-08 | net/mlx5e: TC, allow meter jump control action | Oz Shlomo | 3 | -23/+54 |
2022-12-08 | net/mlx5e: TC, init post meter rules with branching attributes | Oz Shlomo | 3 | -34/+67 |
2022-12-08 | net/mlx5e: TC, rename post_meter actions | Oz Shlomo | 5 | -33/+33 |
2022-12-08 | net/mlx5e: TC, initialize branching action with target attr | Oz Shlomo | 2 | -5/+83 |
2022-12-08 | net/mlx5e: TC, initialize branch flow attributes | Oz Shlomo | 2 | -16/+142 |
2022-12-08 | net/mlx5e: TC, set control params for branching actions | Oz Shlomo | 2 | -0/+23 |
2022-12-08 | net/mlx5e: TC, validate action list per attribute | Oz Shlomo | 1 | -30/+32 |
2022-12-08 | net/mlx5e: TC, add terminating actions | Oz Shlomo | 7 | -1/+15 |
2022-12-08 | net/mlx5e: TC, reuse flow attribute post parser processing | Oz Shlomo | 1 | -45/+51 |
2022-12-08 | net/mlx5: fs, assert null dest pointer when dest_num is 0 | Oz Shlomo | 1 | -0/+3 |
2022-12-08 | net/mlx5e: E-Switch, handle flow attribute with no destinations | Oz Shlomo | 1 | -0/+5 |
2022-12-08 | net/mlx5e: Open mlx5 driver to accept IPsec packet offload | Leon Romanovsky | 1 | -10/+31 |
2022-12-08 | net/mlx5e: Handle ESN update events | Leon Romanovsky | 3 | -3/+48 |
2022-12-08 | net/mlx5e: Handle hardware IPsec limits events | Leon Romanovsky | 4 | -5/+118 |
2022-12-08 | net/mlx5e: Update IPsec soft and hard limits | Leon Romanovsky | 4 | -0/+127 |
2022-12-08 | net/mlx5e: Store all XFRM SAs in Xarray | Leon Romanovsky | 3 | -74/+28 |
2022-12-08 | net/mlx5e: Provide intermediate pointer to access IPsec struct | Leon Romanovsky | 1 | -6/+6 |
2022-12-08 | net/mlx5e: Skip IPsec encryption for TX path without matching policy | Leon Romanovsky | 3 | -7/+43 |
2022-12-08 | net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flows | Raed Salem | 5 | -24/+233 |
2022-12-08 | net/mlx5e: Improve IPsec flow steering autogroup | Leon Romanovsky | 1 | -4/+4 |
2022-12-08 | net/mlx5e: Configure IPsec packet offload flow steering | Leon Romanovsky | 3 | -10/+91 |
2022-12-08 | net/mlx5e: Use same coding pattern for Rx and Tx flows | Leon Romanovsky | 1 | -3/+2 |
2022-12-08 | net/mlx5e: Add XFRM policy offload logic | Leon Romanovsky | 3 | -1/+295 |
2022-12-08 | net/mlx5e: Create IPsec policy offload tables | Leon Romanovsky | 3 | -6/+56 |
2022-12-07 | net/mlx5: E-Switch, Implement devlink port function cmds to control migratable | Shay Drory | 4 | -0/+116 |
2022-12-07 | net/mlx5: E-Switch, Implement devlink port function cmds to control RoCE | Yishai Hadas | 6 | -1/+176 |
2022-12-07 | net/mlx5: Add generic getters for other functions caps | Shay Drory | 4 | -5/+9 |
2022-12-06 | net/mlx5e: Generalize creation of default IPsec miss group and rule | Leon Romanovsky | 1 | -24/+23 |
2022-12-06 | net/mlx5e: Group IPsec miss handles into separate struct | Leon Romanovsky | 1 | -7/+11 |
2022-12-06 | net/mlx5e: Make clear what IPsec rx_err does | Leon Romanovsky | 1 | -22/+16 |
2022-12-06 | net/mlx5e: Flatten the IPsec RX add rule path | Leon Romanovsky | 2 | -37/+53 |
2022-12-06 | net/mlx5e: Refactor FTE setup code to be more clear | Leon Romanovsky | 1 | -54/+85 |
2022-12-06 | net/mlx5e: Move IPsec flow table creation to separate function | Leon Romanovsky | 1 | -22/+23 |
2022-12-06 | net/mlx5e: Create hardware IPsec packet offload objects | Leon Romanovsky | 3 | -2/+39 |
2022-12-06 | net/mlx5e: Create Advanced Steering Operation object for IPsec | Leon Romanovsky | 4 | -0/+80 |
2022-12-06 | net/mlx5e: Remove accesses to priv for low level IPsec FS code | Leon Romanovsky | 3 | -59/+56 |
2022-12-06 | net/mlx5e: Use mlx5 print routines for low level IPsec code | Leon Romanovsky | 1 | -12/+14 |