summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ethtool.c
AgeCommit message (Expand)Author
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings
2014-02-12sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings
2014-02-12sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings
2013-08-27sfc: Add TX merged completion counterBen Hutchings
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings
2013-08-27sfc: Remove driver-local struct ethtool_stringBen Hutchings
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings
2013-08-22sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings
2013-08-22sfc: Name the RX drop queue IDBen Hutchings
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2012-12-01sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings
2012-10-02sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings
2012-08-24sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings
2012-02-16sfc: Add support for configuring RX unicast/multicast default filtersBen Hutchings
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings
2012-01-05sfc: Fix some formatting errors reported by checkpatchBen Hutchings
2012-01-04sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings
2011-09-16sfc: Use correct fields of struct ethtool_coalesceBen Hutchings
2011-09-16sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings