summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-01-27net/mlx5e: Fix page DMA map/unmap attributesAya Levin1-3/+4
2021-10-01net/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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-03-17net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan1-1/+4
2021-03-13net/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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller1-7/+4
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-7/+4
2021-02-12net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem1-2/+2
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-6/+1
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+12
2021-02-02net/mlx5e: Release skb in case of failure in tc update skbMaor Dickman1-4/+12
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin1-0/+46
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+2
2021-01-14net/mlx5e: IPsec, Remove unnecessary config flag usageTariq Toukan1-2/+0
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+1
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2020-12-08net/mlx5e: Remove duplicated includeYueHaibing1-1/+0
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin1-10/+12
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-3/+3
2020-11-05net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy1-1/+1
2020-09-24net/mlx5e: Add tc chains offload support for nic flowsAriel Levkovich1-0/+10
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+6
2020-09-22net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin1-0/+4
2020-09-22net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy1-10/+2
2020-09-15net/mlx5e: Add CQE compression support for multi-strides packetsOfer Levi1-1/+10
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+8
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-8/+8
2020-08-27net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-7/+6
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan1-3/+3
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan1-13/+90
2020-07-17net/mlx5e: RX, Avoid indirect call in representor CQE handlingTariq Toukan1-1/+4
2020-07-17net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offloadRaed Salem1-1/+9
2020-07-03net/mlx5e: Remove redundant RQ state queryAya Levin1-1/+3
2020-06-28net/mlx5e: kTLS, Improve rx handler function callTariq Toukan1-2/+0
2020-06-28net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan1-0/+6
2020-06-28net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan1-1/+32
2020-05-30mlx5: fix xdp data_meta setup in mlx5e_fill_xdp_buffJesper Dangaard Brouer1-1/+1
2020-05-24Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-4/+5
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+29
2020-05-23net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov1-4/+5
2020-05-22mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-5/+29
2020-05-16net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit1-3/+12
2020-05-15mlx5: Rx queue setup time determine frame_sz for XDPJesper Dangaard Brouer1-0/+2