summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c
AgeCommit message (Expand)Author
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-02-25net/mlx5e: RX, Use indirect calls wrapper for posting descriptorsTariq Toukan
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy
2019-08-17net/mlx5e: Move the SW XSK code from NAPI poll to a separate functionMaxim Mikityanskiy
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa
2019-06-25linux/dim: Rename net_dim_sample() to net_dim_update_sample()Tal Gilboa
2019-04-23net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan
2018-06-28net/mlx5e: Add channel events counterTariq Toukan
2018-06-28net/mlx5e: Add NAPI statisticsTariq Toukan
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman
2018-04-24net/mlx5e: Enable adaptive-TX moderationTal Gilboa
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek
2017-11-10net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed
2017-03-24net/mlx5e: Poll XDP TX CQ before RX CQSaeed Mahameed
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed
2017-03-24net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routineSaeed Mahameed
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan
2016-08-28net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah
2016-04-21net/mlx5e: Remove redundant barrierTariq Toukan
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan
2016-04-21net/mlx5e: Added ICO SQsTariq Toukan