summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings2010-12-061-0/+16
* sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings2010-12-061-18/+23
* sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-031-2/+0
* sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2010-12-031-0/+1
* sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings2010-12-031-2/+0
* sfc: Move Falcon global event handling to falcon.cBen Hutchings2010-12-031-0/+2
* sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-031-2/+0
* sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-031-8/+0
* sfc: make functions staticstephen hemminger2010-10-211-5/+0
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings2010-09-221-2/+0
* sfc: Fix build due to lack of vmalloc.h include.David S. Miller2010-09-211-0/+1
* sfc: Add filter table managementBen Hutchings2010-09-211-0/+4
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-131-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/+23
* 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-081-2/+0
* 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-251-0/+1
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-1/+3
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-241-3/+1
* sfc: Implement message level controlBen Hutchings2010-06-241-29/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-1/+1
|\
| * sfc: Store port number in net_device::dev_idBen Hutchings2010-06-031-3/+1
| * 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/+0
* | sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-021-7/+3
* | 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/+28
* 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-031-1/+0
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-031-8/+4
* sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-02-031-1/+3
* 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-2/+2
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-291-1/+9
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-291-0/+3
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-291-2/+6
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-29/+6
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-291-1/+1
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-291-0/+2
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-291-0/+2
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-291-0/+2
OpenPOWER on IntegriCloud