Age | Commit message (Expand) | Author | Files | Lines |
2012-11-15 | Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobu... | David S. Miller | 1 | -1/+0 |
2012-11-15 | net/smsc911x: Fix ready check in cases where WORD_SWAP is needed | Kamlakant Patel | 1 | -2/+15 |
2012-11-15 | drivers/net: fix tasklet misuse issue | Xiaotian Feng | 3 | -38/+18 |
2012-11-14 | vxlan: Update hard_header_len based on lowerdev when instantiating VXLAN | Alexander Duyck | 1 | -0/+4 |
2012-11-14 | vxlan: fix a typo. | Rami Rosen | 1 | -1/+1 |
2012-11-13 | vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too large | Alexander Duyck | 1 | -2/+2 |
2012-11-13 | net: cdc_ncm: add Huawei devices | Bjørn Mork | 1 | -4/+18 |
2012-11-13 | qeth: set new mac even if old mac is gone | Ursula Braun | 1 | -1/+1 |
2012-11-13 | qeth: Fix IPA_CMD_QIPASSIST return code handling | Stefan Raspl | 2 | -6/+29 |
2012-11-13 | smsc95xx: set MII_BUSY bit to read/write PHY regs | Steve Glendinning | 1 | -2/+2 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -25/+38 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 3 | -13/+9 |
2012-11-10 | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -1/+82 |
2012-11-10 | sparc: Add sparc support for platform_get_irq() | Andreas Larsson | 1 | -0/+7 |
2012-11-10 | gianfar: ethernet vanishes after restoring from hibernation | Wang Dongsheng | 1 | -1/+4 |
2012-11-10 | usbnet: ratelimit kevent may have been dropped warnings | Steve Glendinning | 1 | -3/+5 |
2012-11-10 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2 | -1/+6 |
2012-11-10 | Merge tag '3.7-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he... | Linus Torvalds | 8 | -52/+62 |
2012-11-10 | Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -94/+140 |
2012-11-09 | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory | Thomas Hellstrom | 1 | -1/+1 |
2012-11-09 | drm/vmwgfx: Fix hibernation device reset | Thomas Hellstrom | 1 | -0/+5 |
2012-11-09 | Merge tag 'pinctrl-for-v3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -50/+369 |
2012-11-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 3 | -12/+2 |
2012-11-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -26/+43 |
2012-11-09 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 10 | -36/+57 |
2012-11-09 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
2012-11-09 | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 5 | -13/+17 |
2012-11-09 | virtio: Don't access index after unregister. | Cornelia Huck | 1 | -1/+3 |
2012-11-09 | drm/nouveau: fix acpi edid retrieval | Maarten Lankhorst | 1 | -1/+1 |
2012-11-09 | drm/nvc0/disp: fix regression in vblank semaphore release | Kelly Doran | 1 | -8/+12 |
2012-11-09 | drm/nv40/mpeg: fix context handling | Marcin Slusarz | 1 | -1/+1 |
2012-11-09 | drm/nv40/graph: fix typo in type names | Marcin Slusarz | 1 | -2/+2 |
2012-11-09 | drm/nv41/vm: fix typo in type name | Marcin Slusarz | 1 | -1/+1 |
2012-11-08 | drm/radeon/si: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+2 |
2012-11-08 | drm/radeon/cayman: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+7 |
2012-11-08 | net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs | Ian Coolidge | 1 | -1/+2 |
2012-11-08 | usb: gadget: g_ether: fix frame size check for 802.1Q | Ian Coolidge | 1 | -1/+2 |
2012-11-08 | cxgb4: Fix initialization of SGE_CONTROL register | Vipul Pandya | 1 | -1/+1 |
2012-11-08 | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES | Lee Jones | 3 | -6/+2 |
2012-11-08 | cxgb4: Initialize data structures before using. | Vipul Pandya | 1 | -0/+4 |
2012-11-08 | mmc: sdhci-s3c: fix the card detection in runtime-pm | Seungwon Jeon | 1 | -2/+4 |
2012-11-08 | mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 1 | -14/+14 |
2012-11-08 | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end | Arnd Bergmann | 4 | -6/+6 |
2012-11-08 | mmc: dw_mmc: fix modular build for exynos back-end | Arnd Bergmann | 1 | -1/+1 |
2012-11-08 | mmc: sdhci: fix NULL dereference in sdhci_request() tuning | Chris Ball | 1 | -10/+13 |
2012-11-08 | mmc: sdhci: fix IS_ERR() checking of regulator_get() | Kevin Liu | 1 | -6/+12 |
2012-11-08 | mmc: fix sdhci-dove probe/removal | Russell King - ARM Linux | 1 | -18/+20 |
2012-11-08 | mmc: sh_mmcif: fix use after free | Guennadi Liakhovetski | 1 | -1/+1 |
2012-11-08 | mmc: sdhci-pci: fix 'Invalid iomem size' error message condition | Adrian Hunter | 1 | -1/+1 |
2012-11-08 | mmc: mxcmmc: Fix MODULE_ALIAS | Fabio Estevam | 1 | -1/+1 |