aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-2714/+0
2011-07-14sfc: Remove 'Communications' after 'Solarflare' in references to hardwareBen Hutchings1-1/+1
2011-06-25sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings1-15/+5
2011-06-25sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings1-21/+17
2011-05-17sfc: Don't use enums as a bitmask.David S. Miller1-1/+1
2011-05-16sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings1-6/+3
2011-05-16sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings1-0/+12
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2011-04-14sfc: make function tables conststephen hemminger1-3/+3
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings1-1/+3
2011-04-12sfc: Stop the TX queues during loopback self-testsNeil Turton1-1/+1
2011-04-05sfc: Implement generic features interfaceBen Hutchings1-3/+17
2011-04-05sfc: Enable all TSO features on VLANsBen Hutchings1-1/+1
2011-03-23sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson1-2/+16
2011-03-04sfc: Use write-combining to reduce TX latencyBen Hutchings1-2/+2
2011-02-28sfc: Update copyright datesBen Hutchings1-1/+1
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings1-2/+47
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings1-3/+5
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings1-15/+2
2011-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings1-4/+2
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings1-0/+3
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings1-12/+3
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings1-10/+14
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+29
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings1-12/+19
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings1-2/+10
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings1-3/+5
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings1-1/+0
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings1-4/+0
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings1-1/+0
2010-10-21sfc: make functions staticstephen hemminger1-13/+3
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-21sfc: Add filter table managementBen Hutchings1-0/+11
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings1-46/+172
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson1-4/+11
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings1-27/+34
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings1-12/+16
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings1-2/+2
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings1-1/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-2/+1
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings1-0/+3
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings1-0/+3
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+1
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings1-1/+1
2010-06-24sfc: Implement message level controlBen Hutchings1-88/+135
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings1-3/+3
2010-06-02sfc: Only count bad packets in rx_errorsBen Hutchings1-3/+0
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson1-1/+2
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson1-37/+7