aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan1-43/+87
2019-04-09Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz1-2/+1
2019-04-09net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed1-1/+8
2019-04-09net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed1-15/+64
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed1-1/+2
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud1-3/+8
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan1-55/+72
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan1-23/+4
2019-01-18net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang1-0/+13
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program checkTariq Toukan1-10/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2018-12-19net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan1-4/+6
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-5/+5
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan1-5/+5
2018-11-30mlx5: fix get_ip_proto()Cong Wang1-3/+3
2018-11-19net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh1-0/+6
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