summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-1060/+0
2011-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller1-5/+6
2011-06-25sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings1-3/+4
2011-06-25sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings1-2/+2
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-05-18sfc: Don't use enums as a bitmask.David S. Miller1-7/+5
2011-05-17sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings1-3/+1
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2011-04-15sfc: make function tables conststephen hemminger1-3/+3
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings1-2/+0
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-05sfc: Implement generic features interfaceBen Hutchings1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-01sfc: Bump version to 3.1Ben Hutchings1-1/+1
2011-03-01sfc: Update copyright datesBen Hutchings1-1/+1
2011-03-01sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson1-2/+0
2011-03-01sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson1-2/+6
2011-02-18sfc: Implement hardware acceleration of RFSBen Hutchings1-0/+3
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings1-6/+23
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings1-11/+28
2011-01-25net: change netdev->features to u32Michał Mirosław1-1/+1
2011-01-14sfc: Make efx_get_tx_queue() an inline functionBen Hutchings1-2/+8
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings1-9/+2
2010-12-10sfc: Remove unused field and comment on a previously removed fieldBen Hutchings1-2/+0
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-18/+39
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings1-0/+2
2010-12-07sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings1-0/+16
2010-12-07sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings1-18/+23
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings1-2/+0
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings1-0/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings1-2/+0
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings1-0/+2
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings1-2/+0
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings1-8/+0
2010-10-21sfc: make functions staticstephen hemminger1-5/+0
2010-09-27drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-23sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings1-2/+0
2010-09-22sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-22sfc: Add filter table managementBen Hutchings1-0/+4
2010-09-14sfc: Fix order of channel_name array dimensionsBen Hutchings1-1/+1
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings1-2/+2
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson1-3/+10
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings1-39/+23
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings1-6/+37
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings1-0/+11
2010-07-09sfc: Remove unused field left from mis-mergeBen Hutchings1-2/+0
2010-07-01sfc: Add support for RX flow hash controlBen Hutchings1-0/+2
2010-06-26sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings1-0/+1
2010-06-25sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-1/+3