aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-24sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings1-5/+2
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings7-98/+62
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings7-421/+426
2009-10-24sfc: Update hardware definitions for SienaBen Hutchings7-1885/+3754
2009-10-24sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2-15/+12
2009-10-24sfc: Remove versioned bitfield macrosBen Hutchings3-40/+47
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings9-22/+2
2009-10-24sfc: Merge sfe4001.c into falcon_boards.cBen Hutchings4-443/+420
2009-10-24sfc: Rename Falcon-specific board code and typesBen Hutchings5-26/+25
2009-10-24sfc: Remove redundant hardware initialisationBen Hutchings1-4/+0
2009-10-24sfc: Remove redundant header gmii.hBen Hutchings2-61/+0
2009-10-22sfc: 10Xpress: Report support for pause framesBen Hutchings1-0/+1
2009-10-12sfc: 10Xpress: Initialise pause advertising flagsBen Hutchings1-0/+10
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger2-2/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger4-14/+15
2009-08-26sfc: Improve reliability of RX queue flushingBen Hutchings1-0/+2
2009-08-26sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings1-1/+6
2009-08-26sfc: QT2025C: Use hard reset onlyBen Hutchings1-9/+10
2009-08-26sfc: Do not reinitialise XAUI serdes before it has completed resetBen Hutchings2-3/+7
2009-08-26sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings1-9/+17
2009-06-11sfc: Expose 100/1000BASE-T MDI-X status via ethtoolBen Hutchings1-1/+10
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet2-7/+1
2009-05-19sfc: Remove lro module parameterBen Hutchings1-13/+2
2009-05-17sfc: Use generic XENPAK register definitionsBen Hutchings3-73/+4
2009-05-17sfc: modify allocation error messageMike Travis1-2/+2
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings5-48/+7
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings14-845/+311
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+6
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-8/+18
2009-04-14sfc: Use correct macro to set event bitfieldBen Hutchings1-2/+2
2009-04-14sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings1-3/+4
2009-04-08sfc: Don't specify unexistent IRQJean Delvare2-5/+0
2009-03-31sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings1-4/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-17/+24
2009-03-21sfc: Implement adaptive IRQ moderationBen Hutchings6-21/+73
2009-03-21sfc: Optimise falcon_writel_page_locked() for page > 0Ben Hutchings1-5/+8
2009-03-21sfc: Remove unused private PCI register definitionsBen Hutchings1-7/+0
2009-03-21sfc: Work around unreliable legacy interrupt statusBen Hutchings1-12/+14
2009-03-21sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings2-0/+10
2009-03-04sfc: Improve NIC internal error recoveryBen Hutchings1-4/+19
2009-03-04sfc: Fix search for flush completion eventsBen Hutchings1-12/+9
2009-03-04sfc: Don't wake TX queues while they're being flushedBen Hutchings1-1/+1
2009-03-04sfc: Clear I2C adapter structure in falcon_remove_nic()Ben Hutchings1-0/+2
2009-03-04sfc: Clean up properly on reset failure pathsBen Hutchings1-3/+6