aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)Author
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings
2010-12-10sfc: Remove unused field and comment on a previously removed fieldBen Hutchings
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings
2010-12-06sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings
2010-10-21sfc: make functions staticstephen hemminger
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller
2010-09-21sfc: Add filter table managementBen Hutchings
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings
2010-07-08sfc: Remove unused field left from mis-mergeBen Hutchings
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson
2010-02-03sfc: Do not include unneeded headersBen Hutchings
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings