summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ethtool.c
Commit message (Expand)AuthorAge
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-11
* sfc: protect filter table against use-after-freeEdward Cree2015-05-21
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-09
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-08
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-17
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-15
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-03
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-10
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-12
* sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings2014-02-12
* sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings2014-02-12
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-23
* sfc: Add PTP counters to ethtool statsBen Hutchings2013-12-12
* sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-12
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-12
* sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-20
* sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu2013-09-20
* sfc: Update copyright bannersBen Hutchings2013-08-29
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-29
* sfc: Add TX merged completion counterBen Hutchings2013-08-27
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-27
* sfc: Remove driver-local struct ethtool_stringBen Hutchings2013-08-27
* sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-27
* sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings2013-08-22
* sfc: Name the RX drop queue IDBen Hutchings2013-08-22
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-21
* sfc: Report software timestamping capabilitiesBen Hutchings2013-06-24
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-07
* sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings2012-12-01
* sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings2012-10-02
* sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-02
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-31
|\
| * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-24
* | sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-24
* | sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-24
|/
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-02
* sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings2012-07-17
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-10
* sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson2012-05-10
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-16
* sfc: Add support for configuring RX unicast/multicast default filtersBen Hutchings2012-02-16
* sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2012-01-27
* sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings2012-01-27
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-27
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-27
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-09
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-05
* sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings2012-01-04
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-16