summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/nic.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: make functions staticstephen hemminger2010-10-211-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-271-5/+5
* sfc: Include RX IP filter table in register dumpBen Hutchings2010-09-211-3/+2Star
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-101-4/+5
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-101-24/+29
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-36/+49
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-101-14/+17
* sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings2010-09-101-4/+4
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-301-10/+9Star
* sfc: Implement message level controlBen Hutchings2010-06-251-95/+124
* sfc: Implement ethtool register dump operationBen Hutchings2010-06-251-0/+266
* sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-021-10/+39
* sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson2010-06-021-7/+10
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-021-3/+0Star
* sfc: Create multiple TX queuesBen Hutchings2010-04-281-6/+6
* sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2010-04-281-15/+24
* sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson2010-04-281-1/+2
* sfc: Extend the legacy interrupt workaroundsSteve Hodgson2010-04-281-14/+9Star
* sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-281-16/+19
* sfc: Ignore parity errors in the other port's SRAMSteve Hodgson2010-04-281-0/+2
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-041-4/+0Star
* sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini2010-02-041-0/+9
* sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-241-0/+2
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-301-1/+1
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-301-14/+49
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-301-0/+1548