aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+5
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin1-0/+11
2019-08-20net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed1-21/+28
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin1-0/+2
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy1-2/+5
2019-08-01net/mlx5e: Rx, checksum handling refactoringSaeed Mahameed1-12/+14
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+6
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed1-1/+6
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-11/+66
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy1-17/+10
2019-06-19mlx5: more strict use of page_pool APIJesper Dangaard Brouer1-1/+2
2019-06-14net/mlx5e: use indirect calls wrapper for the rx packet handlerPaolo Abeni1-1/+2
2019-06-14net/mlx5e: use indirect calls wrapper for skb allocationPaolo Abeni1-5/+17
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