Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / net / sfc / falcon.c
2010-04-28 Ben Hutchingssfc: Change falcon_probe_board() to fail for unsupporte...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-04 Ben Hutchingssfc: Fix some incorrect or redundant comments
2010-02-04 Steve Hodgsonsfc: Add some missing bits to register self-test masks
2010-02-04 Steve Hodgsonsfc: Enable autonegotiated flow-control by default...
2009-12-24 Steve Hodgsonsfc: Move PHY software state initialisation from init...
2009-11-30 Ben Hutchingssfc: Update version, copyright dates, authors
2009-11-30 Ben Hutchingssfc: Move shared NIC code from falcon.c to new source...
2009-11-30 Ben Hutchingssfc: Rename falcon.h to nic.h
2009-11-30 Ben Hutchingssfc: Allow for additional checksum offload features
2009-11-30 Ben Hutchingssfc: Extend MTD driver for use with new NICs
2009-11-30 Ben Hutchingssfc: Remove static PHY data and enumerations
2009-11-30 Ben Hutchingssfc: Fold falcon_probe_nic_variant() into falcon_probe_...
2009-11-30 Ben Hutchingssfc: Separate shared NIC code from Falcon-specific...
2009-11-30 Ben Hutchingssfc: Add efx_nic_type operation for identity LED control
2009-11-30 Ben Hutchingssfc: Add efx_nic_type operation for NVRAM self-test
2009-11-30 Ben Hutchingssfc: Add efx_nic_type operation for register self-test
2009-11-30 Ben Hutchingssfc: Implement ethtool reset operation
2009-11-30 Ben Hutchingssfc: Add power-management and wake-on-LAN support
2009-11-30 Ben Hutchingssfc: Refactor link configuration
2009-11-30 Ben Hutchingssfc: Move Falcon NIC operations to efx_nic_type
2009-11-30 Ben Hutchingssfc: Turn pause frame generation on and off at the...
2009-11-30 Ben Hutchingssfc: Remove duplicate hardware structure definitions
2009-11-30 Ben Hutchingssfc: Remove redundant writes to INT_ADR_KER
2009-11-29 Ben Hutchingssfc: Clean up RX event handling
2009-11-29 Ben Hutchingssfc: Move descriptor cache base addresses to struct...
2009-11-29 Ben Hutchingssfc: Decouple NIC revision number from Falcon PCI revis...
2009-11-29 Matthew Slatterysfc: Remove EFX_WORKAROUND_9141 macro
2009-11-29 Steve Hodgsonsfc: Always start Falcon using the XMAC
2009-11-29 Steve Hodgsonsfc: Replace MDIO spinlock with mutex
2009-11-29 Steve Hodgsonsfc: Simplify PHY polling
2009-11-26 Ben Hutchingssfc: Change MAC promiscuity and multicast hash at the...
2009-11-26 Ben Hutchingssfc: Simplify XMAC link polling
2009-11-26 Ben Hutchingssfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
2009-11-26 Ben Hutchingssfc: Split MAC stats DMA initiation and completion
2009-11-26 Steve Hodgsonsfc: Only switch Falcon MAC clocks as necessary
2009-11-26 Ben Hutchingssfc: Fix bugs in RX queue flushing
2009-11-26 Ben Hutchingssfc: Clean up struct falcon_board and struct falcon_boa...
2009-11-26 Ben Hutchingssfc: Remove unused constant
2009-11-26 Ben Hutchingssfc: Comment corrections
2009-11-26 Ben Hutchingssfc: Treat all MAC registers as 128-bit
2009-11-26 Ben Hutchingssfc: Fix descriptor cache sizes
2009-11-24 Ben Hutchingssfc: Log interrupt and reset type names, not numbers
2009-11-24 Ben Hutchingssfc: Gather link state fields in struct efx_nic into...
2009-11-24 Ben Hutchingssfc: Move all I2C stuff into struct falcon_board
2009-11-24 Ben Hutchingssfc: Move definition of struct falcon_nic_data into...
2009-11-24 Ben Hutchingssfc: Make board information explicitly Falcon-specific
2009-10-28 Ben Hutchingssfc: Really allow RX checksum offload to be disabled
2009-10-24 Ben Hutchingssfc: Rename 'xfp' file and functions to reflect reality
2009-10-24 Ben Hutchingssfc: Merge falcon_probe_phy() into falcon_probe_port()
2009-10-24 Ben Hutchingssfc: Remove pointless abstraction of memory BAR number
2009-10-24 Ben Hutchingssfc: Maintain interrupt moderation values in ticks...
2009-10-24 Ben Hutchingssfc: Move shared members of struct falcon_nic_data...
2009-10-24 Ben Hutchingssfc: Move all TX DMA length limiting into tx.c
2009-10-24 Ben Hutchingssfc: Define DMA address mask explicitly in terms of...
2009-10-24 Ben Hutchingssfc: Eliminate indirect lookups of queue size constants
2009-10-24 Ben Hutchingssfc: Rename register I/O header and functions used...
2009-10-24 Ben Hutchingssfc: Update hardware definitions for Siena
2009-10-24 Ben Hutchingssfc: Move RX data FIFO thresholds out of struct efx_nic...
2009-10-24 Ben Hutchingssfc: Remove versioned bitfield macros
2009-10-24 Ben Hutchingssfc: Remove boards.h, moving last remaining declaration...
2009-10-24 Ben Hutchingssfc: Rename Falcon-specific board code and types
2009-10-24 Ben Hutchingssfc: Remove redundant hardware initialisation
2009-04-30 Ben Hutchingssfc: Use generic MDIO functions and definitions
2009-04-15 Ben Hutchingssfc: Use correct macro to set event bitfield
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-22 Ben Hutchingssfc: Implement adaptive IRQ moderation
2009-03-22 Ben Hutchingssfc: Remove unused private PCI register definitions
2009-03-22 Ben Hutchingssfc: Work around unreliable legacy interrupt status
2009-03-05 Ben Hutchingssfc: Improve NIC internal error recovery
2009-03-05 Ben Hutchingssfc: Fix search for flush completion events
2009-03-05 Ben Hutchingssfc: Clear I2C adapter structure in falcon_remove_nic()
2009-03-02 Ben Hutchingssfc: Add support for QT2025C PHY
2009-02-11 Jaswinder Singh... falcon fix compilation warnings
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...
next