aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings1-4/+11
2009-01-30sfc: Fix post-reset MAC selectionSteve Hodgson1-7/+8
2009-01-30sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson1-4/+0
2009-01-07net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings1-2/+2
2008-12-12sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings1-1/+1
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings1-1/+1
2008-12-12sfc: Remove leading spacesBen Hutchings1-2/+2
2008-12-12sfc: Add support for SFN4111TBen Hutchings1-0/+7
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-3/+7
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-11/+9
2008-12-12sfc: Implement auto-negotiationBen Hutchings1-3/+3
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-38/+141
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-9/+7
2008-12-12sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings1-1/+1
2008-12-12sfc: Work around unreliable strap pinsBen Hutchings1-70/+44
2008-12-12sfc: Clean up waits for flash/EEPROM operationsBen Hutchings1-21/+37
2008-12-12sfc: Remove unneeded register writeBen Hutchings1-9/+0
2008-12-12sfc: Change SPI lengths to type size_tBen Hutchings1-9/+10
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings1-5/+12
2008-11-06sfc: Clean up non-volatile memory partitioningBen Hutchings1-3/+3
2008-09-24sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings1-1/+1
2008-09-24sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings1-1/+2
2008-09-24sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings1-1/+3
2008-09-24sfc: Make queue flushes more reliableBen Hutchings1-118/+129
2008-09-24sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson1-1/+1
2008-09-24sfc: Add check for memory allocation failure in falcon_probe_nic()Ben Hutchings1-0/+2
2008-09-03sfc: Extend self-testsBen Hutchings1-23/+175
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings1-23/+7
2008-09-03sfc: Cleanup RX event processingBen Hutchings1-18/+12
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings1-7/+7
2008-09-03sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KERBen Hutchings1-7/+2
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-2/+2
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-4/+4
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings1-48/+310
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-4/+4
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-24/+26
2008-09-03sfc: Reverse the XOFF/XON pause frame control fifo thresholdsBen Hutchings1-2/+2
2008-09-03sfc: Remove mistaken hardware workaroundBen Hutchings1-61/+4
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-5/+6
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings1-2/+2
2008-07-22sfc: I2C adapter initialisation fixesBen Hutchings1-9/+3
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-06-10sfc: Recover from RX queue flush failureSteve Hodgson1-1/+3
2008-05-30sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHzBen Hutchings1-1/+1
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings1-20/+52
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings1-9/+9
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings1-4/+1
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings1-11/+2
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-23/+23