summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson2008-12-121-2/+11
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-121-21/+42
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-19/+43
* sfc: Add phy_type device attributeBen Hutchings2008-12-121-0/+19
* sfc: Remove MII extension cruftBen Hutchings2008-12-121-21/+2
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-121-0/+24
* sfc: Add option to use a separate channel for TX completionsNeil Turton2008-12-121-15/+26
* sfc: Restore phy_flash_cfg module parameterBen Hutchings2008-12-121-0/+7
* sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2008-12-121-25/+20
* sfc: Board support fixesBen Hutchings2008-12-121-0/+2
* sfc: convert to net_device_opsStephen Hemminger2008-11-211-13/+18
* sfc: Do not reset when hardware monitor detects a faultBen Hutchings2008-11-061-21/+4
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-0/+7
* net: convert print_mac to %pMJohannes Berg2008-10-271-9/+6
* sfc: Make queue flushes more reliableBen Hutchings2008-09-241-8/+7
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-241-1/+0
* sfc: Fix memory BAR release call on error pathBen Hutchings2008-09-241-1/+1
* sfc: Rework efx_set_multicast_hash()Ben Hutchings2008-09-031-11/+17
* sfc: Remove the STATE_RESETTING flagBen Hutchings2008-09-031-4/+1
* sfc: Extend self-testsBen Hutchings2008-09-031-6/+14
* sfc: Cleanup reset codeBen Hutchings2008-09-031-57/+41
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-58/+18
* sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings2008-09-031-11/+6
* sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings2008-09-031-1/+1
* sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson2008-09-031-2/+3
* sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings2008-09-031-0/+3
* sfc: Cleanup RX event processingBen Hutchings2008-09-031-17/+10
* sfc: Remove efx_channel::evqnum fieldBen Hutchings2008-09-031-1/+0
* sfc: Cleanup RX queue informationBen Hutchings2008-09-031-29/+14
* sfc: Remove efx_channel::has_interruptBen Hutchings2008-09-031-11/+5
* sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings2008-09-031-25/+35
* sfc: Removed forced inlining of long functionsBen Hutchings2008-09-031-1/+1