Don't try to make md arrays dirty if that is not meaningful.
[safe/jmp/linux-2.6] / drivers / net / sfc /
2008-06-10 Steve Hodgsonsfc: Recover from RX queue flush failure
2008-05-31 Ben Hutchings[netdrvr] sfc: Report XAUI link down at default log...
2008-05-22 Ben Hutchingssfc: Remove sub-minor component from driver version
2008-05-22 Ben Hutchingssfc: Added checks for heap allocation failure
2008-05-22 Ben Hutchingssfc: Remove redundant casts to and from void *
2008-05-22 Ben Hutchingssfc: Change type of efx_nic::nic_data to struct falcon_...
2008-05-22 Ben Hutchingssfc: Use __packed macro
2008-05-22 Ben Hutchingssfc: Do not define inline macro
2008-05-22 Ben Hutchingssfc: Use DMA_BIT_MASK() instead of our own DMA mask...
2008-05-22 Ben Hutchingssfc: Correct and expand some comments
2008-05-22 Ben Hutchingssfc: Use resource_size_t for PCI bus address
2008-05-22 Ben Hutchingssfc: Merged efx_page_offset() into efx_rx_buf_offset()
2008-05-22 Ben Hutchingssfc: Replaced various macros with inline functions
2008-05-22 Ben Hutchingssfc: Added and removed braces to comply with kernel...
2008-05-22 Ben Hutchingssfc: Removed unncesssary UL suffixes on 0 literals
2008-05-22 Ben Hutchingssfc: Simplified efx_rx_calc_buffer_size() using get_order()
2008-05-22 Ben Hutchingssfc: Removed casts to void
2008-05-22 Ben Hutchingssfc: Use mod_timer() to set expiry and add_timer()...
2008-05-13 Ben Hutchings[netdrvr] sfc: sfc: Add self-test support
2008-05-13 Ben Hutchings[netdrvr] sfc: Increment rx_reset when reported as...
2008-05-13 Ben Hutchings[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAX
2008-05-13 Ben Hutchings[netdrvr] sfc: Fix code formatting
2008-05-13 Ben Hutchings[netdrvr] sfc: Remove kernel-doc comments for removed...
2008-05-13 Ben Hutchings[netdrvr] sfc: Remove garbage from comment
2008-05-13 Ben Hutchings[netdrvr] sfc: Removed bogus 'fall-thru' comments
2008-05-13 Ben Hutchings[netdrvr] sfc: Add phy_flash_cfg module parameter and...
2008-05-13 Ben Hutchings[netdrvr] sfc: Add TSO support
2008-04-29 Ben HutchingsNew driver "sfc" for Solarstorm SFC4000 controller.