aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAge
* sfc: Update copyright datesBen Hutchings2011-02-28
* sfc: Implement hardware acceleration of RFSBen Hutchings2011-02-17
* sfc: Add TX queues for high-priority trafficBen Hutchings2011-02-15
* sfc: Distinguish queue lookup from test for queue existenceBen Hutchings2011-02-15
* sfc: Move TX queue core queue mapping into tx.cBen Hutchings2011-02-15
* sfc: Restore the effect of the rss_cpus module parameterBen Hutchings2011-01-13
* sfc: Make efx_get_tx_queue() an inline functionBen Hutchings2011-01-13
* sfc: Remove ancient support for nesting of TX stopBen Hutchings2010-12-10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-08
|\
| * sfc: Fix NAPI list corruption during ring reallocationBen Hutchings2010-12-07
| * sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings2010-12-07
* | sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-03
* | sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-03
|/
* sfc: make functions staticstephen hemminger2010-10-21
* sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-28
* sfc: Clean up and correct comments on efx_monitor()Ben Hutchings2010-09-21
* sfc: Add filter table managementBen Hutchings2010-09-21
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-10
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-10
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-10
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-10
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-10
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-10
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-30
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-26
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-25
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-25
* sfc: Implement message level controlBen Hutchings2010-06-25
* sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings2010-06-12
* sfc: Only count bad packets in rx_errorsBen Hutchings2010-06-02
* sfc: Allow shared pages to be recycledSteve Hodgson2010-06-02
* sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-02
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-02
* sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson2010-06-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-03
|\
| * sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-28
* | sfc: Create multiple TX queuesBen Hutchings2010-04-28
* | sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2010-04-28
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-15
|\
| * sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-12
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-11
|\|
| * sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-23