summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/falcon.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-1841/+0
2011-06-25sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings1-2/+47
2011-06-25sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings1-1/+1
2011-04-14sfc: make function tables conststephen hemminger1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-28sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings1-15/+5
2011-02-28sfc: Update copyright datesBen Hutchings1-1/+1
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-20/+5
2010-12-23PCI: make pci_restore_state return voidJon Mason1-20/+5
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings1-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings1-1/+2
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings1-0/+36
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings1-4/+7
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings1-51/+40
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings1-1/+0
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings1-33/+24
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings1-0/+3
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings1-99/+18
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings1-1/+1
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings1-10/+4
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings1-2/+12
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-1/+3
2010-06-24sfc: Implement message level controlBen Hutchings1-69/+107
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson1-3/+5
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson1-0/+3
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson1-5/+8
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings1-1/+1
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson1-1/+1
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson1-0/+2
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-0/+1
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings1-1536/+0
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-0/+2
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-17/+15
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-11/+4
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 Hutchings1-248/+259
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings1-0/+7
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings1-1/+9
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings1-1/+2
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-0/+2
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+27
2009-11-29sfc: Refactor link configurationBen Hutchings1-35/+63
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-29/+50
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings1-7/+6
2009-11-29sfc: Remove duplicate hardware structure definitionsBen Hutchings1-3/+3