summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)Author
2011-08-11sfc: Move the Solarflare driversJeff Kirsher
2011-07-14sfc: Remove 'Communications' after 'Solarflare' in references to hardwareBen Hutchings
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-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-05-16sfc: Fix TX queue numbering when separate_tx_channels=1Ben 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-12sfc: Stop the TX queues during loopback self-testsNeil Turton
2011-04-05sfc: Implement generic features interfaceBen Hutchings
2011-04-05sfc: Enable all TSO features on VLANsBen Hutchings
2011-03-23sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson
2011-03-04sfc: Use write-combining to reduce TX latencyBen Hutchings
2011-02-28sfc: Update copyright datesBen Hutchings
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-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings
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-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen 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-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings
2010-10-21sfc: make functions staticstephen hemminger
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings
2010-09-21sfc: Add filter table managementBen 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: Fix failure paths in efx_probe_port()Ben Hutchings
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
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
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings
2010-06-02sfc: Only count bad packets in rx_errorsBen Hutchings
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson