summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/falcon.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-13sfc: Add support for sub-10G speedsBen Hutchings1-38/+141
2008-12-13sfc: Remove MII extension cruftBen Hutchings1-9/+7
2008-12-13sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-13sfc: Provide hints to irqbalance daemonBen Hutchings1-1/+1
2008-12-13sfc: Work around unreliable strap pinsBen Hutchings1-70/+44
2008-12-13sfc: Clean up waits for flash/EEPROM operationsBen Hutchings1-21/+37
2008-12-13sfc: Remove unneeded register writeBen Hutchings1-9/+0
2008-12-13sfc: 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-25sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings1-1/+1
2008-09-25sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings1-1/+2
2008-09-25sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings1-1/+3
2008-09-25sfc: Make queue flushes more reliableBen Hutchings1-118/+129
2008-09-25sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson1-1/+1
2008-09-25sfc: 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-23sfc: I2C adapter initialisation fixesBen Hutchings1-9/+3
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2008-06-11sfc: Recover from RX queue flush failureSteve Hodgson1-1/+3
2008-05-31sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHzBen Hutchings1-1/+1
2008-05-31sfc: 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
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings1-1/+2
2008-05-22sfc: Removed casts to voidBen Hutchings1-1/+1
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings1-1/+4
2008-05-13[netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings1-0/+1
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings1-2/+0
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+2722