summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2014-01-22sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings1-2/+2
2014-01-22sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2-8/+37
2013-12-20sfc: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-12-19net: sfc calls skb_set_hashTom Herbert1-1/+2
2013-12-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller11-206/+362
2013-12-16sfc: Fix RX drop filters for EF10Ben Hutchings1-1/+3
2013-12-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller10-217/+797
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller20-421/+1418
2013-12-13sfc: Add PTP counters to ethtool statsBen Hutchings3-9/+127
2013-12-13sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah2-6/+6
2013-12-13sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko1-6/+0
2013-12-13sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko1-3/+0
2013-12-13sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings6-28/+32
2013-12-13sfc: Allow filter removal only with exactly matching priorityBen Hutchings2-2/+2
2013-12-13sfc: Don't refer to 'stack' in filter implementationBen Hutchings2-56/+56
2013-12-13sfc: Change priority and flags for automatic MAC filtersBen Hutchings4-54/+67
2013-12-13sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko7-39/+57
2013-12-13sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings1-10/+20
2013-12-13sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings1-12/+4
2013-12-13sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings1-6/+0
2013-12-13sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings2-17/+30
2013-12-13sfc: Associate primary and secondary functions of controllerBen Hutchings4-0/+93
2013-12-13sfc: Store VPD serial number at probe timeBen Hutchings2-7/+34
2013-12-13sfc: Add RX packet timestamping for EF10Jon Cooper7-15/+277
2013-12-13sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings2-12/+7
2013-12-13sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko4-72/+78
2013-12-13sfc: Add support for SFC9100 timestamp formatLaurence Evans1-25/+231
2013-12-13sfc: Tidy up PTP synchronization codeLaurence Evans1-20/+24
2013-12-13sfc: PTP - tidy up unused/useless variablesLaurence Evans1-15/+1
2013-12-13sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings1-15/+0
2013-12-13sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings1-14/+16
2013-12-13sfc: Do not use MAC address as clock nameBen Hutchings1-3/+2
2013-12-13sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2-2/+18
2013-12-13sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings3-24/+41
2013-12-13sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings1-17/+39
2013-12-13sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings1-0/+2
2013-12-13sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings1-0/+1
2013-12-13sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings1-18/+12
2013-12-13sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings1-0/+2
2013-12-13sfc: Log all unexpected MCDI errorsEdward Cree5-229/+265
2013-12-13sfc: Add new sensor namesBen Hutchings1-0/+3
2013-12-13sfc: Revise sensor names to be more understandable and consistentEdward Cree1-23/+26
2013-12-13sfc: Report units in sensor warningsEdward Cree1-4/+20
2013-12-13sfc: Correct RX dropped count for drops while interface is downJon Cooper9-11/+83
2013-12-13sfc: Make initial fill of RX descriptors synchronousJon Cooper5-9/+12
2013-12-13sfc: Tighten the check for RX merged completion eventsBen Hutchings1-4/+9
2013-12-13sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper8-2/+152
2013-12-10net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-07sfc: Update MCDI protocol definitionsBen Hutchings1-70/+663
2013-12-07sfc: Demote "MC Scheduler error" messagesRobert Stonehouse1-2/+2