summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-02-03mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau1-2/+2
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich1-5/+19
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel1-1/+1
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan1-1/+1
2017-01-18net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha1-6/+1
2016-11-29mlx4: give precise rx/tx bytes/packets countersEric Dumazet1-0/+2
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan1-1/+24
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan1-31/+45
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+32
2016-07-20net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-1/+8
2016-07-20net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev1-22/+32
2016-06-10net/mlx4_en: fix ethtool -xEric Dumazet1-13/+12
2016-05-26net/mlx4_en: get rid of private net_device_statsEric Dumazet1-1/+1
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha1-1/+4
2016-02-26net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny1-170/+187
2015-11-19mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet1-17/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-0/+16
2015-07-28net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion1-18/+17
2015-06-16net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha1-0/+17
2015-04-27net/mlx4_en: Prevent setting invalid RSS hash functionAmir Vadai1-13/+16
2015-04-02net/mlx4_en: Add interface identify supportIdo Shamay1-0/+27
2015-03-31net/mlx4_en: Moderate ethtool callback to show more statisticsEran Ben Elisha1-4/+26
2015-03-31net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak1-0/+74
2015-03-31net/mlx4_en: Protect access to the statistics bitmapEran Ben Elisha1-3/+3
2015-03-31net/mlx4_en: Support general selective view of ethtool statisticsEran Ben Elisha1-48/+75
2015-03-31net/mlx4_en: Create new header file for all statistics infoEran Ben Elisha1-2/+0
2015-01-28net/mlx4_en: Use ethtool cmd->autoneg as a hint for ethtool set settingsSaeed Mahameed1-10/+8
2015-01-26net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-1/+1
2014-12-09net/mlx4_en: Support for configurable RSS hash functionEyal Perry1-5/+29
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-2/+11
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet1-3/+7
2014-11-21net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is setSaeed Mahameed1-1/+1
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet1-1/+8
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-1/+1
2014-10-29net/mlx4_en: Report actual number of rings in indirection tableAmir Vadai1-0/+1
2014-10-29net/mlx4_en: Use PTYS register to set ethtool settings (Speed)Saeed Mahameed1-4/+104
2014-10-29net/mlx4_en: Use PTYS register to query ethtool settingsSaeed Mahameed1-13/+298
2014-10-29ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed1-0/+83
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet1-0/+44
2014-10-05mlx4: add a new xmit_more counterEric Dumazet1-0/+1
2014-09-09net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera1-0/+3
2014-07-25net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu1-2/+2
2014-07-23net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai1-0/+57
2014-07-09net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai1-0/+7
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-5/+5
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-5/+5
2014-05-19net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer1-1/+1