aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-26sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings1-5/+9
2009-11-26sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson1-17/+25
2009-11-26sfc: Remove unused function efx_flush_queues()Ben Hutchings2-14/+0
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings2-41/+73
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings7-80/+85
2009-11-26sfc: Remove unused constantBen Hutchings1-3/+0
2009-11-26sfc: Comment correctionsBen Hutchings3-6/+3
2009-11-26sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings1-1/+2
2009-11-26sfc: Treat all MAC registers as 128-bitBen Hutchings2-14/+14
2009-11-26sfc: Fix descriptor cache sizesBen Hutchings1-4/+4
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings6-28/+69
2009-11-24sfc: Combine high-level header filesBen Hutchings9-87/+25
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings3-25/+8
2009-11-24sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings1-3/+3
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings10-53/+68
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings4-24/+29
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings4-38/+39
2009-11-24sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2-11/+11
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings8-75/+88
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings5-27/+33
2009-11-24sfc: Use a single blink implementationBen Hutchings8-77/+62
2009-11-24sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings1-4/+7
2009-11-24sfc: Record RX queue number on GRO pathBen Hutchings1-2/+4
2009-11-24sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings1-12/+14
2009-11-24sfc: Remove ridiculously paranoid assertionsBen Hutchings1-3/+0
2009-11-24sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings1-5/+2
2009-11-24sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings1-2/+0
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-11-07i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare1-2/+2
2009-10-29sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings1-1/+1
2009-10-29sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings1-2/+11
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2009-10-28sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings1-3/+6
2009-10-28sfc: Really allow RX checksum offload to be disabledBen Hutchings1-2/+3
2009-10-24sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings5-58/+58
2009-10-24sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings1-69/+39
2009-10-24sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2-15/+8
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings1-2/+4
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings1-8/+0
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings1-2/+0
2009-10-24sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings1-35/+25
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings3-11/+10
2009-10-24sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings1-1/+0
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings4-34/+28
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2-16/+14
2009-10-24sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings1-1/+1
2009-10-24sfc: Remove declarations of nonexistent functionsBen Hutchings1-2/+0
2009-10-24sfc: Change order of device removal to reverse of probe orderBen Hutchings1-1/+1
2009-10-24sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2-29/+21
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings4-25/+25