aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01net: Simplify pppol2tp pernet operations.Eric W. Biederman1-29/+7
2009-12-01net: Simplify pppoe pernet operations.Eric W. Biederman1-30/+8
2009-12-01net: Simplify ppp_generic pernet operations.Eric W. Biederman1-23/+7
2009-12-01net: Simplify the bond drivers pernet operations.Eric W. Biederman1-23/+9
2009-12-01net: Simplify loopback and improve batching.Eric W. Biederman1-8/+0
2009-11-29wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-11-29wan: Frame Relay/DLCI coding style corrections.Rudy Matela1-7/+7
2009-11-29netxen: fix merge 9b963e5d0e01461099aAmit Kumar Salecha1-0/+2
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings23-26/+26
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings3-14/+60
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings14-29/+414
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings5-0/+2595
2009-11-29sfc: Add firmware protocol definitions (MCDI)Steve Hodgson1-0/+1578
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings3-1537/+1549
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings14-16/+16
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings4-2/+21
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings6-124/+255
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings9-65/+95
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings7-28/+111
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings1-40/+24
2009-11-29mv643xx: convert to netdev_tx_tDenis Kirjanov1-1/+1
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings7-306/+341
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings3-3/+12
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings4-7/+17
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings4-8/+10
2009-11-29sfc: Implement ethtool reset operationBen Hutchings5-50/+84
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings4-0/+146
2009-11-29sfc: Generalise link state monitoringSteve Hodgson2-34/+61
2009-11-29sfc: Refactor link configurationBen Hutchings15-182/+273
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings6-63/+105
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2-8/+8
2009-11-29sfc: Remove duplicate hardware structure definitionsBen Hutchings2-15/+3
2009-11-29sfc: Remove redundant writes to INT_ADR_KERBen Hutchings1-8/+7
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-198/+242
2009-11-29ixgbe: Display currently attached PHY through ethtoolPJ Waskiewicz1-0/+50
2009-11-29ixgbe: Fix Receive Address Register (RAR) cleaning and accountingShannon Nelson1-4/+4
2009-11-29ixgbe: LINKS2 is not a valid register for 82598Don Skidmore1-4/+11
2009-11-29ixgbe: Disable Flow Control for certain devicesPJ Waskiewicz1-0/+14
2009-11-29ixgbe: handle parameters for tx and rx EITR, no div0Shannon Nelson1-6/+7
2009-11-29NET: smc91x: convert to dev_pm_opsKevin Hilman1-6/+12
2009-11-29sfc: Clean up RX event handlingBen Hutchings3-8/+8
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2-4/+12
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings8-52/+48
2009-11-28sfc: Remove some redundant whitespaceBen Hutchings1-2/+0
2009-11-28sfc: Remove another unused workaround macroBen Hutchings1-2/+0
2009-11-28sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2-3/+1
2009-11-28sfc: Limit some hardware workarounds to FalconBen Hutchings2-3/+4
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson3-8/+16
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson3-9/+9
2009-11-28sfc: QT202x: Reset before reading PHY idSteve Hodgson1-14/+8