summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
AgeCommit message (Expand)Author
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-03-08net/mlx4_en: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2023-01-23net/mlx4_en: Support RX XDP metadataStanislav Fomichev
2022-12-08net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet
2022-12-08net/mlx4: rename two constantsEric Dumazet
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-24Merge 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh
2020-11-23net: 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-03net/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-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua
2017-12-13net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan
2017-10-11net/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-24mlx4_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-15net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan
2017-06-15net/mlx4_en: Increase default TX ring sizeTariq Toukan
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed
2017-06-15net/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