summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-14sfc: Restore the effect of the rss_cpus module parameterBen Hutchings1-0/+3
2011-01-14sfc: 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-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-28sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-22sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-22sfc: 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-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-2/+1
2010-07-01sfc: Add support for RX flow hash controlBen Hutchings1-0/+3
2010-06-26sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings1-0/+3
2010-06-25sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+1
2010-06-25sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings1-1/+1
2010-06-25sfc: Implement message level controlBen Hutchings1-88/+135
2010-06-13sfc: 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
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson1-2/+11
2010-06-02sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson1-0/+6
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-52/+61
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings1-9/+9
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings1-2/+2
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-19net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-4/+2
2010-02-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson1-0/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-24sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-3/+3
2009-11-30sfc: Update version, copyright dates, authorsBen Hutchings1-3/+3
2009-11-30sfc: Implement TSO for TCP/IPv6Ben Hutchings1-0/+2
2009-11-30sfc: Add support for SFC9000 family (2)Ben Hutchings1-0/+26
2009-11-30sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1