summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/nic.c
Commit message (Expand)AuthorAge
* sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-12
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-12
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-08
|\
| * sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-04
* | sfc: Add EF10 registers to register dumpBen Hutchings2013-09-20
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-31
|\
| * sfc: Update copyright bannersBen Hutchings2013-08-29
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
|/
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-27
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-21
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-21
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-21
* sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings2013-08-21
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-21
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-21
* sfc: Make struct efx_special_buffer less specialBen Hutchings2013-08-21
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-21
* 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-12-01
* sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-12-01
* sfc: Remove confusing MMIO functionsBen Hutchings2012-12-01
* sfc: Really disable flow control while flushingBen Hutchings2012-12-01
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-06
* 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-16
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-16
* sfc: Make buffer table indices and counts consistently unsignedBen Hutchings2012-02-16
* sfc: Disable flow control during flushesSteve Hodgson2012-02-16
* sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings2012-02-16
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-16
* sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings2012-02-16
* sfc: Generalise driver event generationBen Hutchings2012-02-16
* 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-27
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-27
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-27
* sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings2012-01-27