summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-26net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King1-4/+12
2015-08-26vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner1-0/+2
2015-08-26Merge tag 'linux-can-fixes-for-4.2-20150825' of git://git.kernel.org/pub/scm/...David S. Miller5-70/+82
2015-08-26net: compile renesas directory if NET_VENDOR_RENESAS is configuredKazuya Mizuguchi1-1/+1
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney1-1/+1
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde5-70/+82
2015-08-24net: bcmgenet: fix uncleaned dma flagsJaedon Shin1-0/+16
2015-08-24net: bcmgenet: Avoid sleeping in bcmgenet_timeoutFlorian Fainelli1-4/+0
2015-08-21Merge tag 'pm+acpi-4.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+17
2015-08-21Merge branches 'acpi-video' and 'cpufreq-fixes'Rafael J. Wysocki2-5/+17
2015-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-57/+83
2015-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-23/+44
2015-08-20Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-33/+48
2015-08-19target: Fix handling of small allocation lengths in REPORT LUNSRoland Dreier1-16/+16
2015-08-18Merge tag 'dmaengine-fix-4.2-rc8' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-0/+4
2015-08-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-87/+36
2015-08-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2015-08-18Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-185/+24
2015-08-18net: phy: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-08-18net: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G ModuleDavid Ward1-0/+1
2015-08-18be2net: avoid vxlan offloading on multichannel configsIvan Vecera1-2/+2
2015-08-18net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov1-12/+19
2015-08-17net: ethernet: micrel: fix an error codeDan Carpenter1-3/+2
2015-08-17ppp: fix device unregistration upon netns deletionGuillaume Nault1-36/+42
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie1-4/+12
2015-08-17dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga1-0/+4
2015-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-26/+36
2015-08-17Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2015-08-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-32/+26
2015-08-15Merge tag 'topic/drm-fixes-2015-08-14' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-6/+13
2015-08-15Merge tag 'drm-intel-fixes-2015-08-14' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-81/+23
2015-08-15thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar1-1/+12
2015-08-15thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar1-4/+4
2015-08-15thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar1-5/+5
2015-08-15thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar1-16/+10
2015-08-15thermal/cpu_cooling: quit early after updating policyViresh Kumar1-0/+1
2015-08-15thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar1-1/+1
2015-08-15thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King1-11/+20
2015-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2015-08-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2015-08-15zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2015-08-14cpufreq: exynos: Fix for memory leak in case SoC name does not matchShailendra Verma1-2/+4
2015-08-14ACPI / video: Fix circular lock dependency issue in the video-detect codeHans de Goede1-3/+13
2015-08-14thermal: power_allocator: do not use devm* interfacesDmitry Torokhov1-4/+4
2015-08-14gianfar: Restore link state settings after MAC resetClaudiu Manoil1-0/+5
2015-08-14Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"Alexandre Courbot1-21/+8
2015-08-14drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom1-2/+2
2015-08-14Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie4-13/+22
2015-08-13Merge tag 'dm-4.2-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds7-20/+54