aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
AgeCommit message (Expand)Author
2018-04-12net/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
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-02mlx4: 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
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-11net/mlx4_en: Fixes for DCBXTariq Toukan
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco
2016-07-19net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha
2016-02-25net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny