summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
* sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings2008-05-311-0/+2
* sfc: Remove redundant casts to and from void *Ben Hutchings2008-05-221-1/+1
* sfc: Correct and expand some commentsBen Hutchings2008-05-221-6/+14
* sfc: Use resource_size_t for PCI bus addressBen Hutchings2008-05-221-5/+6
* sfc: Replaced various macros with inline functionsBen Hutchings2008-05-221-4/+4
* sfc: Added and removed braces to comply with kernel styleBen Hutchings2008-05-221-3/+3
* sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings2008-05-221-2/+2
* sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings2008-05-221-21/+8Star
* sfc: Removed casts to voidBen Hutchings2008-05-221-2/+2
* [netdrvr] sfc: Add TSO supportBen Hutchings2008-05-131-1/+3
* New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-291-0/+2208