summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: protect filter table against use-after-freeEdward Cree2015-05-221-1/+1
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-3/+2Star
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-4/+14
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-181-2/+56
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-161-1/+0Star
* 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/+0Star
* 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-301-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/+19Star
* sfc: Remove driver-local struct ethtool_stringBen Hutchings2013-08-271-24/+13Star
* sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-271-2/+0Star
* 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/+4Star
* 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/+2Star
* 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/+0Star
* | 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-111-1/+1
* sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson2012-05-101-0/+35
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-161-1/+2
* sfc: Add support for configuring RX unicast/multicast default filtersBen Hutchings2012-02-161-17/+42
* sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2012-01-271-63/+54Star
* sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings2012-01-271-4/+0Star
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-271-2/+2
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-271-2/+5
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-091-2/+2
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-051-2/+2
* sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings2012-01-041-39/+149
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-23/+12Star
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-081-4/+0Star