summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-14net/mlx4_en: User prio mapping gets corrupted when changing number of channelsIdo Shamay1-1/+2
2014-05-09mellanox: Logging message cleanupsJoe Perches1-3/+3
2014-01-02mlx4_en: Add PTP hardware clockShawn Bohrer1-0/+3
2013-11-08net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev1-18/+18
2013-09-13net/mlx4_en: Check device state when setting coalescingEugenia Emantayev1-6/+10
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-3/+3
2013-06-20net/mlx4_en: Low Latency recv statisticsAmir Vadai1-1/+19
2013-05-09Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2013-04-25mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion1-1/+1
2013-04-25net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-0/+30
2013-02-09drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-2/+0
2013-02-08net/mlx4_en: Optimize Rx fast path filter checksYan Burman1-6/+3
2013-02-04net/mlx4_en: Fix compilation error when CONFIG_INET isn't definedHadar Hen Zion1-0/+4
2013-02-04net/mlx4_en: Fix error propagation for ethtool helper functionHadar Hen Zion1-18/+34
2013-01-31net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai1-3/+3
2013-01-31net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion1-0/+3
2013-01-31net/mlx4_en: Block insertion of ethtool steering rules while the interface is...Hadar Hen Zion1-2/+4
2013-01-31net/mlx4_en: Fix vlan mask for ethtool steering rulesHadar Hen Zion1-4/+9
2013-01-31net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rulesHadar Hen Zion1-0/+4
2013-01-31net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtoolHadar Hen Zion1-37/+82
2012-12-12net/mlx4_en: Add support for destination MAC in steering rulesYan Burman1-6/+15
2012-12-12net/mlx4_en: Use generic etherdevice.h functions.Yan Burman1-4/+2
2012-12-03net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai1-0/+69
2012-12-03net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai1-29/+30
2012-07-19net/mlx4: Move MAC_MASK to a common placeAmir Vadai1-3/+3
2012-07-08net/mlx4_en: Add support for drop action through ethtoolHadar Hen Zion1-1/+1
2012-07-08net/mlx4_en: Manage flow steering rules with ethtoolHadar Hen Zion1-0/+382
2012-04-24mlx4_en: Added Ethtool support for TX Interrupt coalescingYevgeny Petrilin1-2/+17
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-01-23mlx4_en: eth statistics modificationEugenia Emantayev1-16/+50