aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings2008-07-221-1/+18
* sfc: Use a separate workqueue for resetsBen Hutchings2008-07-221-3/+17
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2
* 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-301-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/+8
* 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