aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Fix two causes of flush failureBen Hutchings2013-03-281-0/+2
* sfc: make function tables conststephen hemminger2011-04-141-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings2011-02-281-15/+5
* sfc: Update copyright datesBen Hutchings2011-02-281-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-141-20/+5
|\
| * PCI: make pci_restore_state return voidJon Mason2010-12-231-20/+5
* | sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-031-1/+1
* | sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings2010-12-031-1/+2
* | sfc: Move Falcon global event handling to falcon.cBen Hutchings2010-12-031-0/+36
* | sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-031-4/+7
* | sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-031-51/+40
* | sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-031-1/+0
* | sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings2010-12-031-33/+24
|/
* sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings2010-09-221-0/+3
* sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings2010-09-221-99/+18
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-211-1/+1
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-101-10/+4
* sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings2010-06-251-2/+12
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-1/+3
* sfc: Implement message level controlBen Hutchings2010-06-241-69/+107
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-021-3/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-1/+3
|\
| * sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-281-1/+3
* | sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson2010-04-281-0/+3
* | sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-281-5/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-031-1/+1
* sfc: Add some missing bits to register self-test masksSteve Hodgson2010-02-031-1/+1
* sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson2010-02-031-0/+2
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-231-0/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-291-1536/+0
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-291-0/+2
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-291-17/+15
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-11/+4
* 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-291-248/+259
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-291-0/+7
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-291-1/+9
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-291-1/+2
* sfc: Implement ethtool reset operationBen Hutchings2009-11-291-0/+2
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-291-0/+27
* sfc: Refactor link configurationBen Hutchings2009-11-291-35/+63
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-291-29/+50
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-291-7/+6
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-291-3/+3
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-291-8/+7
* sfc: Clean up RX event handlingBen Hutchings2009-11-291-6/+5