summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-22sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings1-1/+18
2008-07-22sfc: Use a separate workqueue for resetsBen Hutchings1-3/+17
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings1-0/+2
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings1-1/+1
2008-05-22sfc: Correct and expand some commentsBen Hutchings1-6/+14
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings1-5/+6
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-4/+4
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings1-3/+3
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings1-2/+2
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings1-21/+8
2008-05-22sfc: Removed casts to voidBen Hutchings1-2/+2
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings1-1/+3
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+2208