aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAge
...
* sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-26
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-26
* sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings2009-11-26
* sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson2009-11-26
* sfc: Remove unused function efx_flush_queues()Ben Hutchings2009-11-26
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-26
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-26
* sfc: Remove unused constantBen Hutchings2009-11-26
* sfc: Comment correctionsBen Hutchings2009-11-26
* sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-26
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-26
* sfc: Fix descriptor cache sizesBen Hutchings2009-11-26
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-24
* sfc: Combine high-level header filesBen Hutchings2009-11-24
* sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-24
* sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings2009-11-24
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-24
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-24
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-24
* sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-24
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-24
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-24
* sfc: Use a single blink implementationBen Hutchings2009-11-24
* sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings2009-11-24
* sfc: Record RX queue number on GRO pathBen Hutchings2009-11-24
* sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings2009-11-24
* sfc: Remove ridiculously paranoid assertionsBen Hutchings2009-11-24
* sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings2009-11-24
* sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-19
|\
| * i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare2009-11-07
* | sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings2009-10-30
* | sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings2009-10-30
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-30
|\|
| * sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings2009-10-28
* | sfc: Really allow RX checksum offload to be disabledBen Hutchings2009-10-28
* | sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-24
* | sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings2009-10-24
* | sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-24
* | sfc: Move MTD probe after netdev registration and name allocationBen Hutchings2009-10-24
* | sfc: Remove unnecessary tests of efx->membaseBen Hutchings2009-10-24
* | sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-24
* | sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-24
* | sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-24
* | sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-24
* | sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-24
* | sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-24
* | sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings2009-10-24
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2009-10-24
* | sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-24