aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet1-36/+9
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan1-7/+5
2018-10-01net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz1-0/+3
2018-10-01net/mlx5e: Enable reporting checksum unnecessary also for L3 packetsOr Gerlitz1-1/+2
2018-09-05net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel1-0/+12
2018-09-05net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman1-5/+30
2018-09-02net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud1-1/+2
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan1-0/+1
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan1-4/+4
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan1-206/+2
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan1-17/+20
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan1-1/+1
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny1-1/+1
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny1-0/+6
2018-06-28net/mlx5e: Add counter for MPWQE filler stridesTariq Toukan1-1/+4
2018-06-28net/mlx5e: Add a counter for congested UMRsTariq Toukan1-0/+2
2018-06-28net/mlx5e: Add XDP_TX completions statisticsTariq Toukan1-0/+2
2018-06-28net/mlx5e: RX, Use existing WQ local variableTariq Toukan1-1/+1
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan1-60/+147
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan1-64/+51
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan1-15/+20
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan1-13/+17
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan1-8/+8
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan1-2/+2
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-49/+77
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+42
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha1-33/+42
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan1-8/+9
2018-05-25net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan1-5/+22
2018-05-25net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan1-12/+13
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha1-0/+42
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman1-5/+5
2018-05-14net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan1-3/+3
2018-05-14net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan1-2/+1
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-0/+1
2018-04-17mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer1-5/+11
2018-04-17mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer1-3/+24
2018-03-30net/mlx5e: RX, Recycle buffer of UMR WQEsTariq Toukan1-2/+9
2018-03-30net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan1-1/+3
2018-03-30net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan1-31/+16
2018-03-30net/mlx5e: Support XDP over Striding RQTariq Toukan1-7/+23
2018-03-30net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan1-5/+3
2018-03-30net/mlx5e: Use linear SKB in Striding RQTariq Toukan1-28/+74
2018-03-30net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan1-14/+14
2018-03-30net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan1-1/+1
2018-03-30net/mlx5e: Code movements in RX UMR WQE postTariq Toukan1-62/+45
2018-03-30net/mlx5e: Save MTU in channels paramsTariq Toukan1-2/+1
2018-03-27net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2