summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-241-2/+0Star
* sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-241-9/+7Star
* 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/+3Star
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-2/+1Star
* sfc: Improve reliability of RX queue flushingBen Hutchings2009-08-271-0/+2
* sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings2009-08-271-9/+17
* sfc: Remove lro module parameterBen Hutchings2009-05-201-13/+2Star
* sfc: modify allocation error messageMike Travis2009-05-171-2/+2
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-301-2/+8
* sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings2009-04-151-3/+4
* sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings2009-04-011-4/+3Star
* 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-221-2/+44
* | | sfc: Clean up properly on reset failure pathsBen Hutchings2009-03-051-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/+1Star
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-2/+2
|/
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-271-1/+0Star
* sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings2008-12-261-24/+23Star
* 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-231-1/+1
* sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings2008-12-131-15/+18
* sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson2008-12-131-2/+11
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-131-21/+42
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-131-19/+43
* sfc: Add phy_type device attributeBen Hutchings2008-12-131-0/+19
* sfc: Remove MII extension cruftBen Hutchings2008-12-131-21/+2Star
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-131-0/+24
* sfc: Add option to use a separate channel for TX completionsNeil Turton2008-12-131-15/+26
* sfc: Restore phy_flash_cfg module parameterBen Hutchings2008-12-131-0/+7
* sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2008-12-131-25/+20Star
* sfc: Board support fixesBen Hutchings2008-12-131-0/+2
* sfc: convert to net_device_opsStephen Hemminger2008-11-221-13/+18
* sfc: Do not reset when hardware monitor detects a faultBen Hutchings2008-11-061-21/+4Star
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-0/+7
* net: convert print_mac to %pMJohannes Berg2008-10-281-9/+6Star
* sfc: Make queue flushes more reliableBen Hutchings2008-09-251-8/+7Star
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-251-1/+0Star
* sfc: Fix memory BAR release call on error pathBen Hutchings2008-09-251-1/+1
* sfc: Rework efx_set_multicast_hash()Ben Hutchings2008-09-031-11/+17