summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: Remove the STATE_RESETTING flagBen Hutchings2008-09-031-4/+1Star
* sfc: Extend self-testsBen Hutchings2008-09-031-6/+14
* sfc: Cleanup reset codeBen Hutchings2008-09-031-57/+41Star
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-58/+18Star
* sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings2008-09-031-11/+6Star
* 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/+10Star
* sfc: Remove efx_channel::evqnum fieldBen Hutchings2008-09-031-1/+0Star
* sfc: Cleanup RX queue informationBen Hutchings2008-09-031-29/+14Star
* sfc: Remove efx_channel::has_interruptBen Hutchings2008-09-031-11/+5Star
* 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
* sfc: Set net_device::vlan_features appropriatelyBen Hutchings2008-09-031-0/+3
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-25/+22Star
* sfc: Remove inclusion of workarounds.h from efx.cBen Hutchings2008-09-031-1/+0Star
* sfc: Use separate hardware TX queues to select checksum generationBen Hutchings2008-09-031-17/+8Star
* sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings2008-09-031-12/+12
* sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings2008-07-231-1/+18
* sfc: Use a separate workqueue for resetsBen Hutchings2008-07-231-3/+17
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2Star