summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-25sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings1-1/+1
2008-09-25sfc: Make queue flushes more reliableBen Hutchings1-0/+4
2008-09-25sfc: Remove workaround for old firmware bugBen Hutchings1-2/+0
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings1-2/+1
2008-09-03sfc: Extend self-testsBen Hutchings1-5/+11
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-2/+19
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings1-2/+0
2008-09-03sfc: Make efx_for_each_channel_rx_queue() more efficientBen Hutchings1-3/+3
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-11/+5
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-11/+0
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings1-0/+7
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-18/+18
2008-09-03sfc: Reduce the size of struct efx_tx_bufferBen Hutchings1-2/+0
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-12/+9
2008-09-03sfc: Remove unused field efx_channel::reset_workSteve Hodgson1-1/+0
2008-09-03sfc: Change first parameter type of {set,clear}_bit_le() to unsignedBen Hutchings1-2/+2
2008-07-23sfc: Use a separate workqueue for resetsBen Hutchings1-1/+4
2008-05-31sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings1-3/+8
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings1-1/+1
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings1-1/+1
2008-05-22sfc: Do not define inline macroBen Hutchings1-5/+0
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings1-1/+1
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings1-1/+1
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-13/+18
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings1-0/+14
2008-05-13[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nicBen Hutchings1-2/+0
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings1-0/+14
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+883