summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-141-1/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-3023-26/+26
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-303-14/+60
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-3014-29/+414
* sfc: Add support for SFC9000 family (1)Ben Hutchings2009-11-305-0/+2595
* sfc: Add firmware protocol definitions (MCDI)Steve Hodgson2009-11-301-0/+1578
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-303-1537/+1549
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-3014-16/+16
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-304-2/+21
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-306-124/+255
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-309-65/+95
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-307-28/+111
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-301-40/+24Star
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-307-306/+341
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-303-3/+12
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-304-7/+17
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-304-8/+10
* sfc: Implement ethtool reset operationBen Hutchings2009-11-305-50/+84
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-304-0/+146
* sfc: Generalise link state monitoringSteve Hodgson2009-11-302-34/+61
* sfc: Refactor link configurationBen Hutchings2009-11-3015-182/+273
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-306-63/+105
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-302-8/+8
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-302-15/+3Star
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-301-8/+7Star
* sfc: Clean up RX event handlingBen Hutchings2009-11-293-8/+8
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-292-4/+12
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-298-52/+48Star
* sfc: Remove some redundant whitespaceBen Hutchings2009-11-291-2/+0Star
* sfc: Remove another unused workaround macroBen Hutchings2009-11-291-2/+0Star
* sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-292-3/+1Star
* sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-292-3/+4
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-293-8/+16
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-293-9/+9
* sfc: QT202x: Reset before reading PHY idSteve Hodgson2009-11-291-14/+8Star
* sfc: Simplify PHY pollingSteve Hodgson2009-11-297-124/+103Star
* sfc: Do not set net_device::trans_start in self-testBen Hutchings2009-11-271-1/+0Star
* sfc: Move inline comment into kernel-docBen Hutchings2009-11-271-3/+1Star
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-274-23/+29
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-278-54/+41Star
* sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-273-10/+17
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-279-88/+139
* sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings2009-11-271-5/+9
* sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson2009-11-271-17/+25
* sfc: Remove unused function efx_flush_queues()Ben Hutchings2009-11-272-14/+0Star
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-272-41/+73
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-277-80/+85
* sfc: Remove unused constantBen Hutchings2009-11-271-3/+0Star
* sfc: Comment correctionsBen Hutchings2009-11-273-6/+3Star
* sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-271-1/+2