aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-29/+14
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-11/+5
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings1-25/+35
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-1/+1
2008-09-03sfc: Set net_device::vlan_features appropriatelyBen Hutchings1-0/+3
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-25/+22
2008-09-03sfc: Remove inclusion of workarounds.h from efx.cBen Hutchings1-1/+0
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-17/+8
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings1-12/+12
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