aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net/mlx5e: xsk: Improve need_wakeup logicMaxim Mikityanskiy1-11/+22
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan1-0/+5
2021-01-22net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-0/+26
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2020-12-15net/mlx5: Replace irq_to_desc() abuseThomas Gleixner1-5/+1
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-3/+2
2020-09-21net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy1-4/+13
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan1-1/+1
2020-06-27net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan1-6/+6
2020-05-09net/mlx5e: Enhance ICOSQ WQE info fieldsTariq Toukan1-1/+1
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan1-2/+5
2020-04-30net/mlx5e: Rename ICOSQ WQE info struct and fieldMaxim Mikityanskiy1-2/+2
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy1-1/+5
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-24net/mlx5e: Enhance ICOSQ WQE info fieldsAya Levin1-0/+1
2020-02-25net/mlx5e: RX, Use indirect calls wrapper for posting descriptorsTariq Toukan1-2/+9
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy1-3/+17
2019-08-17net/mlx5e: Move the SW XSK code from NAPI poll to a separate functionMaxim Mikityanskiy1-2/+11
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman1-2/+2
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+38
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+1
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-1/+33
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy1-2/+2
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy1-1/+3
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-4/+4
2019-06-25linux/dim: Rename net_dim_sample() to net_dim_update_sample()Tal Gilboa1-4/+2
2019-04-23net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy1-0/+11
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan1-6/+7
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan1-0/+3
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan1-0/+1
2018-06-28net/mlx5e: Add channel events counterTariq Toukan1-1/+2
2018-06-28net/mlx5e: Add NAPI statisticsTariq Toukan1-0/+6
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha1-2/+4
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman1-2/+2
2018-04-24net/mlx5e: Enable adaptive-TX moderationTal Gilboa1-9/+28
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek1-5/+8
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek1-4/+4
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek1-1/+4
2017-11-10net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed1-4/+6
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan1-2/+18
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan1-9/+1
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan1-63/+1
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan1-2/+2
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari1-18/+1
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan1-2/+2
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan1-29/+33
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed1-2/+1
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed1-1/+1