Age | Commit message (Expand) | Author |
2022-05-04 | net/mlx5: Fix matching on inner TTC | Mark Bloch |
2022-05-04 | net/mlx5: Avoid double clear or set of sync reset requested | Moshe Shemesh |
2022-05-04 | net/mlx5: Fix deadlock in sync reset flow | Moshe Shemesh |
2022-05-04 | net/mlx5e: Fix trust state reset in reload | Moshe Tal |
2022-05-04 | net/mlx5e: Avoid checking offload capability in post_parse action | Ariel Levkovich |
2022-05-04 | net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release | Paul Blakey |
2022-05-04 | net/mlx5e: TC, fix decap fallback to uplink when int port not supported | Ariel Levkovich |
2022-05-04 | net/mlx5e: TC, Fix ct_clear overwriting ct action metadata | Ariel Levkovich |
2022-05-04 | net/mlx5e: Lag, Don't skip fib events on current dst | Vlad Buslov |
2022-05-04 | net/mlx5e: Lag, Fix fib_info pointer assignment | Vlad Buslov |
2022-05-04 | net/mlx5e: Lag, Fix use-after-free in fib event handler | Vlad Buslov |
2022-05-04 | net/mlx5e: Fix the calling of update_buffer_lossy() API | Mark Zhang |
2022-05-04 | net/mlx5e: Don't match double-vlan packets if cvlan is not set | Vlad Buslov |
2022-05-04 | net/mlx5: Fix slab-out-of-bounds while reading resource dump menu | Aya Levin |
2022-05-04 | net/mlx5e: Fix wrong source vport matching on tunnel rule | Ariel Levkovich |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-03-22 | net/mlx5e: Fix build warning, detected write beyond size of field | Saeed Mahameed |
2022-03-21 | devlink: hold the instance lock during eswitch_mode callbacks | Jakub Kicinski |
2022-03-18 | net/mlx5e: HTB, remove unused function declaration | Saeed Mahameed |
2022-03-18 | net/mlx5e: Statify function mlx5_cmd_trigger_completions | Tariq Toukan |
2022-03-18 | net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNT | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Permit XDP with non-linear legacy RQ | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Support multi buffer XDP_TX | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buff | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Implement sending multi buffer XDP frames | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer mode | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Remove assignment of inline_hdr.sz on XDP TX | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frame | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Store DMA address inside struct page | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQ | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Use page-sized fragments with XDP multi buffer | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDP | Maxim Mikityanskiy |
2022-03-18 | net/mlx5e: Prepare non-linear legacy RQ for XDP multi buffer support | Maxim Mikityanskiy |
2022-03-17 | net/mlx5: Remove unused fill page array API function | Tariq Toukan |
2022-03-17 | net/mlx5: Remove unused exported contiguous coherent buffer allocation API | Tariq Toukan |
2022-03-17 | net/mlx5: CT: Remove extra rhashtable remove on tuple entries | Paul Blakey |
2022-03-17 | net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memory | Rongwei Liu |
2022-03-17 | net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memory | Rongwei Liu |
2022-03-17 | net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunk | Rongwei Liu |
2022-03-17 | net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memory | Rongwei Liu |
2022-03-17 | net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunk | Rongwei Liu |
2022-03-17 | net/mlx5: DR, Adjust structure member to reduce memory hole | Rongwei Liu |
2022-03-17 | net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linear | Maxim Mikityanskiy |
2022-03-17 | net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle | Maxim Mikityanskiy |
2022-03-17 | net/mlx5e: RX, Test the XDP program existence out of the handler | Tariq Toukan |
2022-03-17 | net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQ | Maxim Mikityanskiy |
2022-03-17 | net/mlx5e: Add headroom only to the first fragment in legacy RQ | Maxim Mikityanskiy |
2022-03-17 | net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info | Maxim Mikityanskiy |
2022-03-16 | net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitly | Maor Dickman |