summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-12-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+9
2016-12-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+12
2016-12-02net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo1-2/+0
2016-12-02net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo1-10/+0
2016-12-02default exported asm symbols to zeroArnd Bergmann1-0/+1
2016-12-02arm64: dts: juno: fix cluster sleep state entry latency on all SoC versionsSudeep Holla3-3/+3
2016-12-02Merge branch 'stmmac-probe-error-handling-and-phydev-leaks'David S. Miller13-63/+215
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold13-49/+156
2016-12-02net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold1-1/+0
2016-12-02net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold1-1/+11
2016-12-02net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold1-10/+19
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser1-2/+2
2016-12-02batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann1-2/+2
2016-12-02Merge tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-25/+46
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2-4/+12
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2-4/+12
2016-12-01net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan1-3/+3
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-5/+1
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre2-2/+2
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-3/+3
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-38/+69
2016-12-01KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2016-12-01Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2-4/+8
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean3-0/+76
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean2-24/+45
2016-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-14/+94
2016-12-01mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2-10/+19
2016-12-01kasan: support use-after-scope detectionDmitry Vyukov4-0/+52
2016-12-01kasan: update kasan_global for gcc 7Dmitry Vyukov2-1/+6
2016-12-01lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-12-01zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-12-01thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-12-01mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-12-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2016-12-01arm64: dts: juno: Correct PCI IO windowJeremy Linton1-1/+1
2016-11-30macvtap: handle ubuf refcount correctly when meet errorsJason Wang1-6/+5
2016-11-30tun: handle ubuf refcount correctly when meet errorsJason Wang1-6/+4
2016-11-30net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko1-0/+4
2016-11-30Merge tag 'pwm/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/thie...Linus Torvalds2-0/+3
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik1-2/+8
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2016-11-30Merge tag 'wireless-drivers-for-davem-2016-11-29' of git://git.kernel.org/pub...David S. Miller1-6/+7
2016-11-30Merge branch 'l2tp-fixes'David S. Miller4-67/+81