aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-07-22sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings
2008-07-22sfc: Use a separate workqueue for resetsBen Hutchings
2008-07-22sfc: I2C adapter initialisation fixesBen Hutchings
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-10sfc: Recover from RX queue flush failureSteve Hodgson
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-05-30sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHzBen Hutchings
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings
2008-05-22sfc: Use __packed macroBen Hutchings
2008-05-22sfc: Do not define inline macroBen Hutchings
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings
2008-05-22sfc: Correct and expand some commentsBen Hutchings
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings
2008-05-22sfc: Removed casts to voidBen Hutchings
2008-05-22sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings
2008-05-13[netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings
2008-05-13[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings
2008-05-13[netdrvr] sfc: Fix code formattingBen Hutchings
2008-05-13[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nicBen Hutchings
2008-05-13[netdrvr] sfc: Remove garbage from commentBen Hutchings
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings
2008-05-13[netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings