aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-261-1/+2
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-3/+48
* sfc: Combine high-level header filesBen Hutchings2009-11-241-3/+0
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-5/+7
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-241-10/+1
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-241-19/+6
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-241-1/+1
* sfc: Use a single blink implementationBen Hutchings2009-11-241-3/+4
* sfc: Move MTD probe after netdev registration and name allocationBen Hutchings2009-10-241-2/+4
* sfc: Remove unnecessary tests of efx->membaseBen Hutchings2009-10-241-8/+0
* sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-241-2/+0
* sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-241-9/+7
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-241-18/+23
* sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-241-1/+1
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-11/+3
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-2/+1
* sfc: Improve reliability of RX queue flushingBen Hutchings2009-08-261-0/+2
* sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings2009-08-261-9/+17
* sfc: Remove lro module parameterBen Hutchings2009-05-191-13/+2
* sfc: modify allocation error messageMike Travis2009-05-171-2/+2
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-2/+8
* sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings2009-04-141-3/+4
* sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings2009-03-311-4/+3
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-5/+12
|\
| * Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-091-18/+41
| |\
| * | cpumask: convert drivers/net/sfcRusty Russell2009-01-111-4/+11