summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorLines
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings-1/+1
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings-1/+1
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings-0/+6
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings-17/+17
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings-5/+2
2008-05-22sfc: Use __packed macroBen Hutchings-2/+2
2008-05-22sfc: Do not define inline macroBen Hutchings-5/+0
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings-15/+3
2008-05-22sfc: Correct and expand some commentsBen Hutchings-6/+14
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings-6/+7
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings-7/+3
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings-75/+105
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings-8/+13
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings-2/+2
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings-21/+8
2008-05-22sfc: Removed casts to voidBen Hutchings-13/+13
2008-05-22sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings-6/+3
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings-7/+1379
2008-05-13[netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings-0/+1
2008-05-13[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings-2/+0
2008-05-13[netdrvr] sfc: Fix code formattingBen Hutchings-2/+2
2008-05-13[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nicBen Hutchings-2/+0
2008-05-13[netdrvr] sfc: Remove garbage from commentBen Hutchings-1/+1
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings-3/+0
2008-05-13[netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings-4/+26
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings-1/+708
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings-0/+12877