aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner1-1/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+11
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh1-0/+5
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh1-1/+6
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan1-22/+0
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski1-2/+0
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet1-2/+2
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2018-12-03net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha1-1/+0
2018-10-09net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-05-10net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh1-2/+5
2018-02-27net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha1-0/+1
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer1-1/+3
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua1-0/+1
2017-12-13net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev1-0/+3
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan1-0/+2
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan1-1/+1
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy1-1/+1
2017-07-24mlx4_en: remove unnecessary returned valueZhu Yanjun1-1/+1
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy1-0/+2
2017-06-29net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy1-3/+4
2017-06-15net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan1-1/+2
2017-06-15net/mlx4_en: Increase default TX ring sizeTariq Toukan1-1/+1
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan1-1/+6
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan1-2/+1
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed1-1/+1
2017-06-15net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan1-3/+3
2017-06-07net/mlx4_en: Bump driver versionTariq Toukan1-2/+1
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet1-0/+1
2017-03-09mlx4: add page recycling in receive pathEric Dumazet1-1/+0
2017-03-09mlx4: use order-0 pages for RXEric Dumazet1-5/+0
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet1-8/+0
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet1-1/+5
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet1-1/+1
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet1-2/+1
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet1-1/+1
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet1-3/+3
2017-02-26net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet1-1/+0
2017-02-20mlx4: reduce OOM risk on arches with large pagesEric Dumazet1-1/+2
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet1-1/+1
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau1-1/+2
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau1-1/+2
2016-11-29mlx4: give precise rx/tx bytes/packets countersEric Dumazet1-0/+1
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet1-19/+23
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan1-1/+6
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan1-5/+6
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan1-3/+4