Age | Commit message (Expand) | Author |
2024-07-09 | net/mlx5e: CT: Initialize err to 0 to avoid warning | Cosmin Ratiu |
2024-06-14 | net/mlx5: CT: Separate CT and CT-NAT tuple entries | Chris Mi |
2023-07-05 | net/mlx5e: TC, CT: Offload ct clear only once | Yevgeny Kliteynik |
2023-06-16 | net/mlx5e: TC, Add null pointer check for hardware miss support | Chris Mi |
2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-04-20 | net/mlx5e: Release the label when replacing existing ct entry | Vlad Buslov |
2023-04-05 | net/mlx5e: TC, Remove special handling of CT action | Paul Blakey |
2023-02-20 | Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2023-02-20 | net/mlx5e: TC, Set CT miss to the specific ct action instance | Paul Blakey |
2023-02-20 | net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG | Paul Blakey |
2023-02-20 | net/mlx5: Kconfig: Make tc offload depend on tc skb extension | Paul Blakey |
2023-02-18 | net/mlx5e: Allow offloading of ct 'new' match | Vlad Buslov |
2023-02-18 | net/mlx5e: Implement CT entry update | Vlad Buslov |
2023-02-03 | net: flow_offload: provision conntrack info in ct_metadata | Vlad Buslov |
2022-12-28 | net/mlx5e: CT: Fix ct debugfs folder name | Chris Mi |
2022-11-12 | net/mlx5e: CT, optimize pre_ct table lookup | Oz Shlomo |
2022-07-19 | net/mlx5: CT: Remove warning of ignore_flow_level support for non PF | Roi Dayan |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-06 | net/mlx5e: CT: Use own workqueue instead of mlx5e priv | Roi Dayan |
2022-07-02 | net/mlx5e: Add generic macros to use metadata register mapping | Jianbo Liu |
2022-05-31 | net/mlx5: CT: Fix header-rewrite re-use for tupels | Paul Blakey |
2022-05-17 | net/mlx5e: CT: Add ct driver counters | Saeed Mahameed |
2022-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
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 ct_clear overwriting ct action metadata | Ariel Levkovich |
2022-05-02 | net/mlx5: Remove useless kfree | Haowen Bai |
2022-03-17 | net/mlx5: CT: Remove extra rhashtable remove on tuple entries | Paul Blakey |
2022-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski |
2022-03-10 | net/mlx5: CT: Add software steering ct flow steering provider | Paul Blakey |
2022-03-10 | net/mlx5: CT: Introduce a platform for multiple flow steering providers | Paul Blakey |
2022-03-03 | net/mlx5: Support GRE conntrack offload | Toshiaki Makita |
2022-02-16 | net/mlx5e: Use multi table support for CT and sample actions | Roi Dayan |
2022-02-16 | net/mlx5e: Create new flow attr for multi table actions | Roi Dayan |
2022-01-27 | net/mlx5e: CT, Remove redundant flow args from tc ct calls | Roi Dayan |
2022-01-27 | net/mlx5e: TC, Store mapped tunnel id on flow attr | Roi Dayan |
2022-01-27 | net/mlx5e: Refactor eswitch attr flags to just attr flags | Roi Dayan |
2022-01-27 | net/mlx5e: CT, Don't set flow flag CT for ct clear flow | Roi Dayan |
2022-01-04 | net/mlx5: CT: Set flow source hint from provided tuple device | Paul Blakey |
2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-16 | net/mlx5: TC, using swap() instead of tmp variable | Yihao Han |
2021-11-16 | net/mlx5: CT: Allow static allocation of mod headers | Paul Blakey |
2021-11-16 | net/mlx5e: Refactor mod header management API | Paul Blakey |
2021-11-16 | net/mlx5e: CT, Fix multiple allocations and memleak of mod acts | Roi Dayan |
2021-10-29 | net/mlx5: Allow skipping counter refresh on creation | Paul Blakey |
2021-10-29 | net/mlx5: CT: Remove warning of ignore_flow_level support for VFs | Paul Blakey |
2021-10-15 | net/mlx5: CT: Fix missing cleanup of ct nat table on init failure | Paul Blakey |
2021-09-28 | net/mlx5e: check return value of rhashtable_init | MichelleJin |
2021-08-19 | net/mlx5e: Refactor ct to use post action infrastructure | Chris Mi |
2021-08-19 | net/mlx5e: CT, Use xarray to manage fte ids | Chris Mi |
2021-08-05 | net/mlx5e: Use shared mappings for restoring from metadata | Roi Dayan |