mlx4_core: Ethernet MAC/VLAN management
[safe/jmp/linux-2.6] / drivers / net / sfc /
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-07-22 Ben Hutchingssfc: Create one RX queue and interrupt per CPU package...
2008-07-22 Ben Hutchingssfc: Use a separate workqueue for resets
2008-07-22 Ben Hutchingssfc: I2C adapter initialisation fixes
2008-07-15 David S. Millernetdev: Do not use TX lock to protect address lists.
2008-07-15 David S. Millernetdev: Add netdev->addr_list_lock protection.
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-10 Steve Hodgsonsfc: Recover from RX queue flush failure
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-31 Ben Hutchingssfc: Reduce I2C udelay to 5 resulting in a clock freque...
2008-05-31 Ben Hutchingssfc: Use kernel I2C system and i2c-algo-bit driver
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.