aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/nic.c
Commit message (Expand)AuthorAge
* sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-24
* sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-24
* sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-20
|\
| * sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-12
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* | sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-07
|/
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-11-30
* sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-11-30
* sfc: Remove confusing MMIO functionsBen Hutchings2012-11-30
* sfc: Really disable flow control while flushingBen Hutchings2012-11-30
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-05
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-24
* sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-24
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-17
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-17
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-06
* sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-06
* sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-06
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-15
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-15
* sfc: Make buffer table indices and counts consistently unsignedBen Hutchings2012-02-15
* sfc: Disable flow control during flushesSteve Hodgson2012-02-15
* sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings2012-02-15
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-15
* sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings2012-02-15
* sfc: Generalise driver event generationBen Hutchings2012-02-15
* sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings2012-02-13
* sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings2012-01-26
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-26
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-26
* sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings2012-01-26
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-05
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
* sfc: Move the Solarflare driversJeff Kirsher2011-08-11