Merge branch 'fix/usb-audio' into for-linus
[safe/jmp/linux-2.6] / drivers / net / sfc / falcon.c
2009-01-30 Ben Hutchingssfc: Replace stats_enabled flag with a disable count
2009-01-30 Steve Hodgsonsfc: Fix post-reset MAC selection
2009-01-30 Steve Hodgsonsfc: SFX7101: Remove workaround for bad link training
2009-01-07 Ben Hutchingsnet: sfc: Use pci_clear_master() to disable bus mastering
2008-12-13 Ben Hutchingssfc: Use kzalloc() to ensure struct efx_spi_device...
2008-12-13 Ben Hutchingssfc: Use model numbers for PHY type names
2008-12-13 Ben Hutchingssfc: Remove leading spaces
2008-12-13 Ben Hutchingssfc: Add support for SFN4111T
2008-12-13 Ben Hutchingssfc: Add support for Solarflare 10Xpress SFT9001
2008-12-13 Ben Hutchingssfc: Rework MAC, PHY and board event handling
2008-12-13 Ben Hutchingssfc: Implement auto-negotiation
2008-12-13 Ben Hutchingssfc: Add support for sub-10G speeds
2008-12-13 Ben Hutchingssfc: Remove MII extension cruft
2008-12-13 Ben Hutchingssfc: Don't count RX checksum errors during loopback...
2008-12-13 Ben Hutchingssfc: Provide hints to irqbalance daemon
2008-12-13 Ben Hutchingssfc: Work around unreliable strap pins
2008-12-13 Ben Hutchingssfc: Clean up waits for flash/EEPROM operations
2008-12-13 Ben Hutchingssfc: Remove unneeded register write
2008-12-13 Ben Hutchingssfc: Change SPI lengths to type size_t
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-09-24 Ben Hutchingssfc: Fix type of FALCON_SPI_MAX_LEN
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: 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: Add check for memory allocation failure in falcon_...
2008-09-03 Ben Hutchingssfc: Extend self-tests
2008-09-03 Ben Hutchingssfc: Remove some unreachable error paths
2008-09-03 Ben Hutchingssfc: Cleanup RX event processing
2008-09-03 Ben Hutchingssfc: Remove efx_channel::evqnum field
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: Export boot configuration in EEPROM through ethtool
2008-09-03 Ben Hutchingssfc: Removed forced inlining of long functions
2008-09-03 Ben Hutchingssfc: Use explicit bool for boolean variables, parameter...
2008-09-03 Ben Hutchingssfc: Reverse the XOFF/XON pause frame control fifo...
2008-09-03 Ben Hutchingssfc: Remove mistaken hardware workaround
2008-09-03 Ben Hutchingssfc: Use separate hardware TX queues to select checksum...
2008-09-03 Ben Hutchingssfc: Replace net_dev->priv with netdev_priv(net_dev)
2008-07-22 Ben Hutchingssfc: I2C adapter initialisation fixes
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-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-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 DMA_BIT_MASK() instead of our own DMA mask...
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 casts to void
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: Removed bogus 'fall-thru' comments
2008-04-29 Ben HutchingsNew driver "sfc" for Solarstorm SFC4000 controller.