summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: make functions staticstephen hemminger2010-10-211-5/+0Star
* drivers/net: return operator cleanupEric Dumazet2010-09-271-1/+1
* sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings2010-09-221-2/+0Star
* sfc: Fix build due to lack of vmalloc.h include.David S. Miller2010-09-221-0/+1
* sfc: Add filter table managementBen Hutchings2010-09-211-0/+4
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-141-1/+1
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-101-2/+2
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-101-3/+10
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-101-39/+23Star
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-6/+37
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-101-0/+11
* sfc: Remove unused field left from mis-mergeBen Hutchings2010-07-091-2/+0Star
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-301-0/+2
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-261-0/+1
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-251-1/+3
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-251-3/+1Star
* sfc: Implement message level controlBen Hutchings2010-06-251-29/+6Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-071-1/+1
|\
| * sfc: Store port number in net_device::dev_idBen Hutchings2010-06-031-3/+1Star
| * sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-031-1/+3
* | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-021-1/+3
* | sfc: Allow shared pages to be recycledSteve Hodgson2010-06-021-0/+18
* | sfc: Support only two rx buffers per pageSteve Hodgson2010-06-021-10/+0Star
* | sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-021-7/+3Star
* | sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson2010-06-021-2/+2
|/
* sfc: Create multiple TX queuesBen Hutchings2010-04-281-33/+28Star
* sfc: Clean up efx_nic::irq_zero_countBen Hutchings2010-04-281-1/+2
* sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings2010-04-281-11/+11
* sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-281-0/+2
* sfc: Do not include unneeded headersBen Hutchings2010-02-041-1/+0Star
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-041-8/+4Star
* sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-02-041-1/+3
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-241-0/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-301-2/+2
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-301-1/+9
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-301-0/+3
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-301-2/+6
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-301-29/+6Star
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-301-1/+1
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-301-0/+2
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-301-0/+2
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-301-0/+2
* sfc: Implement ethtool reset operationBen Hutchings2009-11-301-0/+3
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-301-0/+6
* sfc: Refactor link configurationBen Hutchings2009-11-301-2/+6
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-301-0/+29
* sfc: Clean up RX event handlingBen Hutchings2009-11-291-2/+2
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-291-0/+4
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-291-0/+2
* sfc: Remove some redundant whitespaceBen Hutchings2009-11-291-2/+0Star