summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)Author
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
2008-12-12sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings
2008-12-12sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings
2008-12-12sfc: Add phy_type device attributeBen Hutchings
2008-12-12sfc: Remove MII extension cruftBen Hutchings
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings
2008-12-12sfc: Add option to use a separate channel for TX completionsNeil Turton
2008-12-12sfc: Restore phy_flash_cfg module parameterBen Hutchings
2008-12-12sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson
2008-12-12sfc: Board support fixesBen Hutchings
2008-11-21sfc: convert to net_device_opsStephen Hemminger
2008-11-06sfc: Do not reset when hardware monitor detects a faultBen Hutchings
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-24sfc: Make queue flushes more reliableBen Hutchings
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings
2008-09-24sfc: Fix memory BAR release call on error pathBen Hutchings
2008-09-03sfc: Rework efx_set_multicast_hash()Ben Hutchings
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings
2008-09-03sfc: Extend self-testsBen Hutchings
2008-09-03sfc: Cleanup reset codeBen Hutchings
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings
2008-09-03sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings
2008-09-03sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings
2008-09-03sfc: Cleanup RX event processingBen Hutchings
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings