aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAge
* sfc: Don't use enums as a bitmask.David S. Miller2011-05-17
* sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings2011-05-16
* sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings2011-05-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-19
|\
| * sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings2011-04-12
| * sfc: Stop the TX queues during loopback self-testsNeil Turton2011-04-12
* | sfc: make function tables conststephen hemminger2011-04-15
* | sfc: Implement generic features interfaceBen Hutchings2011-04-05
* | sfc: Enable all TSO features on VLANsBen Hutchings2011-04-05
|/
* sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson2011-03-22
* sfc: Use write-combining to reduce TX latencyBen Hutchings2011-03-04
* 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