summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/nic.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-261-2/+2
* sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-121-6/+8
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-121-1/+0
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-6/+3
|\
| * sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-041-6/+3
* | sfc: Add EF10 registers to register dumpBen Hutchings2013-09-201-31/+42
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-311-2/+2
|\
| * sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
|/
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-0/+83
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-1806/+5
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-4/+27
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-1/+0
* sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings2013-08-211-7/+0
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-25/+28
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-211-1/+1
* sfc: Make struct efx_special_buffer less specialBen Hutchings2013-08-211-19/+14
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-2/+2
* sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-241-5/+40
* sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-241-5/+14
* sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-241-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+2
|\
| * sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-121-1/+2
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+2
* | sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-15/+75
|/
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-12-011-4/+52
* sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-12-011-3/+0
* sfc: Remove confusing MMIO functionsBen Hutchings2012-12-011-6/+13
* sfc: Really disable flow control while flushingBen Hutchings2012-12-011-2/+1
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-061-2/+2
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-241-1/+1
* sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-241-1/+3
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-171-3/+0
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-171-4/+4
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-061-2/+2
* sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-061-2/+6
* sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-061-1/+0
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-161-8/+71
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-161-4/+19
* sfc: Make buffer table indices and counts consistently unsignedBen Hutchings2012-02-161-1/+1
* sfc: Disable flow control during flushesSteve Hodgson2012-02-161-0/+3
* sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings2012-02-161-4/+5
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-161-171/+178
* sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings2012-02-161-6/+11
* sfc: Generalise driver event generationBen Hutchings2012-02-161-24/+27
* sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings2012-02-131-4/+1
* sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings2012-01-271-17/+15
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-271-4/+2
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-271-14/+13