summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-272-14/+14
* sfc: Fix descriptor cache sizesBen Hutchings2009-11-271-4/+4
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-246-28/+69
* sfc: Combine high-level header filesBen Hutchings2009-11-249-87/+25Star
* sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-243-25/+8Star
* sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings2009-11-241-3/+3
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-2410-53/+68
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-244-24/+29
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-244-38/+39
* sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-242-11/+11
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-248-75/+88
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-245-27/+33
* sfc: Use a single blink implementationBen Hutchings2009-11-248-77/+62Star
* sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings2009-11-241-4/+7
* sfc: Record RX queue number on GRO pathBen Hutchings2009-11-241-2/+4
* sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings2009-11-241-12/+14
* sfc: Remove ridiculously paranoid assertionsBen Hutchings2009-11-241-3/+0Star
* sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings2009-11-241-5/+2Star
* sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-241-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-2/+2
|\
| * i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare2009-11-071-2/+2
* | sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings2009-10-301-1/+1
* | sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings2009-10-301-2/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-301-3/+6
|\|
| * sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings2009-10-281-3/+6
* | sfc: Really allow RX checksum offload to be disabledBen Hutchings2009-10-281-2/+3
* | sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-245-58/+58
* | sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings2009-10-241-69/+39Star
* | sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-242-15/+8Star
* | 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/+0Star
* | sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-241-2/+0Star
* | sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-241-35/+25Star
* | sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-243-11/+10Star
* | sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-241-1/+0Star
* | sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-244-34/+28Star
* | sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-242-16/+14Star
* | sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings2009-10-241-1/+1
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2009-10-241-2/+0Star