summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2013-12-06sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse
2013-12-06sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko
2013-12-06sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames
2013-12-06sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings
2013-12-06sfc: PTP: Moderate log message on event queue overflowLaurence Evans
2013-12-06sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings
2013-11-29sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-07sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings
2013-10-04sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree
2013-10-04sfc: Add definitions for new stats counters and capability flagMatthew Slattery
2013-10-04sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Edward Cree
2013-10-04sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-24sfc: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings
2013-09-20sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings
2013-09-20sfc: Implement firmware-assisted TSO for EF10Ben Hutchings
2013-09-20sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings
2013-09-20sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu
2013-09-20sfc: Increase MCDI status timeout to 250msDaniel Pieczko
2013-09-20sfc: Wait for MC reboot to complete before scheduling driver resetDaniel Pieczko
2013-09-16Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller
2013-09-11sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings
2013-09-11sfc: Clean up validation of datapath capabilitiesBen Hutchings
2013-09-11sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings
2013-09-11sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings
2013-09-05sfc: Minimal support for 40G link speedBen Hutchings
2013-09-04sfc: check for allocation failureDan Carpenter
2013-08-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings
2013-08-29sfc: Allocate NVRAM partition ID range for PHY imagesMatthew Slattery
2013-08-29sfc: Add EF10 register and structure definitionsBen Hutchings
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper