aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-1/+1
2022-05-02net/mlx5e: Drop error CQE handling from the XSK RX handlerMaxim Mikityanskiy1-8/+8
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky1-1/+1
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky1-53/+1
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-2/+3
2022-03-18net/mlx5e: Store DMA address inside struct pageMaxim Mikityanskiy1-19/+21
2022-03-18net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQMaxim Mikityanskiy1-0/+13
2022-03-18net/mlx5e: Prepare non-linear legacy RQ for XDP multi buffer supportMaxim Mikityanskiy1-14/+61
2022-03-17net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linearMaxim Mikityanskiy1-6/+5
2022-03-17net/mlx5e: Drop the len output parameter from mlx5e_xdp_handleMaxim Mikityanskiy1-2/+4
2022-03-17net/mlx5e: RX, Test the XDP program existence out of the handlerTariq Toukan1-19/+30
2022-03-17net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQMaxim Mikityanskiy1-23/+25
2022-03-17net/mlx5e: Add headroom only to the first fragment in legacy RQMaxim Mikityanskiy1-1/+4
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-02-23net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan1-2/+1
2022-02-16net/mlx5e: Add support for using xdp->data_metaAlex Liu1-5/+12
2022-02-14net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin1-1/+1
2022-02-01net/mlx5e: Fix broken SKB allocation in HW-GROKhalid Manaa1-9/+17
2022-02-01net/mlx5e: Fix wrong calculation of header index in HW_GROKhalid Manaa1-2/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2022-01-06net/mlx5e: Fix page DMA map/unmap attributesAya Levin1-3/+4
2022-01-06net/mlx5e: Add recovery flow in case of error CQEGal Pressman1-9/+11
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-12-02net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay1-1/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+3
2021-11-30net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay1-5/+3
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-10-29net/mlx5e: Refactor rx handler of represetor deviceAriel Levkovich1-20/+2
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-1/+1
2021-10-26net/mlx5e: Add HW_GRO statisticsKhalid Manaa1-3/+9
2021-10-26net/mlx5e: HW_GRO cqe handler implementationKhalid Manaa1-11/+225
2021-10-26net/mlx5e: Add data path for SHAMPO featureBen Ben-Ishay1-0/+183
2021-10-26net/mlx5e: Add handle SHAMPO cqe supportKhalid Manaa1-30/+175
2021-10-26net/mlx5e: Add control path for SHAMPO featureBen Ben-Ishay1-0/+38
2021-09-30net/mlx5e: IPSEC RX, enable checksum completeRaed Salem1-6/+1
2021-06-03net/mlx5e: RX, Re-place page pool numa node change logicTariq Toukan1-3/+6
2021-05-27net/mlx5e: RX, Remove unnecessary check in RX CQE compression handlingTariq Toukan1-1/+1
2021-05-27net/mlx5e: IPsec/rep_tc: Fix rep_tc_update_skb drops IPsec packetHuy Nguyen1-2/+4
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-03-16net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan1-1/+4
2021-03-12net/mlx5e: Dump ICOSQ WQE descriptor on CQE with error eventsTariq Toukan1-0/+1
2021-03-10net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan1-2/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-02-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-7/+4
2021-02-16net/mlx5: Add cyc2time HW translation mode supportAya Levin1-7/+4
2021-02-11net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem1-2/+2
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-6/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+12