summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: process RX event inner checksum flagsJon Cooper2017-02-091-0/+5
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+5
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-5/+19
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-0/+2
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-13/+22
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-2/+2
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-12/+3
* sfc: remove Software TSOEdward Cree2016-11-181-0/+1
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-0/+1
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-4/+8
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* sfc: protect filter table against use-after-freeEdward Cree2015-05-211-1/+1
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-3/+2
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-4/+14
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-171-2/+56
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-1/+0
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-5/+5
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-9/+9
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-121-1/+0
* sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings2014-02-121-1/+1
* sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings2014-02-121-5/+13
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-231-2/+2
* sfc: Add PTP counters to ethtool statsBen Hutchings2013-12-121-1/+7
* sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-121-1/+1
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-121-0/+2
* sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-201-0/+1
* sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu2013-09-201-2/+2
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-0/+2
* sfc: Add TX merged completion counterBen Hutchings2013-08-271-0/+1
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-98/+19
* sfc: Remove driver-local struct ethtool_stringBen Hutchings2013-08-271-24/+13
* sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-271-2/+0
* sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings2013-08-221-93/+118
* sfc: Name the RX drop queue IDBen Hutchings2013-08-221-2/+2
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-211-19/+4
* sfc: Report software timestamping capabilitiesBen Hutchings2013-06-241-1/+15
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-1/+3
* sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings2012-12-011-11/+14
* sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings2012-10-021-6/+2
* sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-021-1/+2
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-2/+2
|\
| * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
* | sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-241-2/+0
* | sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-241-1/+1
|/
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-021-5/+11
* sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings2012-07-171-1/+1
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson2012-05-101-0/+35