aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-24net/mlx5e: Enhance ICOSQ WQE info fieldsAya Levin
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-02-25net/mlx5e: RX, Use indirect calls wrapper for handling compressed completionsTariq Toukan
2020-02-19net/mlx5e: Restore tunnel metadata on missPaul Blakey
2020-02-19net/mlx5: E-Switch, Restore chain id on missPaul Blakey
2020-02-19net/mlx5e: Rx, Split rep rx mpwqe handler from nicPaul Blakey
2020-02-06net/mlx5e: TX, Error completion is for last WQE in batchTariq Toukan
2019-11-20net/mlx5e: Rx, Update page pool numa node when changedSaeed Mahameed
2019-10-29net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budgetMaxim Mikityanskiy
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin
2019-08-20net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy
2019-08-01net/mlx5e: Rx, checksum handling refactoringSaeed Mahameed
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy
2019-06-19mlx5: more strict use of page_pool APIJesper Dangaard Brouer
2019-06-14net/mlx5e: use indirect calls wrapper for the rx packet handlerPaolo Abeni
2019-06-14net/mlx5e: use indirect calls wrapper for skb allocationPaolo Abeni
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan
2019-04-09Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz
2019-04-09net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed
2019-04-09net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan
2019-01-18net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program...Tariq Toukan
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan
2018-11-30mlx5: fix get_ip_proto()Cong Wang
2018-11-19net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh
2018-10-31net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan
2018-10-01net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz
2018-10-01net/mlx5e: Enable reporting checksum unnecessary also for L3 packetsOr Gerlitz
2018-09-05net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel
2018-09-05net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman
2018-09-02net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan