summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/nic.c
AgeCommit message (Expand)Author
2011-09-15Revert "sfc: Use write-combining to reduce TX latency" and follow-upsBen Hutchings
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-16sfc: Fix oops in register dump after mapping changeBen Hutchings
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings
2011-04-01sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings
2011-02-28sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings
2011-02-28sfc: Update copyright datesBen Hutchings
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings
2010-10-21sfc: make functions staticstephen hemminger
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson
2010-04-28sfc: Ignore parity errors in the other port's SRAMSteve Hodgson
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings