summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'r8169-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller2011-02-231-19/+23
|\
| * r8169: fix RTL8168DP power off issue.Hayes Wang2011-02-231-3/+14
| * r8169: correct settings of rtl8102e.Hayes Wang2011-02-231-14/+6
| * r8169: fix incorrect args to oob notify.Hayes Wang2011-02-231-2/+3
* | Added support for usb ethernet (0x0fe6, 0x9700)Shahar Havivi2011-02-231-0/+4
* | DM9000B: Fix PHY power for network down/upHenry Nestler2011-02-231-3/+4
* | DM9000B: Fix reg_save after spin_lock in dm9000_timeoutHenry Nestler2011-02-231-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-227-82/+111
|\
| * p54pci: update receive dma buffers before and after processingChristian Lamparter2011-02-211-5/+9
| * rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde2011-02-212-0/+12
| * ath5k: Fix fast channel switchingNick Kossifidis2011-02-211-55/+87
| * ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh2011-02-181-0/+1
| * wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez2011-02-181-0/+2
| * ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan2011-02-153-22/+0
* | sfc: lower stack usage in efx_ethtool_self_testEric Dumazet2011-02-221-9/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1816-155/+245
|\ \
| * | tg3: Restrict phy ioctl accessMatt Carlson2011-02-171-2/+6
| * | drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-172-0/+4
| * | ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| * | ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
| * | e1000e: flush all writebacks before unloadJesse Brandeburg2011-02-171-10/+21
| * | e1000e: check down flag in tasksJesse Brandeburg2011-02-171-0/+21
| * | cxgb4vf: Use defined Mailbox TimeoutCasey Leedom2011-02-141-1/+1
| * | cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-141-0/+41
| * | cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-141-8/+8
| * | cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-141-12/+11
| * | pch_gbe: Fix the MAC Address load issue.Toshiharu Okada2011-02-142-1/+8
| * | iwlwifi: Delete iwl3945_good_plcp_health.David S. Miller2011-02-141-66/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-141-1/+0
| |\ \ | | |/
| | * iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0
| * | net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1
| * | pch_gbe: Fix the issue that the receiving data is not normal.Toshiharu Okada2011-02-131-42/+55
| * | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-131-1/+3
| * | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-131-6/+6
| * | USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl2011-02-131-1/+3
* | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-181-1/+1
|\ \ \
| * | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven2011-02-081-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1023-129/+240
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | virtio_net: Add schedule check to napi_enable callBruce Rogers2011-02-101-11/+16
| * | pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA2011-02-091-2/+2
| * | can: softing_cs needs slab.hRandy Dunlap2011-02-091-0/+1
| * | pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtoolToshiharu Okada2011-02-091-8/+4
| * | pch_can: fix module reload issue with MSITomoya2011-02-081-0/+1
| * | pch_can: fix rmmod issueTomoya2011-02-081-1/+1
| * | pch_can: fix 800k comms issueTomoya2011-02-081-1/+1
| * | USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko2011-02-081-80/+147
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-02-088-14/+21
| |\ \
| | * | ixgbe: update version stringDon Skidmore2011-02-081-1/+1
OpenPOWER on IntegriCloud