summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
Commit message (Expand)AuthorAgeFilesLines
* devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-1/+2
* net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-101-2/+12
* net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-04-101-1/+2
* net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV trafficPatrisious Haddad2023-10-021-3/+3
* net/mlx5: Configure IPsec steering for egress RoCEv2 MPV trafficPatrisious Haddad2023-10-021-2/+2
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-241-4/+33
|\
| * net/mlx5: Configure MACsec steering for ingress RoCEv2 trafficPatrisious Haddad2023-08-201-1/+1
| * net/mlx5: Add MACsec priorities in RDMA namespacesPatrisious Haddad2023-08-201-3/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-22/+85
|\ \
| * | net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu2023-08-021-8/+72
| * | net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu2023-08-021-15/+14
| * | net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-261-2/+2
| |/
* | net/mlx5: Compare with old_dest param to modify rule destinationJianbo Liu2023-08-021-1/+1
* | net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu2023-08-021-0/+6
* | net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu2023-08-021-0/+6
|/
* net/mlx5: DR, handle more than one peer domainShay Drory2023-06-021-2/+3
* net/mlx5: Bridge, add per-port multicast replication tablesVlad Buslov2023-04-111-1/+1
* net/mlx5e: Use one rule to count all IPsec Tx offloaded trafficRaed Salem2023-03-201-1/+1
* net/mlx5: fs_core: Allow ignore_flow_level on TX destPaul Blakey2023-03-201-1/+2
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-02-161-5/+39
|\
| * net/mlx5: Configure IPsec steering for ingress RoCEv2 trafficMark Zhang2023-02-151-2/+4
| * net/mlx5: Add IPSec priorities in RDMA namespacesMark Zhang2023-02-151-2/+33
| * net/mlx5: Implement new destination type TABLE_TYPEMark Zhang2023-02-151-1/+2
* | net/mlx5: fs_core, Remove redundant variable errMaor Dickman2023-02-071-2/+1
* | net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2023-01-271-1/+83
|/
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-091-3/+3
|\
| * net/mlx5e: Create IPsec policy offload tablesLeon Romanovsky2022-12-081-3/+3
* | net/mlx5: fs, add match on ranges APIYevgeny Kliteynik2022-12-081-2/+9
* | net/mlx5: fs, assert null dest pointer when dest_num is 0Oz Shlomo2022-12-081-0/+3
|/
* net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2022-09-071-2/+11
* net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson2022-09-071-4/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-041-1/+7
|\
| * net/mlx5: fs, allow flow table creation with a UIDMark Bloch2022-07-171-1/+1
| * net/mlx5: fs, expose flow table ID to usersMark Bloch2022-07-171-0/+6
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-06-141-8/+10
|\|
| * net/mlx5: group fdb cleanup to single functionShay Drory2022-06-131-8/+10
* | net/mlx5: fs, fail conflicting actionsMark Bloch2022-06-081-3/+32
|/
* net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman2022-05-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-56/+75
|\
| * net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-171-56/+75
* | net/mlx5: fs, an FTE should have no dests when deletedMark Bloch2022-05-021-0/+1
* | net/mlx5: fs, call the deletion function of the nodeMark Bloch2022-05-021-1/+1
* | net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch2022-05-021-5/+5
* | net/mlx5: fs, do proper bookkeeping for forward destinationsMark Bloch2022-05-021-1/+19
* | net/mlx5: fs, add unused destination typeMark Bloch2022-05-021-0/+2
* | net/mlx5: fs, jump to exit point and don't fall throughMark Bloch2022-05-021-0/+1
* | net/mlx5: fs, refactor software deletion ruleMark Bloch2022-05-021-6/+6
* | net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky2022-04-091-6/+0
* | net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky2022-04-091-8/+1
|/
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-02-281-1/+8
|\