aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings1-15/+0
2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings1-14/+16
2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings1-3/+2
2013-12-12sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2-2/+18
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings3-24/+41
2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings1-17/+39
2013-12-12sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings1-0/+2
2013-12-12sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings1-0/+1
2013-12-12sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings1-18/+12
2013-12-12sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings1-0/+2
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree5-229/+265
2013-12-12sfc: Add new sensor namesBen Hutchings1-0/+3
2013-12-12sfc: Revise sensor names to be more understandable and consistentEdward Cree1-23/+26
2013-12-12sfc: Report units in sensor warningsEdward Cree1-4/+20
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper9-11/+83
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper5-9/+12
2013-12-12sfc: Tighten the check for RX merged completion eventsBen Hutchings1-4/+9
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper8-2/+152
2013-12-09net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06sfc: Update MCDI protocol definitionsBen Hutchings1-70/+663
2013-12-06sfc: Demote "MC Scheduler error" messagesRobert Stonehouse1-2/+2
2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings6-23/+101
2013-12-06sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse1-4/+12
2013-12-06sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse1-6/+17
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko3-4/+9
2013-12-06sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings1-2/+2
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames3-3/+33
2013-12-06sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings1-2/+3
2013-12-06sfc: PTP: Moderate log message on event queue overflowLaurence Evans1-2/+21
2013-12-06sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings1-0/+4
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller3-3/+15
2013-11-29sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2-48/+32
2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings3-3/+15
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-11/+1
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2-2/+8
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-31/+151
2013-10-07sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings1-1/+17
2013-10-04sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2-0/+47
2013-10-04sfc: Add definitions for new stats counters and capability flagMatthew Slattery1-2/+54
2013-10-04sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree1-21/+28
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Edward Cree1-6/+3
2013-10-04sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper1-0/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-09-24sfc: Remove extern from function prototypesJoe Perches6-249/+234
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-11/+1
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings1-28/+62
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper4-0/+155
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings1-20/+33
2013-09-20sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings1-6/+22
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings6-3/+353