aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAge
* sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-26
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-24
* sfc: Combine high-level header filesBen Hutchings2009-11-24
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-24
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-24
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-24
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-24
* sfc: Use a single blink implementationBen Hutchings2009-11-24
* sfc: Move MTD probe after netdev registration and name allocationBen Hutchings2009-10-24
* sfc: Remove unnecessary tests of efx->membaseBen Hutchings2009-10-24
* sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-24
* sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-24
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-24
* sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-24
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-24
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-23
* sfc: Improve reliability of RX queue flushingBen Hutchings2009-08-26
* sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings2009-08-26
* sfc: Remove lro module parameterBen Hutchings2009-05-19
* sfc: modify allocation error messageMike Travis2009-05-17
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-29
* sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings2009-04-14
* sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings2009-03-31
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
|\
| * Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09
| |\
| * | cpumask: convert drivers/net/sfcRusty Russell2009-01-11
| * | cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell2009-01-11
* | | sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-21
* | | sfc: Clean up properly on reset failure pathsBen Hutchings2009-03-04
* | | sfc: Clean up LED controlBen Hutchings2009-03-02
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\ \ \ | | |/ | |/|
| * | sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-30
| * | sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-30
| |/
* | sfc: Replace LRO with GROHerbert Xu2009-01-21
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-21
|/
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-26
* sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings2008-12-26
* sfc: Generate unique names for per-NIC workqueuesBen Hutchings2008-12-26
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings2008-12-13
* sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson2008-12-13
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-13
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-13
* sfc: Add phy_type device attributeBen Hutchings2008-12-13
* sfc: Remove MII extension cruftBen Hutchings2008-12-13
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-13
* sfc: Add option to use a separate channel for TX completionsNeil Turton2008-12-13
* sfc: Restore phy_flash_cfg module parameterBen Hutchings2008-12-13
* sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2008-12-13
* sfc: Board support fixesBen Hutchings2008-12-13