Age | Commit message (Expand) | Author | Files | Lines |
2023-01-10 | net/mlx5e: Don't support encap rules with gbp option | Gavin Li | 1 | -0/+2 |
2023-01-10 | net/mlx5: Fix ptp max frequency adjustment range | Rahul Rameshbabu | 1 | -1/+1 |
2023-01-10 | net/mlx5e: Fix memory leak on updating vport counters | Aya Levin | 1 | -1/+2 |
2023-01-10 | net/mlx5e: TC, Restore pkt rate policing support | Oz Shlomo | 1 | -6/+0 |
2023-01-10 | net/mlx5e: TC, ignore match level for post meter rules | Oz Shlomo | 1 | -0/+1 |
2023-01-10 | net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path | Dragos Tatulea | 1 | -1/+1 |
2023-01-10 | net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent | Dragos Tatulea | 1 | -0/+9 |
2023-01-10 | net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are pre... | Dragos Tatulea | 4 | -7/+62 |
2023-01-10 | net/mlx5e: Verify dev is present for fix features ndo | Roy Novich | 1 | -0/+3 |
2023-01-10 | net/mlx5: Fix command stats access after free | Moshe Shemesh | 1 | -11/+2 |
2023-01-10 | net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc | Ariel Levkovich | 1 | -2/+3 |
2023-01-10 | net/mlx5: check attr pointer validity before dereferencing it | Ariel Levkovich | 1 | -1/+1 |
2023-01-10 | net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule | Yevgeny Kliteynik | 1 | -4/+7 |
2023-01-09 | mlxsw: spectrum_router: Replace 0-length array with flexible array | Kees Cook | 1 | -1/+1 |
2022-12-28 | net/mlx5: Lag, fix failure to cancel delayed bond work | Eli Cohen | 1 | -0/+1 |
2022-12-28 | net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option | Maor Dickman | 1 | -0/+5 |
2022-12-28 | net/mlx5e: Fix hw mtu initializing at XDP SQ allocation | Adham Faris | 1 | -1/+1 |
2022-12-28 | net/mlx5e: Always clear dest encap in neigh-update-del | Chris Mi | 1 | -1/+8 |
2022-12-28 | net/mlx5e: CT: Fix ct debugfs folder name | Chris Mi | 1 | -6/+1 |
2022-12-28 | net/mlx5e: Fix RX reporter for XSK RQs | Tariq Toukan | 1 | -1/+5 |
2022-12-28 | net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default | Dragos Tatulea | 1 | -0/+4 |
2022-12-28 | net/mlx5: Fix RoCE setting at HCA level | Shay Drory | 2 | -2/+2 |
2022-12-28 | net/mlx5: Avoid recovery in probe flows | Shay Drory | 1 | -0/+6 |
2022-12-28 | net/mlx5: Fix io_eq_size and event_eq_size params validation | Shay Drory | 1 | -1/+1 |
2022-12-28 | net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path | Jiri Pirko | 1 | -0/+2 |
2022-12-28 | net/mlx5: E-Switch, properly handle ingress tagged packets on VST | Moshe Shemesh | 4 | -15/+61 |
2022-12-10 | Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 15 | -445/+1518 |
2022-12-10 | Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 31 | -193/+1295 |
2022-12-09 | mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre support | Ido Schimmel | 1 | -75/+8 |
2022-12-09 | mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operations | Ido Schimmel | 1 | -47/+47 |
2022-12-09 | mlxsw: spectrum_router: Add support for double entry RIFs | Ido Schimmel | 3 | -1/+5 |
2022-12-09 | mlxsw: spectrum_router: Parametrize RIF allocation size | Ido Schimmel | 1 | -14/+27 |
2022-12-09 | mlxsw: spectrum_router: Use gen_pool for RIF index allocation | Ido Schimmel | 2 | -10/+67 |
2022-12-09 | net/mlx5: Expose steering dropped packets counter | Michael Guralnik | 1 | -3/+19 |
2022-12-09 | net/mlx5: Refactor and expand rep vport stat group | Or Har-Toov | 2 | -20/+90 |
2022-12-09 | net/mlx5e: multipath, support routes with more than 2 nexthops | Maor Dickman | 1 | -31/+48 |
2022-12-09 | net/mlx5e: TC, add support for meter mtu offload | Oz Shlomo | 8 | -9/+92 |
2022-12-09 | net/mlx5e: meter, add mtu post meter tables | Oz Shlomo | 3 | -7/+185 |
2022-12-09 | net/mlx5e: meter, refactor to allow multiple post meter tables | Oz Shlomo | 1 | -58/+96 |
2022-12-09 | net/mlx5: DR, Add support for range match action | Yevgeny Kliteynik | 7 | -3/+363 |
2022-12-09 | net/mlx5: DR, Add function that tells if STE miss addr has been initialized | Yevgeny Kliteynik | 7 | -0/+23 |
2022-12-09 | net/mlx5: DR, Some refactoring of miss address handling | Yevgeny Kliteynik | 1 | -10/+14 |
2022-12-09 | net/mlx5: DR, Manage definers with refcounts | Yevgeny Kliteynik | 5 | -2/+163 |
2022-12-09 | net/mlx5: DR, Handle FT action in a separate function | Yevgeny Kliteynik | 1 | -46/+81 |
2022-12-09 | net/mlx5: DR, Rework is_fw_table function | Yevgeny Kliteynik | 2 | -11/+18 |
2022-12-09 | net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object | Yevgeny Kliteynik | 2 | -0/+86 |
2022-12-09 | net/mlx5: fs, add match on ranges API | Yevgeny Kliteynik | 3 | -2/+26 |
2022-12-09 | net/mlx4: small optimization in mlx4_en_xmit() | Eric Dumazet | 1 | -5/+5 |
2022-12-09 | net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGS | Eric Dumazet | 1 | -4/+12 |
2022-12-09 | net/mlx4: rename two constants | Eric Dumazet | 2 | -6/+8 |