Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys
2021-09-19net/mlx4_en: Resolve bad operstate valueLama Kayal
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10net/mlx4_en: Handle TX error CQEMoshe Shemesh
2020-12-10net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2018-12-04net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha
2018-10-09net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-05-10net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh
2018-02-27net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha
2018-01-06mlx4: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua
2017-12-14net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev
2017-10-12net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan
2017-10-12net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy
2017-07-25mlx4_en: remove unnecessary returned valueZhu Yanjun
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy
2017-06-29net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy
2017-06-16net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan
2017-06-16net/mlx4_en: Increase default TX ring sizeTariq Toukan
2017-06-16net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan
2017-06-16net/mlx4_en: Improve XDP xmit functionTariq Toukan
2017-06-16net/mlx4_en: Optimized single ring steeringSaeed Mahameed
2017-06-16net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan
2017-06-07net/mlx4_en: Bump driver versionTariq Toukan
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet
2017-03-09mlx4: add page recycling in receive pathEric Dumazet
2017-03-09mlx4: use order-0 pages for RXEric Dumazet
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet
2017-02-26net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet
2017-02-20mlx4: reduce OOM risk on arches with large pagesEric Dumazet
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet
2017-02-03mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau
2016-11-29mlx4: give precise rx/tx bytes/packets countersEric Dumazet