wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug
[safe/jmp/linux-2.6] / drivers / net / sfc /
2008-11-06 Ben Hutchingssfc: Expose flash region storing boot code as MTD
2008-11-06 Ben Hutchingssfc: Clean up non-volatile memory partitioning
2008-11-06 Ben Hutchingssfc: Correct address of gPXE boot configuration in...
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-24 Ben Hutchingssfc: Fix type of FALCON_SPI_MAX_LEN
2008-09-24 Ben Hutchingssfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where...
2008-09-24 Ben Hutchingssfc: Remove obsolete comment about PCI modes
2008-09-24 Ben Hutchingssfc: Disable interrupts after a fatal interrupt occurs...
2008-09-24 Ben Hutchingssfc: Insert read memory barrier after checking MAC...
2008-09-24 Ben Hutchingssfc: Stop generating bogus events in tenxpress_check_hw()
2008-09-24 Steve Hodgsonsfc: Don't include net_driver.h from falcon_io.h
2008-09-24 Ben Hutchingssfc: Make queue flushes more reliable
2008-09-24 Steve Hodgsonsfc: Don't use EFX_OWORD_FIELD on an event (64-bit...
2008-09-24 Ben Hutchingssfc: Serialise tenxpress_special_reset() with statistic...
2008-09-24 Ben Hutchingssfc: Remove workaround for old firmware bug
2008-09-24 Ben Hutchingssfc: Fix memory BAR release call on error path
2008-09-24 Ben Hutchingssfc: Add check for memory allocation failure in falcon_...
2008-09-03 Ben Hutchingssfc: Rework efx_set_multicast_hash()
2008-09-03 Ben Hutchingssfc: Remove the STATE_RESETTING flag
2008-09-03 Ben Hutchingssfc: Extend self-tests
2008-09-03 Ben Hutchingssfc: Rework the bitfield header so that we can identify...
2008-09-03 Ben Hutchingssfc: Cleanup reset code
2008-09-03 Ben Hutchingssfc: Remove some unreachable error paths
2008-09-03 Ben Hutchingssfc: Remove remnants of multi-port abstraction for...
2008-09-03 Ben Hutchingssfc: Remove efx_nic_dummy_op_int() as redundant with...
2008-09-03 Ben Hutchingssfc: Enable TSO for 802.1q VLAN devices
2008-09-03 Steve Hodgsonsfc: Do not call netif_{stop,wake}_queue() before regis...
2008-09-03 Ben Hutchingssfc: Make PHY flash mode a device attribute, not a...
2008-09-03 Ben Hutchingssfc: Implement get_sset_count, replacing get_stats_coun...
2008-09-03 Ben Hutchingssfc: Cleanup RX event processing
2008-09-03 Ben Hutchingssfc: Remove efx_channel::evqnum field
2008-09-03 Ben Hutchingssfc: Make efx_for_each_channel_rx_queue() more efficient
2008-09-03 Ben Hutchingssfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER
2008-09-03 Ben Hutchingssfc: Cleanup RX queue information
2008-09-03 Ben Hutchingssfc: Remove efx_channel::has_interrupt
2008-09-03 Ben Hutchingssfc: Move CPU counting for RSS into a separate function...
2008-09-03 Ben Hutchingssfc: Export boot configuration in EEPROM through ethtool
2008-09-03 Ben Hutchingssfc: Removed forced inlining of long functions
2008-09-03 Ben Hutchingssfc: Cleaned up struct tso_state fields
2008-09-03 Ben Hutchingssfc: Set net_device::vlan_features appropriately
2008-09-03 Ben Hutchingssfc: Use explicit bool for boolean variables, parameter...
2008-09-03 Ben Hutchingssfc: Reduce the size of struct efx_tx_buffer
2008-09-03 Ben Hutchingssfc: Use pci_map_single() to map the skb header when...
2008-09-03 Ben Hutchingssfc: Don't leak PCI DMA maps in the TSO code when the...
2008-09-03 Ben Hutchingssfc: Speed up loopback self-test
2008-09-03 Ben Hutchingssfc: Self-test reporting cleanup
2008-09-03 Ben Hutchingssfc: Reduce log level for XGXS lane status
2008-09-03 Ben Hutchingssfc: Reverse the XOFF/XON pause frame control fifo...
2008-09-03 Ben Hutchingssfc: Remove inclusion of workarounds.h from efx.c
2008-09-03 Ben Hutchingssfc: XMAC statistics fix-ups
2008-09-03 Ben Hutchingssfc: Remove mistaken hardware workaround
2008-09-03 Ben Hutchingssfc: Reduce delays in SFE4001 initialisation
2008-09-03 Ben Hutchingssfc: Avoid mangling error codes in efx_test_loopback()
2008-09-03 Ben Hutchingssfc: Use separate hardware TX queues to select checksum...
2008-09-03 Steve Hodgsonsfc: Remove unused field efx_channel::reset_work
2008-09-03 Ben Hutchingssfc: Change first parameter type of {set,clear}_bit_le...
2008-09-03 Ben Hutchingssfc: Replace net_dev->priv with netdev_priv(net_dev)
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.