summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-20/+24
2009-11-29sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-2/+2
2009-11-29sfc: Always start Falcon using the XMACSteve Hodgson1-5/+1
2009-11-29sfc: Replace MDIO spinlock with mutexSteve Hodgson1-1/+1
2009-11-29sfc: Simplify PHY pollingSteve Hodgson1-27/+8
2009-11-27sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-14/+24
2009-11-27sfc: Simplify XMAC link pollingBen Hutchings1-5/+0
2009-11-27sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings1-10/+1
2009-11-27sfc: Split MAC stats DMA initiation and completionBen Hutchings1-35/+13
2009-11-27sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings1-5/+9
2009-11-27sfc: Remove unused function efx_flush_queues()Ben Hutchings1-13/+0
2009-11-27sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-1/+1
2009-11-27sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings1-1/+2
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-3/+48
2009-11-24sfc: Combine high-level header filesBen Hutchings1-3/+0
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-5/+7
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings1-10/+1
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-19/+6
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings1-1/+1
2009-11-24sfc: Use a single blink implementationBen Hutchings1-3/+4
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings1-2/+4
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings1-8/+0
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings1-2/+0
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings1-9/+7
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings1-18/+23
2009-10-24sfc: Change order of device removal to reverse of probe orderBen Hutchings1-1/+1
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-11/+3
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-08-27sfc: Improve reliability of RX queue flushingBen Hutchings1-0/+2
2009-08-27sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings1-9/+17
2009-05-20sfc: Remove lro module parameterBen Hutchings1-13/+2
2009-05-17sfc: modify allocation error messageMike Travis1-2/+2
2009-04-30sfc: Use generic MDIO functions and definitionsBen Hutchings1-2/+8
2009-04-15sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings1-3/+4
2009-04-01sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings1-4/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-5/+12
2009-03-22sfc: Implement adaptive IRQ moderationBen Hutchings1-2/+44
2009-03-05sfc: Clean up properly on reset failure pathsBen Hutchings1-3/+6
2009-03-02sfc: Clean up LED controlBen Hutchings1-2/+2
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-18/+41
2009-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-18/+41
2009-01-31sfc: Replace stats_enabled flag with a disable countBen Hutchings1-11/+22
2009-01-31sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson1-7/+19
2009-01-22sfc: Replace LRO with GROHerbert Xu1-10/+1
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-11cpumask: convert drivers/net/sfcRusty Russell1-4/+11
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell1-2/+2
2008-12-27net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-27sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-27sfc: Generate unique names for per-NIC workqueuesBen Hutchings1-1/+4