aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/nic.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-281-1/+2
* sfc: Fix two causes of flush failureBen Hutchings2013-03-281-3/+18
* Revert "sfc: Use write-combining to reduce TX latency" and follow-upsBen Hutchings2011-10-031-7/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-0/+7
|\
| * sfc: Fix oops in register dump after mapping changeBen Hutchings2011-05-161-0/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-7/+15
|\ \ | |/
| * sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings2011-04-121-7/+15
* | sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings2011-04-011-4/+2
|/
* sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings2011-02-281-20/+0
* sfc: Update copyright datesBen Hutchings2011-02-281-1/+1
* sfc: Add TX queues for high-priority trafficBen Hutchings2011-02-151-13/+38
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2010-12-101-2/+40
|\
| * sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings2010-12-061-2/+40
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-0/+6
|\ \ | |/ |/|
| * sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings2010-12-071-0/+6
* | sfc: Move Falcon global event handling to falcon.cBen Hutchings2010-12-031-43/+5
|/
* sfc: make functions staticstephen hemminger2010-10-211-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-261-5/+5
* sfc: Include RX IP filter table in register dumpBen Hutchings2010-09-211-3/+2
* 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/+9
* sfc: Implement message level controlBen Hutchings2010-06-241-95/+124
* sfc: Implement ethtool register dump operationBen Hutchings2010-06-241-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/+0
* 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/+9
* 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-031-4/+0
* sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini2010-02-031-0/+9
* sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-231-0/+2
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-291-14/+49
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-291-0/+1548