aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-02sfc: Clean up LED controlBen Hutchings1-2/+2
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-18/+41
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+41
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings1-11/+22
2009-01-30sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson1-7/+19
2009-01-21sfc: Replace LRO with GROHerbert Xu1-10/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-11cpumask: convert drivers/net/sfcRusty Russell1-4/+11
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell1-2/+2
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-26sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-26sfc: Generate unique names for per-NIC workqueuesBen Hutchings1-1/+4
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-1/+1
2008-12-12sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings1-15/+18
2008-12-12sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson1-2/+11
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-21/+42
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-19/+43
2008-12-12sfc: Add phy_type device attributeBen Hutchings1-0/+19
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-21/+2
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings1-0/+24
2008-12-12sfc: Add option to use a separate channel for TX completionsNeil Turton1-15/+26
2008-12-12sfc: Restore phy_flash_cfg module parameterBen Hutchings1-0/+7
2008-12-12sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson1-25/+20
2008-12-12sfc: Board support fixesBen Hutchings1-0/+2
2008-11-21sfc: convert to net_device_opsStephen Hemminger1-13/+18
2008-11-06sfc: Do not reset when hardware monitor detects a faultBen Hutchings1-21/+4
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings1-0/+7
2008-10-27net: convert print_mac to %pMJohannes Berg1-9/+6
2008-09-24sfc: Make queue flushes more reliableBen Hutchings1-8/+7
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings1-1/+0
2008-09-24sfc: Fix memory BAR release call on error pathBen Hutchings1-1/+1
2008-09-03sfc: Rework efx_set_multicast_hash()Ben Hutchings1-11/+17
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings1-4/+1
2008-09-03sfc: Extend self-testsBen Hutchings1-6/+14
2008-09-03sfc: Cleanup reset codeBen Hutchings1-57/+41
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings1-58/+18
2008-09-03sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings1-11/+6
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings1-1/+1
2008-09-03sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson1-2/+3
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-0/+3
2008-09-03sfc: Cleanup RX event processingBen Hutchings1-17/+10
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings1-1/+0
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-29/+14
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-11/+5
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings1-25/+35
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-1/+1
2008-09-03sfc: Set net_device::vlan_features appropriatelyBen Hutchings1-0/+3
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-25/+22
2008-09-03sfc: Remove inclusion of workarounds.h from efx.cBen Hutchings1-1/+0
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-17/+8