summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-142-1/+2
|\
| * sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | sfc: Do not include unneeded headersBen Hutchings2010-02-032-3/+0
* | sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-034-15/+7
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2010-02-031-2/+0
* | sfc: Add some missing bits to register self-test masksSteve Hodgson2010-02-032-2/+2
* | sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini2010-02-031-0/+9
* | sfc: Implement NVRAM selftest for SFC9000 familyBen Hutchings2010-02-033-0/+48
* | sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-02-039-40/+66
* | sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson2010-02-033-7/+16
* | sfc: Handle firmware assertion failure while resettingSteve Hodgson2010-02-032-25/+44
* | sfc: Update MCDI protocol definitionsBen Hutchings2010-02-031-23/+179
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-284-7/+10
|\ \ | |/
| * sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings2010-01-253-6/+7
| * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini2010-01-251-1/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-233-10/+9
|\ \ | |/
| * sfc: QT202x: Remove unreliable MMD check at initialisationMatthew Slattery2010-01-191-6/+0
| * sfc: Fix conditions for MDIO self-testBen Hutchings2010-01-131-2/+6
| * sfc: Fix polling for slow MCDI operationsBen Hutchings2010-01-131-2/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-1010-153/+369
|\ \ | |/
| * sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-231-0/+2
| * sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings2009-12-231-1/+7
| * sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery2009-12-231-8/+51
| * sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery2009-12-231-0/+119
| * sfc: QT2025C: Work around PHY bugMatthew Slattery2009-12-231-0/+42
| * sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton2009-12-231-2/+2
| * sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings2009-12-231-16/+22
| * sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-237-131/+129
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-2923-26/+26
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-293-14/+60
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-2914-29/+414
* sfc: Add support for SFC9000 family (1)Ben Hutchings2009-11-295-0/+2595
* sfc: Add firmware protocol definitions (MCDI)Steve Hodgson2009-11-291-0/+1578
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-293-1537/+1549
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-2914-16/+16
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-294-2/+21
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-296-124/+255
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-299-65/+95
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-297-28/+111
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-291-40/+24
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-297-306/+341
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-293-3/+12
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-294-7/+17
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-294-8/+10
* sfc: Implement ethtool reset operationBen Hutchings2009-11-295-50/+84
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-294-0/+146
* sfc: Generalise link state monitoringSteve Hodgson2009-11-292-34/+61
OpenPOWER on IntegriCloud