summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)Author
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
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
2008-09-03sfc: Cleanup RX queue informationBen Hutchings
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings
2008-09-03sfc: Set net_device::vlan_features appropriatelyBen Hutchings
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings
2008-09-03sfc: Remove inclusion of workarounds.h from efx.cBen Hutchings
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings
2008-07-22sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings
2008-07-22sfc: Use a separate workqueue for resetsBen Hutchings
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings