Age | Commit message (Expand) | Author | Files | Lines |
2021-07-26 | net/mlx5e: Move management of indir traffic types to rx_res | Maxim Mikityanskiy | 1 | -1/+2 |
2021-07-26 | net/mlx5e: Convert TIR to a dedicated object | Maxim Mikityanskiy | 1 | -1/+1 |
2021-07-26 | net/mlx5e: Convert RQT to a dedicated object | Maxim Mikityanskiy | 1 | -1/+1 |
2021-06-09 | net/mlx5: Bridge, add offload infrastructure | Vlad Buslov | 1 | -0/+1 |
2021-05-27 | net/mlx5: Move chains ft pool to be used by all firmware steering | Paul Blakey | 1 | -1/+1 |
2021-04-14 | net/mlx5: E-Switch, Move legacy code to a individual file | Parav Pandit | 1 | -1/+1 |
2021-04-06 | net/mlx5e: TC, Add sampler termination table API | Chris Mi | 1 | -0/+1 |
2021-04-06 | net/mlx5: Instantiate separate mapping objects for FDB and NIC tables | Chris Mi | 1 | -2/+3 |
2021-04-06 | net/mlx5: E-switch, Move vport table functions to a new file | Chris Mi | 1 | -1/+1 |
2021-03-29 | net/mlx5e: Introduce Flow Steering UDP API | Aya Levin | 1 | -1/+1 |
2021-02-05 | net/mlx5e: Extract tc tunnel encap/decap code to dedicated file | Vlad Buslov | 1 | -1/+1 |
2021-02-05 | net/mlx5: E-Switch, Indirect table infrastructure | Vlad Buslov | 1 | -0/+1 |
2021-01-29 | net/mlx5: DR, Add HW STEv1 match logic | Yevgeny Kliteynik | 1 | -1/+1 |
2021-01-28 | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 1 | -0/+9 |
2021-01-27 | net/mlx5e: Add trap entity to ETH driver | Aya Levin | 1 | -1/+1 |
2021-01-22 | net/mlx5e: Support HTB offload | Maxim Mikityanskiy | 1 | -2/+4 |
2021-01-22 | net/mlx5: SF, Add port add delete functionality | Parav Pandit | 1 | -0/+5 |
2021-01-22 | net/mlx5: SF, Add auxiliary device driver | Parav Pandit | 1 | -1/+1 |
2021-01-22 | net/mlx5: SF, Add auxiliary device support | Parav Pandit | 1 | -1/+1 |
2021-01-22 | net/mlx5: Introduce vhca state event notifier | Parav Pandit | 1 | -0/+4 |
2021-01-05 | net/mlx5: DR, Move HW STEv0 match logic to a separate file | Yevgeny Kliteynik | 1 | -0/+1 |
2020-12-08 | net/mlx5e: Add TX PTP port object support | Eran Ben Elisha | 1 | -1/+1 |
2020-11-05 | net/mlx5: DR, Add buddy allocator utilities | Yevgeny Kliteynik | 1 | -1/+1 |
2020-10-09 | net/mlx5: Add functions to set/query MFRL register | Moshe Shemesh | 1 | -1/+1 |
2020-09-30 | net/mlx5: E-switch, Move devlink eswitch ports closer to eswitch | Parav Pandit | 1 | -1/+2 |
2020-09-23 | net/mlx5: Refactor multi chains and prios support | Ariel Levkovich | 1 | -1/+1 |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem | Magnus Karlsson | 1 | -1/+1 |
2020-07-16 | net/mlx5e: IPsec: Add IPsec steering in local NIC RX | Huy Nguyen | 1 | -1/+1 |
2020-07-16 | net/mlx5: IPsec: Add HW crypto offload support | Raed Salem | 1 | -0/+1 |
2020-07-09 | net/mlx5e: Export sharing of mod headers to a new file | Paul Blakey | 1 | -1/+1 |
2020-06-27 | net/mlx5e: kTLS, Add kTLS RX HW offload support | Tariq Toukan | 1 | -1/+1 |
2020-06-27 | net/mlx5e: kTLS, Improve TLS feature modularity | Tariq Toukan | 1 | -1/+2 |
2020-06-27 | net/mlx5e: Receive flow steering framework for accelerated TCP flows | Boris Pismenny | 1 | -1/+1 |
2020-05-27 | net/mlx5e: Use netdev events to set/del egress acl forward-to-vport rule | Or Gerlitz | 1 | -1/+2 |
2020-05-27 | net/mlx5: E-Switch, Refactor eswitch ingress acl codes | Vu Pham | 1 | -1/+2 |
2020-05-27 | net/mlx5: E-Switch, Refactor eswitch egress acl codes | Vu Pham | 1 | -0/+3 |
2020-05-22 | net/mlx5e: Add support for hw encapsulation of MPLS over UDP | Eli Cohen | 1 | -1/+1 |
2020-05-22 | net/mlx5e: Introduce kconfig var for TC support | Vlad Buslov | 1 | -5/+6 |
2020-05-22 | net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.c | Vlad Buslov | 1 | -1/+1 |
2020-05-22 | net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.c | Vlad Buslov | 1 | -1/+2 |
2020-04-19 | net/mlx5: Move QP logic to mlx5_ib | Leon Romanovsky | 1 | -1/+1 |
2020-03-29 | net/mlx5: E-Switch: Move eswitch chains to a new directory | Saeed Mahameed | 1 | -1/+1 |
2020-03-12 | net/mlx5e: CT: Introduce connection tracking | Paul Blakey | 1 | -0/+1 |
2020-03-12 | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa... | David S. Miller | 1 | -1/+1 |
2020-02-27 | net/mlx5e: Add support for devlink-port in non-representors mode | Vladyslav Tarasiuk | 1 | -1/+1 |
2020-02-19 | net/mlx5: Introduce mapping infra for mapping unique ids to data | Paul Blakey | 1 | -1/+1 |
2020-02-18 | net/mlx5: Add support for resource dump | Aya Levin | 1 | -1/+1 |
2020-01-16 | net/mlx5: E-Switch, Refactor chains and priorities | Paul Blakey | 1 | -1/+1 |
2019-11-01 | net/mlx5: DR, Replace CRC32 implementation to use kernel lib | Hamdan Igbaria | 1 | -1/+1 |
2019-09-03 | net/mlx5: Add direct rule fs_cmd implementation | Maor Gottlieb | 1 | -1/+1 |