Age | Commit message (Expand) | Author | Files | Lines |
2022-02-17 | net/mlx5e: TC, Allow sample action with CT | Roi Dayan | 2 | -9/+5 |
2022-02-17 | net/mlx5e: TC, Make post_act parse CT and sample actions | Roi Dayan | 1 | -2/+3 |
2022-02-17 | net/mlx5e: TC, Clean redundant counter flag from tc action parsers | Roi Dayan | 8 | -15/+7 |
2022-02-17 | net/mlx5e: Use multi table support for CT and sample actions | Roi Dayan | 6 | -94/+80 |
2022-02-17 | net/mlx5e: Create new flow attr for multi table actions | Roi Dayan | 9 | -67/+483 |
2022-02-17 | net/mlx5e: Add post act offload/unoffload API | Roi Dayan | 2 | -21/+54 |
2022-02-17 | net/mlx5e: Pass actions param to actions_match_supported() | Roi Dayan | 2 | -3/+8 |
2022-02-17 | net/mlx5e: TC, Move flow hashtable to be per rep | Paul Blakey | 5 | -32/+43 |
2022-02-17 | net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev mode | Aya Levin | 1 | -3/+15 |
2022-02-17 | net/mlx5e: E-Switch, Add PTP counters for uplink representor | Aya Levin | 3 | -1/+3 |
2022-02-17 | net/mlx5e: RX, Restrict bulk size for small Striding RQs | Tariq Toukan | 5 | -2/+10 |
2022-02-17 | net/mlx5e: Default to Striding RQ when not conflicting with CQE compression | Tariq Toukan | 1 | -2/+3 |
2022-02-17 | net/mlx5e: Generalize packet merge error message | Tariq Toukan | 1 | -2/+2 |
2022-02-17 | net/mlx5e: Add support for using xdp->data_meta | Alex Liu | 1 | -5/+12 |
2022-02-17 | net/mlx5e: Fix spelling mistake "supoported" -> "supported" | Colin Ian King | 1 | -1/+1 |
2022-02-15 | net/mlx5e: Optimize the common case condition in mlx5e_select_queue | Maxim Mikityanskiy | 1 | -3/+8 |
2022-02-15 | net/mlx5e: Optimize modulo in mlx5e_select_queue | Maxim Mikityanskiy | 2 | -3/+24 |
2022-02-15 | net/mlx5e: Optimize mlx5e_select_queue | Maxim Mikityanskiy | 1 | -16/+42 |
2022-02-15 | net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust state | Maxim Mikityanskiy | 2 | -6/+8 |
2022-02-15 | net/mlx5e: Move repeating code that gets TC prio into a function | Maxim Mikityanskiy | 1 | -21/+15 |
2022-02-15 | net/mlx5e: Use select queue parameters to sync with control flow | Maxim Mikityanskiy | 5 | -73/+32 |
2022-02-15 | net/mlx5e: Move mlx5e_select_queue to en/selq.c | Maxim Mikityanskiy | 4 | -113/+117 |
2022-02-15 | net/mlx5e: Introduce select queue parameters | Maxim Mikityanskiy | 6 | -5/+165 |
2022-02-15 | net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queues | Maxim Mikityanskiy | 2 | -4/+33 |
2022-02-15 | net/mlx5e: Use a barrier after updating txq2sq | Maxim Mikityanskiy | 1 | -2/+9 |
2022-02-15 | net/mlx5e: Disable TX queues before registering the netdev | Maxim Mikityanskiy | 1 | -0/+1 |
2022-02-15 | net/mlx5e: Cleanup of start/stop all queues | Maxim Mikityanskiy | 1 | -3/+10 |
2022-02-15 | net/mlx5e: Use FW limitation for max MPW WQEBBs | Aya Levin | 8 | -26/+35 |
2022-02-15 | net/mlx5e: Read max WQEBBs on the SQ from firmware | Aya Levin | 8 | -26/+53 |
2022-02-15 | net/mlx5e: Remove unused tstamp SQ field | Tariq Toukan | 3 | -3/+0 |
2022-02-07 | mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addresses | Danielle Ratson | 3 | -11/+103 |
2022-02-07 | mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addresses | Danielle Ratson | 3 | -0/+47 |
2022-02-07 | mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTION | Danielle Ratson | 1 | -0/+45 |
2022-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 16 | -53/+98 |
2022-02-02 | net/mlx5e: Avoid field-overflowing memcpy() | Kees Cook | 2 | -4/+6 |
2022-02-02 | net/mlx5e: Use struct_group() for memcpy() region | Kees Cook | 1 | -1/+1 |
2022-02-02 | net/mlx5e: Avoid implicit modify hdr for decap drop rule | Roi Dayan | 1 | -1/+2 |
2022-02-02 | net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic | Raed Salem | 1 | -2/+11 |
2022-02-02 | net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic | Raed Salem | 1 | -3/+6 |
2022-02-02 | net/mlx5e: Don't treat small ceil values as unlimited in HTB offload | Maxim Mikityanskiy | 1 | -1/+2 |
2022-02-02 | net/mlx5: E-Switch, Fix uninitialized variable modact | Maor Dickman | 1 | -1/+1 |
2022-02-02 | net/mlx5e: Fix handling of wrong devices during bond netevent | Maor Dickman | 1 | -18/+14 |
2022-02-02 | net/mlx5e: Fix broken SKB allocation in HW-GRO | Khalid Manaa | 1 | -9/+17 |
2022-02-02 | net/mlx5e: Fix wrong calculation of header index in HW_GRO | Khalid Manaa | 2 | -2/+7 |
2022-02-02 | net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion | Roi Dayan | 1 | -2/+2 |
2022-02-02 | net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE | Dima Chumak | 1 | -3/+4 |
2022-02-02 | net/mlx5e: TC, Reject rules with forward and drop actions | Roi Dayan | 1 | -0/+6 |
2022-02-02 | net/mlx5: Use del_timer_sync in fw reset flow of halting poll | Maher Sanalla | 1 | -1/+1 |
2022-02-02 | net/mlx5e: Fix module EEPROM query | Gal Pressman | 1 | -4/+5 |
2022-02-02 | net/mlx5e: TC, Reject rules with drop and modify hdr action | Roi Dayan | 1 | -0/+6 |