aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-19/+28
2010-02-19sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerancesBen Hutchings1-18/+27
2010-02-19sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()Ben Hutchings1-1/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-4/+2
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+2
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson2-1/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03sfc: Do not include unneeded headersBen Hutchings2-3/+0
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings4-15/+7
2010-02-03sfc: Remove declarations of nonexistent functionsBen Hutchings1-2/+0
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson2-2/+2
2010-02-03sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini1-0/+9
2010-02-03sfc: Implement NVRAM selftest for SFC9000 familyBen Hutchings3-0/+48
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings9-40/+66
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson3-7/+16
2010-02-03sfc: Handle firmware assertion failure while resettingSteve Hodgson2-25/+44
2010-02-03sfc: Update MCDI protocol definitionsBen Hutchings1-23/+179
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-7/+10
2010-01-25sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings3-6/+7
2010-01-25sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini1-1/+3
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-10/+9
2010-01-19sfc: QT202x: Remove unreliable MMD check at initialisationMatthew Slattery1-6/+0
2010-01-13sfc: Fix conditions for MDIO self-testBen Hutchings1-2/+6
2010-01-13sfc: Fix polling for slow MCDI operationsBen Hutchings1-2/+3
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-153/+369
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings1-0/+2
2009-12-23sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings1-1/+7
2009-12-23sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery1-8/+51
2009-12-23sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery1-0/+119
2009-12-23sfc: QT2025C: Work around PHY bugMatthew Slattery1-0/+42
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton1-2/+2
2009-12-23sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings1-16/+22
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson7-131/+129
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings23-26/+26
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings3-14/+60
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings14-29/+414
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings5-0/+2595
2009-11-29sfc: Add firmware protocol definitions (MCDI)Steve Hodgson1-0/+1578
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings3-1537/+1549
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings14-16/+16
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings4-2/+21
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings6-124/+255
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings9-65/+95
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings7-28/+111
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings1-40/+24
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings7-306/+341