summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski45-4476/+344
2022-04-12mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault1-6/+6
2022-04-12ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-3/+3
2022-04-12ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-3/+4
2022-04-09net/mlx5: Remove not-implemented IPsec capabilitiesLeon Romanovsky1-3/+1
2022-04-09net/mlx5: Remove ipsec_ops function tableLeon Romanovsky4-154/+8
2022-04-09net/mlx5: Reduce kconfig complexity while building crypto supportLeon Romanovsky2-8/+1
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky12-11/+11
2022-04-09net/mlx5: Remove not-needed IPsec configLeon Romanovsky3-33/+5
2022-04-09net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky2-8/+0
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky5-55/+27
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky3-35/+20
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky11-285/+205
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-6/+3
2022-04-09net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky5-68/+0
2022-04-09net/mlx5: Remove XFRM no_trailer flagLeon Romanovsky3-5/+0
2022-04-09net/mlx5: Remove not-used IDA field from IPsec structLeon Romanovsky2-4/+1
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky5-245/+0
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky12-1758/+5
2022-04-06net/mlx5: Cleanup kTLS function names and their exposureLeon Romanovsky4-34/+19
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky16-356/+130
2022-04-06net/mlx5: Remove indirection in TLS buildLeon Romanovsky10-197/+84
2022-04-06net/mlx5: Reliably return TLS device capabilitiesLeon Romanovsky1-2/+1
2022-04-06net/mlx5_fpga: Drop INNOVA TLS supportLeon Romanovsky15-1396/+10
2022-04-05mlxsw: spectrum_router: simplify list unwindingTom Rix1-12/+8
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds147-2139/+5379
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-14/+59
2022-03-23net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-2/+1
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski1-12/+42
2022-03-18net/mlx5e: HTB, remove unused function declarationSaeed Mahameed1-1/+0
2022-03-18net/mlx5e: Statify function mlx5_cmd_trigger_completionsTariq Toukan2-2/+1
2022-03-18net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNTMaxim Mikityanskiy2-2/+1
2022-03-18net/mlx5e: Permit XDP with non-linear legacy RQMaxim Mikityanskiy1-12/+27
2022-03-18net/mlx5e: Support multi buffer XDP_TXMaxim Mikityanskiy1-8/+31
2022-03-18net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buffMaxim Mikityanskiy1-14/+20
2022-03-18net/mlx5e: Implement sending multi buffer XDP framesMaxim Mikityanskiy4-22/+80
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy6-5/+46
2022-03-18net/mlx5e: Remove assignment of inline_hdr.sz on XDP TXMaxim Mikityanskiy1-1/+0
2022-03-18net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frameMaxim Mikityanskiy4-11/+13
2022-03-18net/mlx5e: Store DMA address inside struct pageMaxim Mikityanskiy6-33/+33
2022-03-18net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQMaxim Mikityanskiy2-0/+18
2022-03-18net/mlx5e: Use page-sized fragments with XDP multi bufferMaxim Mikityanskiy1-1/+1
2022-03-18net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDPMaxim Mikityanskiy1-9/+19
2022-03-18net/mlx5e: Prepare non-linear legacy RQ for XDP multi buffer supportMaxim Mikityanskiy1-14/+61
2022-03-17net/mlx5: Remove unused fill page array API functionTariq Toukan1-13/+0
2022-03-17net/mlx5: Remove unused exported contiguous coherent buffer allocation APITariq Toukan1-47/+0
2022-03-17net/mlx5: CT: Remove extra rhashtable remove on tuple entriesPaul Blakey1-1/+0
2022-03-17net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memoryRongwei Liu5-40/+55
2022-03-17net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memoryRongwei Liu5-46/+37
2022-03-17net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunkRongwei Liu5-27/+42