aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksGravatar Edward Cree 1-3/+3
2017-02-09sfc: process RX event inner checksum flagsGravatar Jon Cooper 1-0/+5
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xGravatar Edward Cree 1-0/+5
2017-01-17sfc: support setting RSS hash key through ethtool APIGravatar Edward Cree 1-5/+19
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledGravatar Edward Cree 1-0/+2
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-13/+22
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadGravatar Edward Cree 1-2/+2
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverGravatar Edward Cree 1-12/+3
2016-11-18sfc: remove Software TSOGravatar Edward Cree 1-0/+1
2016-11-18sfc: Firmware-Assisted TSO version 2Gravatar Bert Kenward 1-0/+1
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledGravatar Edward Cree 1-4/+8
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Gravatar Edward Cree 1-0/+184
2015-05-21sfc: protect filter table against use-after-freeGravatar Edward Cree 1-1/+1
2015-05-09sfc: Add use of shared RSS contexts.Gravatar Jon Cooper 1-3/+2
2014-12-08ethtool: Support for configurable RSS hash functionGravatar Eyal Perry 1-4/+14
2014-07-17sfc: Add per-queue statistics in ethtoolGravatar Andrew Rybchenko 1-2/+56
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropGravatar Edward Cree 1-1/+0
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Gravatar Ben Hutchings 1-5/+5
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrGravatar Edward Cree 1-9/+9
2014-02-12sfc: Add/remove blank lines to tasteGravatar Ben Hutchings 1-1/+0
2014-02-12sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyGravatar Ben Hutchings 1-1/+1
2014-02-12sfc: Cosmetic changes to self-test from the out-of-tree driverGravatar Ben Hutchings 1-5/+13
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Gravatar Ben Hutchings 1-2/+2
2013-12-12sfc: Add PTP counters to ethtool statsGravatar Ben Hutchings 1-1/+7
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellGravatar Andrew Rybchenko 1-1/+1
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Gravatar Jon Cooper 1-0/+2
2013-09-20sfc: Use TX PIO for sufficiently small packetsGravatar Jon Cooper 1-0/+1
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticGravatar Fengguang Wu 1-2/+2
2013-08-29sfc: Update copyright bannersGravatar Ben Hutchings 1-2/+2
2013-08-29sfc: Add support for Solarflare SFC9100 familyGravatar Ben Hutchings 1-0/+2
2013-08-27sfc: Add TX merged completion counterGravatar Ben Hutchings 1-0/+1
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeGravatar Ben Hutchings 1-98/+19
2013-08-27sfc: Remove driver-local struct ethtool_stringGravatar Ben Hutchings 1-24/+13
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportGravatar Ben Hutchings 1-2/+0
2013-08-22sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Gravatar Ben Hutchings 1-93/+118
2013-08-22sfc: Name the RX drop queue IDGravatar Ben Hutchings 1-2/+2
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cGravatar Ben Hutchings 1-19/+4
2013-06-24sfc: Report software timestamping capabilitiesGravatar Ben Hutchings 1-1/+15
2013-03-07sfc: Enable RX DMA scattering where possibleGravatar Ben Hutchings 1-1/+3
2012-12-01sfc: Fix byte order warnings for ethtool RX filter interfaceGravatar Ben Hutchings 1-11/+14
2012-10-02sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPGravatar Ben Hutchings 1-6/+2
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Gravatar Ben Hutchings 1-1/+2
2012-09-19sfc: Add support for IEEE-1588 PTPGravatar Stuart Hodgson 1-0/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsGravatar Ben Hutchings 1-2/+0
2012-08-24sfc: Change state names to be clearer, and comment themGravatar Ben Hutchings 1-1/+1
2012-08-24sfc: Fix reporting of IPv4 full filters through ethtoolGravatar Ben Hutchings 1-2/+2
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeGravatar Ben Hutchings 1-5/+11
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesGravatar Ben Hutchings 1-1/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalGravatar Joe Perches 1-1/+1