aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-06-10sfc: Recover from RX queue flush failureSteve Hodgson1-1/+3
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-05-30sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHzBen Hutchings1-1/+1
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings10-559/+133
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings1-1/+1
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings1-1/+1
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings3-0/+6
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings5-17/+17
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings2-5/+2
2008-05-22sfc: Use __packed macroBen Hutchings1-2/+2
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 Hutchings3-15/+3
2008-05-22sfc: Correct and expand some commentsBen Hutchings1-6/+14
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings2-6/+7
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings1-7/+3
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings11-75/+105
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings4-8/+13
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 Hutchings5-13/+13
2008-05-22sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings1-6/+3
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings14-7/+1379
2008-05-13[netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings1-0/+1
2008-05-13[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings1-2/+0
2008-05-13[netdrvr] sfc: Fix code formattingBen Hutchings1-2/+2
2008-05-13[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nicBen Hutchings1-2/+0
2008-05-13[netdrvr] sfc: Remove garbage from commentBen Hutchings1-1/+1
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings2-3/+0
2008-05-13[netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings4-4/+26
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings4-1/+708
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings33-0/+12877