summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Use model numbers for PHY type namesBen Hutchings2008-12-121-1/+1
* sfc: Remove leading spacesBen Hutchings2008-12-121-2/+2
* sfc: Add support for SFN4111TBen Hutchings2008-12-121-0/+7
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-121-3/+7
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-121-11/+9
* sfc: Implement auto-negotiationBen Hutchings2008-12-121-3/+3
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-38/+141
* sfc: Remove MII extension cruftBen Hutchings2008-12-121-9/+7
* sfc: Don't count RX checksum errors during loopback self-testBen Hutchings2008-12-121-5/+8
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-121-1/+1
* sfc: Work around unreliable strap pinsBen Hutchings2008-12-121-70/+44
* sfc: Clean up waits for flash/EEPROM operationsBen Hutchings2008-12-121-21/+37
* sfc: Remove unneeded register writeBen Hutchings2008-12-121-9/+0
* sfc: Change SPI lengths to type size_tBen Hutchings2008-12-121-9/+10
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-5/+12
* sfc: Clean up non-volatile memory partitioningBen Hutchings2008-11-061-3/+3
* sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings2008-09-241-1/+1
* sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings2008-09-241-1/+2
* sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings2008-09-241-1/+3
* sfc: Make queue flushes more reliableBen Hutchings2008-09-241-118/+129
* sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson2008-09-241-1/+1
* sfc: Add check for memory allocation failure in falcon_probe_nic()Ben Hutchings2008-09-241-0/+2
* sfc: Extend self-testsBen Hutchings2008-09-031-23/+175
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-23/+7
* sfc: Cleanup RX event processingBen Hutchings2008-09-031-18/+12
* sfc: Remove efx_channel::evqnum fieldBen Hutchings2008-09-031-7/+7
* sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KERBen Hutchings2008-09-031-7/+2
* sfc: Cleanup RX queue informationBen Hutchings2008-09-031-2/+2
* sfc: Remove efx_channel::has_interruptBen Hutchings2008-09-031-4/+4
* sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings2008-09-031-48/+310
* sfc: Removed forced inlining of long functionsBen Hutchings2008-09-031-4/+4
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-24/+26
* sfc: Reverse the XOFF/XON pause frame control fifo thresholdsBen Hutchings2008-09-031-2/+2
* sfc: Remove mistaken hardware workaroundBen Hutchings2008-09-031-61/+4
* sfc: Use separate hardware TX queues to select checksum generationBen Hutchings2008-09-031-5/+6
* sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings2008-09-031-2/+2
* sfc: I2C adapter initialisation fixesBen Hutchings2008-07-221-9/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-1/+3
|\
| * sfc: Recover from RX queue flush failureSteve Hodgson2008-06-101-1/+3
* | sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHzBen Hutchings2008-05-301-1/+1
* | sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings2008-05-301-20/+52
|/
* sfc: Remove redundant casts to and from void *Ben Hutchings2008-05-221-9/+9
* sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings2008-05-221-4/+1
* sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings2008-05-221-11/+2
* sfc: Replaced various macros with inline functionsBen Hutchings2008-05-221-23/+23
* sfc: Added and removed braces to comply with kernel styleBen Hutchings2008-05-221-1/+2
* sfc: Removed casts to voidBen Hutchings2008-05-221-1/+1
* [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-131-1/+4
* [netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings2008-05-131-0/+1
* [netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings2008-05-131-2/+0
OpenPOWER on IntegriCloud