summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-11/+1
|\
| * DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-11/+1
* | sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2013-10-312-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-085-31/+151
|\ \
| * | sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
| * | sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2013-10-042-0/+47
| * | sfc: Add definitions for new stats counters and capability flagMatthew Slattery2013-10-041-2/+54
| * | sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree2013-10-041-21/+28
| * | sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-041-6/+3
| * | sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper2013-10-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-5/+5
|\| |
| * | sfc: Increase MCDI status timeout to 250msDaniel Pieczko2013-09-201-2/+2
| * | sfc: Wait for MC reboot to complete before scheduling driver resetDaniel Pieczko2013-09-201-3/+3
* | | sfc: Remove extern from function prototypesJoe Perches2013-09-246-249/+234
* | | sfc: Support ARFS for IPv6 flowsBen Hutchings2013-09-201-28/+62
* | | sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-204-0/+155
* | | sfc: Introduce inline functions to simplify TX insertionBen Hutchings2013-09-201-20/+33
* | | sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings2013-09-201-6/+22
* | | sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings2013-09-206-3/+353
* | | sfc: Implement firmware-assisted TSO for EF10Ben Hutchings2013-09-201-52/+121
* | | sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings2013-09-201-31/+31
* | | sfc: Add EF10 registers to register dumpBen Hutchings2013-09-201-31/+42
* | | sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu2013-09-201-1/+1
* | | sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu2013-09-201-2/+2
|/ /
* | Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-09-164-22/+43
|\ \ | |/ |/|
| * sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings2013-09-112-0/+13
| * sfc: Clean up validation of datapath capabilitiesBen Hutchings2013-09-111-19/+22
| * sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings2013-09-111-0/+5
| * sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings2013-09-111-2/+0
| * sfc: Minimal support for 40G link speedBen Hutchings2013-09-052-1/+3
* | sfc: check for allocation failureDan Carpenter2013-09-041-0/+2
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-3139-271/+4404
|\
| * sfc: Update copyright bannersBen Hutchings2013-08-2934-62/+62
| * sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-2912-22/+3260
| * sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-293-26/+34
| * sfc: Allocate NVRAM partition ID range for PHY imagesMatthew Slattery2013-08-291-0/+4
| * sfc: Add EF10 register and structure definitionsBen Hutchings2013-08-292-5/+430
| * sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings2013-08-293-2/+11
| * sfc: Use a global count of active queues instead of pending drainsAlexandre Rames2013-08-293-13/+14
| * sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-293-8/+12
| * sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2013-08-292-3/+3
| * sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-294-6/+12
| * sfc: Allow event queue initialisation to failJon Cooper2013-08-294-28/+95
| * sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2013-08-292-7/+49
| * sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-293-30/+291
| * sfc: Remove unnecessary use of atomic_tBen Hutchings2013-08-292-17/+13
| * sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings2013-08-291-19/+30
| * sfc: Add support for new board sensorsBen Hutchings2013-08-291-30/+91
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
|/
* sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings2013-08-271-44/+95