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