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