Age | Commit message (Expand) | Author |
2025-01-27 | net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq | Stanislav Fomichev |
2025-01-17 | net/mlx5: fix unintentional sign extension on shift of dest_attr->vport.vhca_id | Colin Ian King |
2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-16 | net/mlx5e: Always start IPsec sequence number from 1 | Leon Romanovsky |
2025-01-16 | net/mlx5e: Rely on reqid in IPsec tunnel mode | Leon Romanovsky |
2025-01-16 | net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel | Leon Romanovsky |
2025-01-16 | net/mlx5: Clear port select structure when fail to create | Mark Zhang |
2025-01-16 | net/mlx5: SF, Fix add port error handling | Chris Mi |
2025-01-16 | net/mlx5: Fix a lockdep warning as part of the write combining test | Yishai Hadas |
2025-01-16 | net/mlx5: Fix RDMA TX steering prio | Patrisious Haddad |
2025-01-15 | net/mlx5e: CT: Offload connections with hardware steering rules | Cosmin Ratiu |
2025-01-15 | net/mlx5e: CT: Make mlx5_ct_fs_smfs_ct_validate_flow_rule reusable | Cosmin Ratiu |
2025-01-15 | net/mlx5e: CT: Add initial support for Hardware Steering | Cosmin Ratiu |
2025-01-15 | net/mlx5: HWS, rework the check if matcher size can be increased | Yevgeny Kliteynik |
2025-01-14 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Jakub Kicinski |
2025-01-13 | net/mlx5: HWS, update flow - support through bigger action RTC | Yevgeny Kliteynik |
2025-01-13 | net/mlx5: HWS, update flow - remove the use of dual RTCs | Yevgeny Kliteynik |
2025-01-13 | net/mlx5: fs, add HWS to steering mode options | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS get capabilities | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, set create match definer to not supported by HWS | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add support for dest vport HWS action | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS fte API functions | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add dest table cache | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, manage flow counters HWS action sharing by refcount | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS modify header API function | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS packet reformat API function | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS actions pool | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS flow group API functions | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS flow table API functions | Moshe Shemesh |
2025-01-13 | net/mlx5: fs, add HWS root namespace functions | Moshe Shemesh |
2025-01-12 | net/mlx5: SHAMPO: Introduce new SHAMPO specific HCA caps | Saeed Mahameed |
2025-01-10 | Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-09 | net/mlx5: Fix variable not being completed when function returns | Chenguang Zhao |
2025-01-09 | net/mlx5: use do_aux_work for PHC overflow checks | Vadim Fedorenko |
2025-01-07 | net/mlx5e: Update TX ESN context for IPSec hardware offload | Jianbo Liu |
2025-01-07 | xfrm: Support ESN context update to hardware for TX | Jianbo Liu |
2025-01-06 | net/mlx5: HWS, set timeout on polling for completion | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, support flow sampler destination | Vlad Dogaru |
2025-01-06 | net/mlx5: HWS, use the right size when writing arg data | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, handle returned error value in pool alloc | Vlad Dogaru |
2025-01-06 | net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, separate SQ that HWS uses from the usual traffic SQs | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, num_of_rules counter on matcher should be atomic | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, reduce memory consumption of a matcher struct | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, remove wrong deletion of the miss table list | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, change error flow on matcher disconnect | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, add error message on failure to move rules | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, simplify allocations as we support only FDB | Yevgeny Kliteynik |
2025-01-06 | net/mlx5: HWS, denote how refcounts are protected | Yevgeny Kliteynik |