summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)Author
2011-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller
2011-06-25sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings
2011-06-25sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl
2011-05-17sfc: Don't use enums as a bitmask.David S. Miller
2011-05-16sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-14sfc: make function tables conststephen hemminger
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-05sfc: Implement generic features interfaceBen Hutchings
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-28sfc: Bump version to 3.1Ben Hutchings
2011-02-28sfc: Update copyright datesBen Hutchings
2011-02-28sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson
2011-02-28sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings
2011-01-24net: change netdev->features to u32Michał Mirosław
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