summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-03sfc: Do not include unneeded headersBen Hutchings
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Remove declarations of nonexistent functionsBen Hutchings
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson
2010-02-03sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini
2010-02-03sfc: Implement NVRAM selftest for SFC9000 familyBen Hutchings
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson
2010-02-03sfc: Handle firmware assertion failure while resettingSteve Hodgson
2010-02-03sfc: Update MCDI protocol definitionsBen Hutchings
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-25sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings
2010-01-25sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-19sfc: QT202x: Remove unreliable MMD check at initialisationMatthew Slattery
2010-01-13sfc: Fix conditions for MDIO self-testBen Hutchings
2010-01-13sfc: Fix polling for slow MCDI operationsBen Hutchings
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings
2009-12-23sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings
2009-12-23sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery
2009-12-23sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery
2009-12-23sfc: QT2025C: Work around PHY bugMatthew Slattery
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton
2009-12-23sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings
2009-11-29sfc: Add firmware protocol definitions (MCDI)Steve Hodgson
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings
2009-11-29sfc: Implement ethtool reset operationBen Hutchings
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-29sfc: Generalise link state monitoringSteve Hodgson