summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward2011-10-051-1/+1
* pch_gbe: Fixed the issue on which a network freezesToshiharu Okada2011-10-031-29/+27Star
* pch_gbe: Fixed the issue on which PC was frozen when link was downed.Toshiharu Okada2011-10-031-1/+1
* net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel2011-10-031-2/+2
* bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-033-7/+12
* ibmveth: Fix oops on request_irq failureBrian King2011-09-291-2/+2
* cxgb4: Fix EEH on IBM P7IOCDivy Le Ray2011-09-291-0/+3
* dp83640: reduce driver noiseRichard Cochran2011-09-291-2/+2
* Merge git://github.com/davem330/netLinus Torvalds2011-09-2812-32/+68
|\
| * Merge branch 'for-davem' of git://git.infradead.org/users/linville/wirelessDavid S. Miller2011-09-289-29/+42
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...John W. Linville2011-09-279-29/+42
| | |\
| | | * ath9k: Fix a dma warning/memory leakMohammed Shafi Shajakhan2011-09-261-1/+9
| | | * rtlwifi: rtl8192cu: Fix unitialized structLarry Finger2011-09-261-0/+1
| | | * iwlagn: fix dangling scan requestJohannes Berg2011-09-261-14/+16
| | | * iwlegacy: do not use interruptible waitsStanislaw Gruszka2011-09-215-13/+13
| | | * iwlegacy: fix command queue timeoutStanislaw Gruszka2011-09-211-0/+2
| | | * ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan2011-09-211-1/+1
| * | | bnx2x: add missing break in bnx2x_dcbnl_get_capShmulik Ravid2011-09-271-0/+1
| * | | bnx2x: fix WOL by enablement PME in config spaceDmitry Kravkov2011-09-271-1/+9
| * | | bnx2x: fix hw attention handlingDmitry Kravkov2011-09-272-2/+16
| |/ /
* / / [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-263-12/+42
|/ /
* | ixgbe: fix possible null buffer errorJesse Brandeburg2011-09-211-2/+2
* | tg3: fix VLAN tagging regressionKasper Pedersen2011-09-211-2/+0Star
* | net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay2011-09-201-0/+1
* | netconsole: switch init_netconsole() to late_initcallLin Ming2011-09-201-1/+7
* | gianfar: Fix overflow check and return value for gfar_get_cls_all()Ben Hutchings2011-09-201-4/+4
* | ppp_generic: fix multilink fragment MTU calculation (again)Henry Wong2011-09-201-1/+6
* | GRETH: avoid overwrite IP-stack's IP-frags checksumDaniel Hellstrom2011-09-201-2/+5
* | GRETH: RX/TX bytes were never increasedDaniel Hellstrom2011-09-202-0/+6
* | Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2011-09-201-5/+27
|\ \
| * | r8169: do not enable the TBI for anything but the original 8169.Francois Romieu2011-09-171-3/+10
| * | r8169: remove erroneous processing of always set bit.Francois Romieu2011-09-171-1/+6
| * | r8169: fix WOL setting for 8105 and 8111evlHayes Wang2011-09-171-1/+9
| * | r8169: add MODULE_FIRMWARE for the firmware of 8111evlHayes Wang2011-09-171-0/+1
| * | r8169: fix the reset setting for 8111evlHayes Wang2011-09-171-0/+1
* | | Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville2011-09-205-42/+73
|\ \ \ | | |/ | |/|
| * | b43: Fix beacon problem in ad-hoc modeManual Munz2011-09-191-1/+2
| * | iwlagn: workaround bug crashing some APsDon Fry2011-09-161-0/+5
| * | rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger2011-09-161-8/+9
| * | rt2800pci: Fix compiler error on PowerPCLarry Finger2011-09-161-13/+17
| * | ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka2011-09-162-20/+40
* | | Merge git://github.com/davem330/netLinus Torvalds2011-09-1829-356/+603
|\ \ \ | | |/ | |/|
| * | can: ti_hecc: include linux/io.hDaniel Mack2011-09-171-0/+1
| * | ibmveth: Fix checksum offload failure handlingAnton Blanchard2011-09-161-11/+20
| * | ibmveth: Checksum offload is always disabledAnton Blanchard2011-09-161-1/+1
| * | ibmveth: Fix issue with DMA mapping failureAnton Blanchard2011-09-161-5/+5
| * | ibmveth: Fix DMA unmap errorBrian King2011-09-161-1/+6
| * | Merge branch 'master' of ../netdev/David S. Miller2011-09-162-15/+14Star
| |\ \
| | * | e1000: Fix driver to be used on PA RISC C8000 workstationsJeff Kirsher2011-08-311-0/+6
| * | | pch_gbe: support ML7831 IOHToshiharu Okada2011-09-152-5/+16