summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-30sfc: Allow for additional checksum offload featuresBen Hutchings1-1/+1
2009-11-30sfc: Extend MTD driver for use with new NICsBen Hutchings1-0/+3
2009-11-30sfc: Extend loopback mode enumerationBen Hutchings1-1/+18
2009-11-30sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-15/+15
2009-11-30sfc: Implement ethtool reset operationBen Hutchings1-50/+48
2009-11-30sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+96
2009-11-30sfc: Generalise link state monitoringSteve Hodgson1-2/+14
2009-11-30sfc: Refactor link configurationBen Hutchings1-52/+80
2009-11-30sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-20/+24
2009-11-29sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-2/+2
2009-11-29sfc: Always start Falcon using the XMACSteve Hodgson1-5/+1
2009-11-29sfc: Replace MDIO spinlock with mutexSteve Hodgson1-1/+1
2009-11-29sfc: Simplify PHY pollingSteve Hodgson1-27/+8
2009-11-27sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-14/+24
2009-11-27sfc: Simplify XMAC link pollingBen Hutchings1-5/+0
2009-11-27sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings1-10/+1
2009-11-27sfc: Split MAC stats DMA initiation and completionBen Hutchings1-35/+13
2009-11-27sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings1-5/+9
2009-11-27sfc: Remove unused function efx_flush_queues()Ben Hutchings1-13/+0
2009-11-27sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-1/+1