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