summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-01-24igb: Add support for i340 Quad Port Fiber AdapterCarolyn Wyborny3-0/+3
2011-01-24e1000e: Use kmemdup rather than duplicating its implementationBruce Allan1-9/+2
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan5-33/+31
2011-01-24e1000e: convert to stats64Jeff Kirsher3-34/+80
2011-01-21ppp: Use SKB queue abstraction interfaces in fragment processing.David S. Miller1-15/+16
2011-01-21ppp: Reconstruct fragmented packets using frag lists instead of copying.David S. Miller1-16/+23
2011-01-21ppp: Clean up kernel log messages.David S. Miller1-37/+49
2011-01-21enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociateRoopa Prabhu2-7/+9
2011-01-21via-velocity: fix the WOL bug on 1000M full duplex forced mode.françois romieu2-4/+13
2011-01-21atl1e: remove private #define.françois romieu4-136/+25
2011-01-21atl1c: remove private #define.françois romieu2-49/+9
2011-01-20vxge: update driver versionJon Mason1-2/+2
2011-01-20vxge: MSIX one shot modeJon Mason6-50/+302
2011-01-20vxge: correct eprom version detectionJon Mason2-2/+2
2011-01-20vxge: cleanup probe error pathsJon Mason1-30/+25
2011-01-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-210/+424
2011-01-19gianfar: Fix misleading indentation in startup_gfar()Anton Vorontsov1-1/+1
2011-01-19net/irda/sh_irda: return to RX mode when TX errorKuninori Morimoto1-2/+12
2011-01-19USB CDC NCM: tx_fixup() race condition fixAlexey Orishko1-7/+12
2011-01-19ns83820: Avoid bad pointer deref in ns83820_init_one().Jesper Juhl1-3/+2
2011-01-19bnx2x: Update bnx2x version to 1.62.00-4Yaniv Rosner1-2/+2
2011-01-19bnx2x: Fix AER setting for BCM57712Yaniv Rosner1-1/+1
2011-01-19bnx2x: Fix BCM84823 LED behaviorYaniv Rosner2-1/+21
2011-01-19bnx2x: Mark full duplex on some external PHYsYaniv Rosner1-1/+8
2011-01-19bnx2x: Fix BCM8073/BCM8727 microcode loadingYaniv Rosner1-30/+43
2011-01-19bnx2x: LED fix for BCM8727 over BCM57712Yaniv Rosner1-1/+17
2011-01-19bnx2x: Common init will be executed only once after PORYaniv Rosner1-0/+11
2011-01-19bnx2x: Swap BCM8073 PHY polarity if requiredYaniv Rosner2-0/+46
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-13/+22
2011-01-18iwlwifi: fix valid chain reading from EEPROMWey-Yi Guy1-1/+1
2011-01-18ath5k: fix locking in tx_complete_poll_workBob Copeland1-0/+4
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-15/+19
2011-01-18ath9k_hw: do PA offset calibration only on longcal intervalRajkumar Manoharan1-5/+5
2011-01-18ath9k_htc: Fix endian issue in tx headerRajkumar Manoharan2-4/+6
2011-01-18ath9k_hw: ASPM interoperability fix for AR9380/AR9382Luis R. Rodriguez2-3/+3
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...Linus Torvalds1-2/+1
2011-01-17net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FSNicholas Bellinger1-2/+1
2011-01-16vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara2-5/+5
2011-01-16vmxnet3: Add locking for access to command registerShreyas Bhatewara3-0/+54
2011-01-16vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara1-1/+6
2011-01-16vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara1-114/+145
2011-01-16vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara1-14/+9
2011-01-16vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara1-13/+1
2011-01-16vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara1-0/+5
2011-01-16vmxnet3: fix ring size updateShreyas Bhatewara1-1/+1
2011-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds38-505/+512
2011-01-14GRETH: resolve SMP issues and other problemsDaniel Hellstrom1-67/+92
2011-01-14GRETH: handle frame error interruptsDaniel Hellstrom2-4/+7
2011-01-14GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom1-11/+8
2011-01-14GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom1-4/+14