summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sfc: Tidy up PTP synchronization codeLaurence Evans2013-12-121-20/+24
| * sfc: PTP - tidy up unused/useless variablesLaurence Evans2013-12-121-15/+1Star
| * sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings2013-12-121-15/+0Star
| * sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings2013-12-121-14/+16
| * sfc: Do not use MAC address as clock nameBen Hutchings2013-12-121-3/+2Star
| * sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2013-12-122-2/+18
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-1420-421/+1418
|\|
| * sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings2013-12-123-24/+41
| * sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings2013-12-121-17/+39
| * sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings2013-12-121-0/+2
| * sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings2013-12-121-0/+1
| * sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings2013-12-121-18/+12Star
| * sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings2013-12-121-0/+2
| * sfc: Log all unexpected MCDI errorsEdward Cree2013-12-125-229/+265
| * sfc: Add new sensor namesBen Hutchings2013-12-121-0/+3
| * sfc: Revise sensor names to be more understandable and consistentEdward Cree2013-12-121-23/+26
| * sfc: Report units in sensor warningsEdward Cree2013-12-121-4/+20
| * sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-129-11/+83
| * sfc: Make initial fill of RX descriptors synchronousJon Cooper2013-12-125-9/+12
| * sfc: Tighten the check for RX merged completion eventsBen Hutchings2013-12-121-4/+9
| * sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-128-2/+152
| * sfc: Update MCDI protocol definitionsBen Hutchings2013-12-061-70/+663
| * sfc: Demote "MC Scheduler error" messagesRobert Stonehouse2013-12-061-2/+2
| * Merge branch 'sfc-3.13' into masterBen Hutchings2013-12-066-23/+101
| |\
| | * sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse2013-12-061-4/+12
| | * sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse2013-12-061-6/+17
| | * sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko2013-12-063-4/+9