summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2010-10-21sfc: make functions staticstephen hemminger
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings
2010-09-21sfc: Add filter table managementBen Hutchings
2010-09-13sfc: Fix order of channel_name array dimensionsBen 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: Abstract channel and index lookup for RX queuesBen Hutchings
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-08sfc: Remove unused field left from mis-mergeBen 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-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-25sfc: Log clearer error messages for hardware monitorBen Hutchings
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings
2010-06-25sfc: Fix reading of inserted hashBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-24sfc: Log MTD errors using partition name, not just net device nameBen Hutchings
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen 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: Recycle discarded rx buffers back onto the queueSteve Hodgson
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson
2010-06-02sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson