aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-20/+33
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-10-021-0/+6
* Revert "sfc: Use write-combining to reduce TX latency" and follow-upsBen Hutchings2011-10-031-16/+2
* sfc: Don't use enums as a bitmask.David S. Miller2011-05-171-1/+1
* sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings2011-05-161-6/+3
* sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings2011-05-161-0/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-2/+4
|\
| * sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings2011-04-121-1/+3
| * sfc: Stop the TX queues during loopback self-testsNeil Turton2011-04-121-1/+1
* | sfc: make function tables conststephen hemminger2011-04-141-3/+3
* | sfc: Implement generic features interfaceBen Hutchings2011-04-051-3/+17
* | sfc: Enable all TSO features on VLANsBen Hutchings2011-04-051-1/+1
|/
* sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson2011-03-231-2/+16
* sfc: Use write-combining to reduce TX latencyBen Hutchings2011-03-041-2/+2
* sfc: Update copyright datesBen Hutchings2011-02-281-1/+1
* sfc: Implement hardware acceleration of RFSBen Hutchings2011-02-171-2/+47
* sfc: Add TX queues for high-priority trafficBen Hutchings2011-02-151-3/+5
* sfc: Distinguish queue lookup from test for queue existenceBen Hutchings2011-02-151-15/+2
* sfc: Move TX queue core queue mapping into tx.cBen Hutchings2011-02-151-4/+2
* sfc: Restore the effect of the rss_cpus module parameterBen Hutchings2011-01-131-0/+3
* sfc: Make efx_get_tx_queue() an inline functionBen Hutchings2011-01-131-12/+3
* sfc: Remove ancient support for nesting of TX stopBen Hutchings2010-12-101-10/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-14/+29
|\
| * sfc: Fix NAPI list corruption during ring reallocationBen Hutchings2010-12-071-12/+19
| * sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings2010-12-071-2/+10
* | sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-031-3/+5
* | sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-031-1/+0
* | sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-031-4/+0
* | sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-031-1/+0
|/
* sfc: make functions staticstephen hemminger2010-10-211-13/+3
* sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-271-1/+2
* sfc: Clean up and correct comments on efx_monitor()Ben Hutchings2010-09-211-13/+10
* sfc: Add filter table managementBen Hutchings2010-09-211-0/+11
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-101-46/+172
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-101-4/+11
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-101-27/+34
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-12/+16
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-101-2/+2
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-101-1/+1
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-2/+1
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-301-0/+3
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-251-0/+3
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-0/+1
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-241-1/+1
* sfc: Implement message level controlBen Hutchings2010-06-241-88/+135
* sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings2010-06-121-3/+3
* sfc: Only count bad packets in rx_errorsBen Hutchings2010-06-021-3/+0
* sfc: Allow shared pages to be recycledSteve Hodgson2010-06-021-1/+2
* sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-021-37/+7
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-021-2/+11