| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-04-08 | 18 | -113/+190 |
|\ |
|
| * | isdnloop: several buffer overflows | Dan Carpenter | 2014-04-08 | 1 | -8/+9 |
| * | net/at91_ether: avoid NULL pointer dereference | Gilles Chanteperdrix | 2014-04-07 | 1 | -0/+3 |
| * | at86rf230: fix MAX_CSMA_RETRIES parameter | Alexander Aring | 2014-04-07 | 1 | -1/+1 |
| * | sxgbe: fix duplicate #include headers | Jean Sacren | 2014-04-07 | 1 | -1/+0 |
| * | xen-netback: Trivial format string fix | Zoltan Kiss | 2014-04-04 | 1 | -2/+2 |
| * | net: bcmgenet: Remove unnecessary version.h inclusion | Sachin Kamat | 2014-04-04 | 1 | -1/+0 |
| * | net: smc911x: Remove unused local variable | Laurent Pinchart | 2014-04-04 | 1 | -1/+0 |
| * | bonding: Inactive slaves should keep inactive flag's value | zheng.li | 2014-04-04 | 1 | -1/+1 |
| * | net: Micrel KSZ8864RMN 4-port managed switch support | Philipp Zabel | 2014-04-03 | 1 | -12/+40 |
| * | sxgbe: fix driver probe error path and driver removal leaks | françois romieu | 2014-04-03 | 1 | -10/+17 |
| * | sxgbe: use common NET_VENDOR_FOO style. | françois romieu | 2014-04-03 | 2 | -13/+20 |
| * | xen-netback: Grant copy the header instead of map and memcpy | Zoltan Kiss | 2014-04-03 | 2 | -53/+70 |
| * | xen-netback: Rename map ops | Zoltan Kiss | 2014-04-03 | 1 | -22/+24 |
| * | net: qlcnic: include irq.h for irq definitions | Josh Boyer | 2014-04-03 | 1 | -0/+1 |
| * | net: enic: include irq.h for irqreturn_t definitions | Josh Boyer | 2014-04-03 | 1 | -0/+1 |
| * | net: bnx2x: include irq.h for irqreturn_t definitions | Josh Boyer | 2014-04-03 | 1 | -0/+1 |
| * | isdnloop: Validate NUL-terminated strings from user. | YOSHIFUJI Hideaki / 吉藤英明 | 2014-04-03 | 1 | -0/+6 |
| * | net: ti: fix CPTS driver build on arm | Alexei Starovoitov | 2014-04-03 | 1 | -0/+2 |
| * | net: vxlan: fix crash when interface is created with no group | Mike Rapoport | 2014-04-03 | 1 | -1/+5 |
* | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-08 | 136 | -2/+89854 |
|\ \ |
|
| * | | staging: rtl8723au: The 8723 only has two paths | Jes Sorensen | 2014-04-07 | 3 | -45/+0 |
| * | | Staging: unisys: mark drivers as BROKEN | Greg Kroah-Hartman | 2014-04-07 | 1 | -1/+1 |
| * | | Staging: unisys: verify that a control channel exists | Sasha Levin | 2014-04-07 | 1 | -0/+18 |
| * | | staging: unisys: Add missing close parentheses in filexfer.c | Masanari Iida | 2014-04-07 | 1 | -1/+1 |
| * | | staging: r8723au: Fix build problem when RFKILL is not selected | Larry Finger | 2014-04-06 | 1 | -1/+1 |
| * | | staging: r8723au: Fix randconfig build errors | Larry Finger | 2014-04-05 | 1 | -0/+1 |
| * | | staging: r8723au: Turn on build of new driver | Larry Finger | 2014-04-05 | 5 | -0/+111 |
| * | | staging: r8723au: Additional source patches | Larry Finger | 2014-04-05 | 31 | -700/+343 |
| * | | staging: r8723au: Add source files for new driver - part 4 | Larry Finger | 2014-04-05 | 75 | -0/+18670 |
| * | | staging: r8723au: Add source files for new driver - part 3 | Larry Finger | 2014-04-05 | 8 | -0/+7626 |
| * | | staging: r8723au: Add source files for new driver - part 2 | Larry Finger | 2014-04-05 | 28 | -0/+28277 |
| * | | staging: r8723au: Add source files for new driver - part 1 | Larry Finger | 2014-04-05 | 17 | -0/+35551 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-04-08 | 10 | -18/+137 |
|\ \ \ |
|
| * | | | s390/irq: Use defines for external interruption codes | Thomas Huth | 2014-04-03 | 3 | -6/+6 |
| * | | | s390/sclp: add timeout for queued requests | Gerald Schaefer | 2014-04-01 | 3 | -4/+104 |
| * | | | lcs: Add missing destroy_timer_on_stack() | Thomas Gleixner | 2014-04-01 | 1 | -0/+1 |
| * | | | s390/tape: Add missing destroy_timer_on_stack() | Thomas Gleixner | 2014-04-01 | 1 | -0/+1 |
| * | | | s390/tape: Use del_timer_sync() | Thomas Gleixner | 2014-04-01 | 1 | -1/+1 |
| * | | | s390/3270: fix crash with multiple reset device requests | Martin Schwidefsky | 2014-04-01 | 1 | -3/+6 |
| * | | | s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6 | Ingo Tuchscherer | 2014-04-01 | 2 | -4/+18 |
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-04-08 | 441 | -15287/+35607 |
|\ \ \ \ |
|
| * | | | | DRM: armada: fix corruption while loading cursors | Russell King | 2014-04-08 | 1 | -0/+1 |
| * | | | | Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 2014-04-05 | 78 | -802/+1255 |
| |\ \ \ \ |
|
| | * | | | | Skip intel_crt_init for Dell XPS 8700 | Giacomo Comes | 2014-04-04 | 1 | -0/+8 |
| | * | | | | drm/i915: vlv: fix RPS interrupt mask setting | Imre Deak | 2014-04-04 | 1 | -1/+1 |
| | * | | | | Revert "drm/i915/vlv: fixup DDR freq detection per Punit spec" | Deepak S | 2014-04-04 | 1 | -4/+2 |
| | * | | | | drm/i915: move power domain init earlier during system resume | Imre Deak | 2014-04-04 | 1 | -14/+76 |
| | * | | | | drm/i915: Fix the computation of required fb size for pipe | Chris Wilson | 2014-04-02 | 1 | -8/+21 |
| | * | | | | drm/i915: don't get/put runtime PM at the debugfs forcewake file | Paulo Zanoni | 2014-04-01 | 1 | -2/+0 |