aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAge
* sfc: make function tables conststephen hemminger2011-04-15
* Fix common misspellingsLucas De Marchi2011-03-31
* sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings2011-02-28
* sfc: Update copyright datesBen Hutchings2011-02-28
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-14
|\
| * PCI: make pci_restore_state return voidJon Mason2010-12-23
* | sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-03
* | sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Move Falcon global event handling to falcon.cBen Hutchings2010-12-03
* | sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-03
* | sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings2010-12-03
|/
* sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings2010-09-22
* sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings2010-09-22
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-21
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-10
* sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings2010-06-26
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-25
* sfc: Implement message level controlBen Hutchings2010-06-25
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-03
|\
| * sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-28
* | sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson2010-04-28
* | sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-28
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-03
* sfc: Add some missing bits to register self-test masksSteve Hodgson2010-02-03
* sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson2010-02-03
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-23
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-29
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-29
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-29
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-29
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-29
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-29
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-29
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-29
* sfc: Implement ethtool reset operationBen Hutchings2009-11-29
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-29
* sfc: Refactor link configurationBen Hutchings2009-11-29
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-29
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-29
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-29
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-29
* sfc: Clean up RX event handlingBen Hutchings2009-11-29
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-29