aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-4/+2
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-3/+3
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-3/+3
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings1-0/+2
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings1-0/+26
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-1/+1
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-0/+3
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings1-1/+18
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-15/+15
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-50/+48
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+96
2009-11-29sfc: Generalise link state monitoringSteve Hodgson1-2/+14
2009-11-29sfc: Refactor link configurationBen Hutchings1-52/+80
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-20/+24
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-2/+2