summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorLines
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings-1/+10
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings-1/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet-6/+6
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings-1/+656
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings-893/+56
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller-0/+1
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings-13/+10
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings-3/+2
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings-4/+118
2010-09-21sfc: Add filter table managementBen Hutchings-1/+678
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings-1/+1
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings-52/+224
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson-76/+109
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings-76/+61
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings-75/+125
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings-33/+47
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings-4/+4
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings-2/+2
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings-2/+0
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+1
2010-07-08sfc: Remove unused field left from mis-mergeBen Hutchings-2/+0
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet-3/+3
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings-10/+105
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings-4/+1
2010-06-25sfc: Log clearer error messages for hardware monitorBen Hutchings-3/+8
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings-3/+22
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings-9/+8
2010-06-25sfc: Fix reading of inserted hashBen Hutchings-8/+6
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings-3/+49
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings-1/+0
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings-5/+3
2010-06-24sfc: Implement message level controlBen Hutchings-529/+727
2010-06-24sfc: Log MTD errors using partition name, not just net device nameBen Hutchings-9/+14
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings-0/+292
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings-3/+3
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings-4/+2
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings-1/+7
2010-06-03drivers/net: use __packed annotationEric Dumazet-1/+1
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings-1/+7
2010-06-02sfc: Only count bad packets in rx_errorsBen Hutchings-3/+0
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson-43/+62
2010-06-02sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson-11/+79
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson-142/+96
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson-130/+73
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson-22/+18
2010-06-02sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson-3/+7
2010-06-02sfc: Synchronise link_advertising and wanted_fc on SienaSteve Hodgson-0/+1