Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload | Huy Nguyen | 2 | -19/+70 |
2021-06-22 | net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet | Huy Nguyen | 2 | -9/+14 |
2021-06-22 | net/mlx5: remove "default n" from Kconfig | caihuoqing | 1 | -9/+0 |
2021-06-22 | net/mlx5: Fix spelling mistake "enught" -> "enough" | Colin Ian King | 1 | -1/+1 |
2021-06-22 | net/mlx5: Use cpumask_available() in mlx5_eq_create_generic() | Nathan Chancellor | 1 | -1/+1 |
2021-06-22 | net/mlx5: Fix missing error code in mlx5_init_fs() | Jiapeng Chong | 1 | -1/+4 |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 23 | -86/+156 |
2021-06-16 | net/mlx5: Reset mkey index on creation | Aya Levin | 1 | -1/+1 |
2021-06-16 | net/mlx5e: Don't create devices during unload flow | Dmytro Linkin | 1 | -0/+4 |
2021-06-16 | net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation padding | Alex Vesker | 1 | -10/+16 |
2021-06-16 | net/mlx5: SF_DEV, remove SF device on invalid state | Parav Pandit | 1 | -0/+1 |
2021-06-16 | net/mlx5: E-Switch, Allow setting GUID for host PF vport | Parav Pandit | 1 | -2/+0 |
2021-06-16 | net/mlx5: E-Switch, Read PF mac address | Parav Pandit | 1 | -0/+6 |
2021-06-16 | net/mlx5: Check that driver was probed prior attaching the device | Leon Romanovsky | 1 | -0/+15 |
2021-06-16 | net/mlx5: Fix error path for set HCA defaults | Leon Romanovsky | 1 | -1/+2 |
2021-06-14 | net/mlx5: Round-Robin EQs over IRQs | Shay Drory | 3 | -27/+188 |
2021-06-14 | net/mlx5: Separate between public and private API of sf.h | Shay Drory | 2 | -36/+46 |
2021-06-14 | net/mlx5: Allocating a pool of MSI-X vectors for SFs | Shay Drory | 3 | -101/+209 |
2021-06-14 | net/mlx5: Change IRQ storage logic from static to dynamic | Shay Drory | 3 | -36/+58 |
2021-06-14 | net/mlx5: Moving rmap logic to EQs | Shay Drory | 3 | -74/+78 |
2021-06-14 | net/mlx5: Extend mlx5_irq_request to request IRQ from the kernel | Shay Drory | 1 | -71/+57 |
2021-06-14 | net/mlx5: Removing rmap per IRQ | Shay Drory | 1 | -5/+12 |
2021-06-14 | net/mlx5: Clean license text in eq.[c|h] files | Leon Romanovsky | 2 | -30/+3 |
2021-06-14 | net/mlx5: Provide cpumask at EQ creation phase | Leon Romanovsky | 3 | -90/+43 |
2021-06-14 | net/mlx5: Introduce API for request and release IRQs | Shay Drory | 7 | -37/+68 |
2021-06-14 | net/mlx5: Delay IRQ destruction till all users are gone | Leon Romanovsky | 1 | -19/+36 |
2021-06-14 | net/mlx5: Change ownership model for lag | Mark Bloch | 7 | -88/+154 |
2021-06-14 | net/mlx5: Lag, Don't rescan if the device is going down | Mark Bloch | 1 | -2/+8 |
2021-06-14 | net/mlx5: Lag, refactor disable flow | Mark Bloch | 1 | -15/+25 |
2021-06-09 | net/mlx5: Bridge, add tracepoints | Vlad Buslov | 3 | -50/+191 |
2021-06-09 | net/mlx5: Bridge, filter tagged packets that didn't match tagged fg | Vlad Buslov | 3 | -5/+141 |
2021-06-09 | net/mlx5: Bridge, support pvid and untagged vlan configurations | Vlad Buslov | 1 | -16/+159 |
2021-06-09 | net/mlx5: Bridge, match FDB entry vlan tag | Vlad Buslov | 2 | -10/+172 |
2021-06-09 | net/mlx5: Bridge, implement infrastructure for vlans | Vlad Buslov | 3 | -3/+286 |
2021-06-09 | net/mlx5: Bridge, dynamic entry ageing | Vlad Buslov | 3 | -13/+193 |
2021-06-09 | net/mlx5: Bridge, handle FDB events | Vlad Buslov | 3 | -4/+409 |
2021-06-09 | net/mlx5: Bridge, add offload infrastructure | Vlad Buslov | 9 | -0/+539 |
2021-06-09 | net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpers | Vlad Buslov | 2 | -5/+5 |
2021-06-09 | net/mlx5: Create TC-miss priority and table | Vlad Buslov | 3 | -1/+25 |
2021-06-09 | net/mlx5: DR, Support EMD tag in modify header for STEv1 | Yevgeny Kliteynik | 1 | -0/+8 |
2021-06-09 | net/mlx5: DR, Added support for INSERT_HEADER reformat type | Yevgeny Kliteynik | 7 | -26/+150 |
2021-06-09 | net/mlx5: Added new parameters to reformat context | Yevgeny Kliteynik | 8 | -48/+70 |
2021-06-09 | net/mlx5: DR, Allow encap action for RX for supporting devices | Yevgeny Kliteynik | 5 | -14/+93 |
2021-06-09 | net/mlx5: DR, Split reformat state to Encap and Decap | Yevgeny Kliteynik | 1 | -34/+35 |
2021-06-09 | net/mlx5: mlx5_ifc support for header insert/remove | Yevgeny Kliteynik | 1 | -0/+6 |
2021-06-09 | net/mlx5e: Block offload of outer header csum for GRE tunnel | Aya Levin | 1 | -6/+3 |
2021-06-09 | net/mlx5e: Block offload of outer header csum for UDP tunnels | Aya Levin | 1 | -7/+3 |
2021-06-09 | Revert "net/mlx5: Arm only EQs with EQEs" | Shay Drory | 1 | -2/+4 |
2021-06-09 | net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMP | Aya Levin | 3 | -23/+25 |
2021-06-09 | net/mlx5e: Don't update netdev RQs with PTP-RQ | Aya Levin | 1 | -2/+0 |