aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/nic.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Gravatar Jon Cooper 1-2/+2
2014-05-12sfc: fix calling of free_irq with already free vectorGravatar Nikolay Aleksandrov 1-6/+8
2014-02-12sfc: Add/remove blank lines to tasteGravatar Ben Hutchings 1-1/+0
2013-12-12sfc: Correct RX dropped count for drops while interface is downGravatar Jon Cooper 1-0/+12
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+3
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Gravatar Edward Cree 1-6/+3
2013-09-20sfc: Add EF10 registers to register dumpGravatar Ben Hutchings 1-31/+42
2013-08-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...Gravatar David S. Miller 1-2/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentGravatar Joe Perches 1-3/+2
2013-08-29sfc: Update copyright bannersGravatar Ben Hutchings 1-2/+2
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeGravatar Ben Hutchings 1-0/+83
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsGravatar Ben Hutchings 1-1806/+5
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourGravatar Ben Hutchings 1-4/+27
2013-08-21sfc: Stop RX refill before flushing RX queuesGravatar Ben Hutchings 1-1/+0
2013-08-21sfc: Limit scope of a Falcon A1 IRQ workaroundGravatar Ben Hutchings 1-7/+0
2013-08-21sfc: Rework IRQ enable/disableGravatar Ben Hutchings 1-25/+28
2013-08-21sfc: Rename Falcon-architecture register definitionsGravatar Ben Hutchings 1-1/+1
2013-08-21sfc: Make struct efx_special_buffer less specialGravatar Ben Hutchings 1-19/+14
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Gravatar Ben Hutchings 1-2/+2
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureGravatar Ben Hutchings 1-5/+40
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPGravatar Ben Hutchings 1-5/+14
2013-06-24sfc: Fix EEH with legacy interrupts.Gravatar Alexandre Rames 1-0/+10
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Gravatar Joe Perches 1-2/+2
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenGravatar Ben Hutchings 1-1/+2
2013-03-07sfc: Enable RX DMA scattering where possibleGravatar Ben Hutchings 1-15/+75
2012-12-01sfc: Work-around flush timeout when flushes have completedGravatar Daniel Pieczko 1-4/+52
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Gravatar Ben Hutchings 1-3/+0
2012-12-01sfc: Remove confusing MMIO functionsGravatar Ben Hutchings 1-6/+13
2012-12-01sfc: Really disable flow control while flushingGravatar Ben Hutchings 1-2/+1
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsGravatar Ben Hutchings 1-2/+2
2012-08-24sfc: Simplify TSO header buffer allocationGravatar Ben Hutchings 1-1/+1
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldGravatar Ben Hutchings 1-1/+3
2012-07-17sfc: Disable VF queues during register self-testGravatar Ben Hutchings 1-3/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIGravatar Ben Hutchings 1-4/+4
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upGravatar Ben Hutchings 1-2/+2
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testGravatar Ben Hutchings 1-2/+6
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringGravatar Ben Hutchings 1-1/+0
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyGravatar Ben Hutchings 1-8/+71
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeGravatar Ben Hutchings 1-4/+19
2012-02-16sfc: Make buffer table indices and counts consistently unsignedGravatar Ben Hutchings 1-1/+1
2012-02-16sfc: Disable flow control during flushesGravatar Steve Hodgson 1-0/+3
2012-02-16sfc: Generalise event generation to cover VF-owned event queuesGravatar Ben Hutchings 1-4/+5
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canGravatar Ben Hutchings 1-171/+178
2012-02-16sfc: Generate RX fill events based on RX queues, not channelsGravatar Ben Hutchings 1-6/+11
2012-02-16sfc: Generalise driver event generationGravatar Ben Hutchings 1-24/+27
2012-02-13sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEGravatar Ben Hutchings 1-4/+1
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldGravatar Ben Hutchings 1-17/+15
2012-01-27sfc: Remove remnants of on-load self-testGravatar Ben Hutchings 1-4/+2
2012-01-27sfc: Clean up test interrupt handlingGravatar Ben Hutchings 1-14/+13