summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/nic.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-1969/+0
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+7
2011-05-16sfc: Fix oops in register dump after mapping changeBen Hutchings1-0/+7
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+15
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings1-7/+15
2011-04-02sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings1-4/+2
2011-03-01sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings1-20/+0
2011-03-01sfc: Update copyright datesBen Hutchings1-1/+1
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings1-13/+38
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-2/+40
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings1-0/+6
2010-12-07sfc: 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-27drivers/net: return operator cleanupEric Dumazet1-5/+5
2010-09-22sfc: 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-07-01sfc: Add support for RX flow hash controlBen Hutchings1-10/+9
2010-06-25sfc: Implement message level controlBen Hutchings1-95/+124
2010-06-25sfc: 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-04sfc: Fix some incorrect or redundant commentsBen Hutchings1-4/+0
2010-02-04sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini1-0/+9
2009-12-24sfc: Disable TX descriptor prefetch watchdogBen Hutchings1-0/+2
2009-11-30sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-30sfc: Add support for SFC9000 family (2)Ben Hutchings1-14/+49
2009-11-30sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings1-0/+1548