aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-03pch_gbe: Fixed the issue on which a network freezesToshiharu Okada1-29/+27
2011-10-03pch_gbe: Fixed the issue on which PC was frozen when link was downed.Toshiharu Okada1-1/+1
2011-10-03net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel1-2/+2
2011-10-03bonding: properly stop queuing work when requestedAndy Gospodarek3-7/+12
2011-09-29ibmveth: Fix oops on request_irq failureBrian King1-2/+2
2011-09-29cxgb4: Fix EEH on IBM P7IOCDivy Le Ray1-0/+3
2011-09-29dp83640: reduce driver noiseRichard Cochran1-2/+2
2011-09-28Merge git://github.com/davem330/netLinus Torvalds12-32/+68
2011-09-27Merge branch 'for-davem' of git://git.infradead.org/users/linville/wirelessDavid S. Miller9-29/+42
2011-09-27Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davemJohn W. Linville9-29/+42
2011-09-27bnx2x: add missing break in bnx2x_dcbnl_get_capShmulik Ravid1-0/+1
2011-09-27bnx2x: fix WOL by enablement PME in config spaceDmitry Kravkov1-1/+9
2011-09-27bnx2x: fix hw attention handlingDmitry Kravkov2-2/+16
2011-09-26ath9k: Fix a dma warning/memory leakMohammed Shafi Shajakhan1-1/+9
2011-09-26rtlwifi: rtl8192cu: Fix unitialized structLarry Finger1-0/+1
2011-09-26iwlagn: fix dangling scan requestJohannes Berg1-14/+16
2011-09-26[SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman3-12/+42
2011-09-21iwlegacy: do not use interruptible waitsStanislaw Gruszka5-13/+13
2011-09-21iwlegacy: fix command queue timeoutStanislaw Gruszka1-0/+2
2011-09-21ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan1-1/+1
2011-09-21ixgbe: fix possible null buffer errorJesse Brandeburg1-2/+2
2011-09-21tg3: fix VLAN tagging regressionKasper Pedersen1-2/+0
2011-09-20net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay1-0/+1
2011-09-20netconsole: switch init_netconsole() to late_initcallLin Ming1-1/+7
2011-09-20gianfar: Fix overflow check and return value for gfar_get_cls_all()Ben Hutchings1-4/+4
2011-09-20ppp_generic: fix multilink fragment MTU calculation (again)Henry Wong1-1/+6
2011-09-20GRETH: avoid overwrite IP-stack's IP-frags checksumDaniel Hellstrom1-2/+5
2011-09-20GRETH: RX/TX bytes were never increasedDaniel Hellstrom2-0/+6
2011-09-20Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-5/+27
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville5-42/+73
2011-09-19b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-09-18Merge git://github.com/davem330/netLinus Torvalds29-356/+603
2011-09-17r8169: do not enable the TBI for anything but the original 8169.Francois Romieu1-3/+10
2011-09-17r8169: remove erroneous processing of always set bit.Francois Romieu1-1/+6
2011-09-17r8169: fix WOL setting for 8105 and 8111evlHayes Wang1-1/+9
2011-09-17r8169: add MODULE_FIRMWARE for the firmware of 8111evlHayes Wang1-0/+1
2011-09-17r8169: fix the reset setting for 8111evlHayes Wang1-0/+1
2011-09-16can: ti_hecc: include linux/io.hDaniel Mack1-0/+1
2011-09-16iwlagn: workaround bug crashing some APsDon Fry1-0/+5
2011-09-16rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger1-8/+9
2011-09-16rt2800pci: Fix compiler error on PowerPCLarry Finger1-13/+17
2011-09-16ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka2-20/+40
2011-09-16ibmveth: Fix checksum offload failure handlingAnton Blanchard1-11/+20
2011-09-16ibmveth: Checksum offload is always disabledAnton Blanchard1-1/+1
2011-09-16ibmveth: Fix issue with DMA mapping failureAnton Blanchard1-5/+5
2011-09-16ibmveth: Fix DMA unmap errorBrian King1-1/+6
2011-09-16Merge branch 'master' of ../netdev/David S. Miller2-15/+14
2011-09-15pch_gbe: support ML7831 IOHToshiharu Okada2-5/+16
2011-09-15pch_gbe: added the process of FIFO over run errorToshiharu Okada2-104/+179
2011-09-15pch_gbe: fixed the issue which receives an unnecessary packet.Toshiharu Okada1-7/+14