summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-1610-22/+133
* Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-012-1/+9
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* sfc: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-152-0/+6
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-109-39/+37Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-0/+7
|\
| * sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
* | sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+9Star
* | sfc: Add/remove blank lines to tasteBen Hutchings2014-02-125-7/+2Star
* | 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: Update product namingBen Hutchings2014-02-122-2/+2
* | sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings2014-02-121-1/+1
* | sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings2014-02-121-2/+2
* | sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings2014-02-121-2/+0Star
* | sfc: Correct comment about number of TX queues used on EF10Ben Hutchings2014-02-121-2/+2
* | sfc: Remove unused definitions of EF10 user-mode DMA descriptorsBen Hutchings2014-02-121-61/+0Star
* | sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings2014-02-121-13/+4Star
* | sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings2014-02-121-24/+23Star
* | sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings2014-02-121-10/+13
* | sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans2014-02-121-20/+2Star
|/
* drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker2014-02-071-0/+2
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-232-2/+5
* sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings2014-01-211-2/+2
* sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-212-8/+37
* sfc: fix sparse non static symbol warningWei Yongjun2013-12-191-1/+1
* net: sfc calls skb_set_hashTom Herbert2013-12-181-1/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-1711-206/+362
|\
| * sfc: Fix RX drop filters for EF10Ben Hutchings2013-12-161-1/+3
| * sfc: Add PTP counters to ethtool statsBen Hutchings2013-12-123-9/+127
| * sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah2013-12-122-6/+6
| * sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko2013-12-121-6/+0Star
| * sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko2013-12-121-3/+0Star
| * sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings2013-12-126-28/+32
| * sfc: Allow filter removal only with exactly matching priorityBen Hutchings2013-12-122-2/+2
| * sfc: Don't refer to 'stack' in filter implementationBen Hutchings2013-12-122-56/+56
| * sfc: Change priority and flags for automatic MAC filtersBen Hutchings2013-12-124-54/+67
| * sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-127-39/+57
| * sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings2013-12-121-10/+20
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-1510-217/+797
|\|
| * sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings2013-12-121-12/+4Star
| * sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings2013-12-121-6/+0Star
| * sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings2013-12-122-17/+30
| * sfc: Associate primary and secondary functions of controllerBen Hutchings2013-12-124-0/+93
| * sfc: Store VPD serial number at probe timeBen Hutchings2013-12-122-7/+34
| * sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-127-15/+277
| * sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings2013-12-122-12/+7Star
| * sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko2013-12-124-72/+78
| * sfc: Add support for SFC9100 timestamp formatLaurence Evans2013-12-121-25/+231