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