summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-2/+1
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-301-0/+3
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-251-0/+3
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-0/+1
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-241-1/+1
* sfc: Implement message level controlBen Hutchings2010-06-241-88/+135
* sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings2010-06-121-3/+3
* sfc: Only count bad packets in rx_errorsBen Hutchings2010-06-021-3/+0
* sfc: Allow shared pages to be recycledSteve Hodgson2010-06-021-1/+2
* sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-021-37/+7
* sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-021-2/+11
* sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson2010-06-021-0/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-2/+2
|\
| * sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-281-2/+2
* | sfc: Create multiple TX queuesBen Hutchings2010-04-281-52/+61
* | sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2010-04-281-9/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-4/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-141-0/+1
|\
| * sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-121-0/+1
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-3/+3
|\ \ | |/
| * sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-231-3/+3
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-3/+3
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-291-0/+2
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-291-0/+26
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-291-1/+1
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-291-0/+3
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-291-1/+18
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-291-15/+15
* sfc: Implement ethtool reset operationBen Hutchings2009-11-291-50/+48
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-291-0/+96
* sfc: Generalise link state monitoringSteve Hodgson2009-11-291-2/+14
* sfc: Refactor link configurationBen Hutchings2009-11-291-52/+80
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-291-20/+24
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-281-2/+2
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-281-5/+1
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-281-1/+1
* sfc: Simplify PHY pollingSteve Hodgson2009-11-281-27/+8
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-261-14/+24
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-261-5/+0
* sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-261-10/+1
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-261-35/+13
* sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings2009-11-261-5/+9
* sfc: Remove unused function efx_flush_queues()Ben Hutchings2009-11-261-13/+0
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-261-1/+1
OpenPOWER on IntegriCloud