aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
Commit message (Expand)AuthorAge
* sfc: Add filter table managementBen Hutchings2010-09-21
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-13
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-10
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-10
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-10
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-10
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-10
* sfc: Remove unused field left from mis-mergeBen Hutchings2010-07-09
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-30
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-26
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-25
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-25
* sfc: Implement message level controlBen Hutchings2010-06-25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-06
|\
| * sfc: Store port number in net_device::dev_idBen Hutchings2010-06-03
| * sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-03
* | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-02
* | sfc: Allow shared pages to be recycledSteve Hodgson2010-06-02
* | sfc: Support only two rx buffers per pageSteve Hodgson2010-06-02
* | sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-02
* | sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson2010-06-02
|/
* sfc: Create multiple TX queuesBen Hutchings2010-04-28
* sfc: Clean up efx_nic::irq_zero_countBen Hutchings2010-04-28
* sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings2010-04-28
* sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-28
* sfc: Do not include unneeded headersBen Hutchings2010-02-03
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-03
* sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-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: Add support for SFC9000 family (2)Ben 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: Extend loopback mode enumerationBen 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: Clean up RX event handlingBen Hutchings2009-11-29
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-29
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-29
* sfc: Remove some redundant whitespaceBen Hutchings2009-11-29
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-29
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-29
* sfc: Simplify PHY pollingSteve Hodgson2009-11-29
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-26