aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-1887/+3756
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