aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/nic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-2/+40
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings1-0/+6
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings1-2/+40
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings1-43/+5
2010-10-21sfc: make functions staticstephen hemminger1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-5/+5
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings1-4/+5
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson1-24/+29
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings1-36/+49
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings1-14/+17
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings1-4/+4
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings1-10/+9
2010-06-24sfc: Implement message level controlBen Hutchings1-95/+124
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings1-0/+266
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson1-10/+39
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson1-7/+10
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson1-3/+0
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-6/+6
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings1-15/+24
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson1-1/+2
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson1-14/+9
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson1-16/+19
2010-04-28sfc: Ignore parity errors in the other port's SRAMSteve Hodgson1-0/+2
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings1-4/+0
2010-02-03sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini1-0/+9
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings1-0/+2
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings1-14/+49
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings1-0/+1548