summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-04Linux 4.9-rc8v4.9-rc8Linus Torvalds1-1/+1
2016-12-03Merge tag 'drm-fixes-for-v4.9-rc8' of git://people.freedesktop.org/~airlied/l...Linus Torvalds7-13/+34
2016-12-04Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/d...Dave Airlie2-3/+5
2016-12-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+3
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-02kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabledNicolas Pitre1-1/+8
2016-12-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-6/+22
2016-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds121-450/+1064
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-02geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-02tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-12-02Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/...David S. Miller4-24/+121
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-02net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-02Fix up a couple of field names in the CREDITS fileLinus Torvalds1-4/+4
2016-12-02NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas1-0/+1
2016-12-02cdc_ether: Fix handling connection notificationKristian Evensen1-7/+31
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan1-0/+2
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
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-01Merge 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-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-14/+94
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2-10/+19
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov4-0/+52
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov2-1/+6
2016-11-30lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-11-30thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-11-30mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-12-01Merge tag 'drm-misc-fixes-2016-11-30' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-4/+6
2016-11-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2016-11-30arm64: 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
2016-11-30l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault1-1/+1
2016-11-30l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2-5/+8
2016-11-30l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2-38/+32
2016-11-30l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2-10/+12
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault4-13/+28
2016-11-30cxgb4: Add PCI device ID for new adapterHariprasad Shenai1-0/+1
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko2-4/+21
2016-11-30vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan1-3/+7
2016-11-30Input: change KEY_DATA from 0x275 to 0x277Ping Cheng1-1/+1
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto1-1/+4
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2016-11-30drm: Don't call drm_for_each_crtc with a non-KMS driverMichel Dänzer1-4/+6
2016-11-30Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie1-1/+1
2016-11-29Merge branch 'fixed-phy-phydev-leaks'David S. Miller18-54/+152
2016-11-29net: dsa: slave: fix fixed-link phydev leaksJohan Hovold1-1/+11
2016-11-29net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold1-1/+9
2016-11-29net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksJohan Hovold1-7/+13
2016-11-29net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold1-3/+14
2016-11-29net: ethernet: mediatek: fix fixed-link phydev leaksJohan Hovold1-0/+4
2016-11-29net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-29net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold1-7/+16
2016-11-29net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold1-0/+8
2016-11-29net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold1-1/+6
2016-11-29net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-29net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold1-0/+6
2016-11-29net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold1-5/+12
2016-11-29net: ethernet: aurora: nb8800: fix fixed-link phydev leaksJohan Hovold1-2/+7
2016-11-29net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold1-1/+8
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold4-24/+23
2016-11-29net: dsa: slave: fix of-node leak and phy priorityJohan Hovold1-2/+5
2016-11-30Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-5/+22
2016-11-29Merge tag 'arc-4.9-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds3-6/+7
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-11-29sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko1-4/+6
2016-11-29net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-11-29net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen1-0/+2
2016-11-29net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen1-2/+1
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-29net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-11-29Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds2-3/+3
2016-11-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-12/+28
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2-3/+3
2016-11-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-12/+23
2016-11-29Revert "i2c: octeon: thunderx: Limit register access retries"Jan Glauber2-19/+12
2016-11-29ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov1-1/+1
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu2-6/+10
2016-11-29pwm: Fix device reference leakJohan Hovold1-0/+2
2016-11-29drm/radeon: fix check for port PM availabilityAlex Deucher1-2/+9
2016-11-29drm/amdgpu: fix check for port PM availabilityPeter Wu1-2/+9
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-11-28Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-11-28CIFS: Fix BUG() in calc_seckey()Sachin Prabhu1-3/+8
2016-11-28drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgrRex Zhu1-1/+4
2016-11-28Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+4
2016-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-12/+18
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu3-3/+3
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-11-28net: handle no dst on skb in icmp6_sendDavid Ahern1-2/+4
2016-11-28dbri: Fix compiler warningTushar Dave1-10/+16
2016-11-28qlogicpti: Fix compiler warningsTushar Dave1-2/+2
2016-11-28Merge branch 'mlx4-fixes'David S. Miller4-21/+9
2016-11-28net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to de...Jack Morgenstein1-1/+6
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan3-20/+3
2016-11-28net/sched: Export tc_tunnel_key so its UAPI accessibleRoi Dayan1-0/+1
2016-11-28amd-xgbe: Fix unused suspend handlers build warningBorislav Petkov1-2/+2
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta1-1/+1
2016-11-28ARC: Don't use "+l" inline asm constraintVineet Gupta1-4/+5
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath1-0/+1
2016-11-28Merge branch 'fix-RTL8211F-TX-delay-handling'David S. Miller2-12/+32
2016-11-28net: phy: realtek: fix enabling of the TX-delay for RTL8211FMartin Blumenstingl1-8/+12
2016-11-28Documentation: devicetree: clarify usage of the RGMII phy-modesMartin Blumenstingl1-4/+20
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann8-21/+31
2016-11-27tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-8/+39
2016-11-27driver: macvtap: Unregister netdev rx_handler if macvtap_newlink failsGao Feng1-1/+7
2016-11-27Merge branch 'more-phydev-leaks'David S. Miller6-2/+17
2016-11-27net: qcom/emac: fix of_node and phydev leaksJohan Hovold2-0/+5
2016-11-27net: fsl/fman: fix fixed-link-phydev reference leakJohan Hovold1-0/+2
2016-11-27net: fsl/fman: fix phydev reference leakJohan Hovold1-0/+3
2016-11-27net: bcmgenet: fix phydev reference leakJohan Hovold1-1/+3
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-11-27irda: fix overly long udelay()Arnd Bergmann1-1/+3
2016-11-27driver: ipvlan: Fix one possible memleak in ipvlan_link_newGao Feng1-5/+12
2016-11-27Linux 4.9-rc7v4.9-rc7Linus Torvalds1-1/+1
2016-11-27Merge git://git.infradead.org/intel-iommuLinus Torvalds4-12/+34
2016-11-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-9/+29
2016-11-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2016-11-26fix default_file_splice_read()Al Viro1-1/+2
2016-11-26Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-39/+25
2016-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds47-131/+208
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-60/+101
2016-11-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+5
2016-11-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+28
2016-11-26Merge tag 'powerpc-4.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds9-12/+64
2016-11-25tipc: resolve connection flow control compatibility problemJon Paul Maloy1-1/+1
2016-11-25mvpp2: use correct size for memsetArnd Bergmann1-1/+1
2016-11-25net/mlx5: drop duplicate header delay.hGeliang Tang1-1/+0
2016-11-25net: ieee802154: drop duplicate header delay.hGeliang Tang1-1/+0
2016-11-25ibmvnic: drop duplicate header seq_file.hGeliang Tang1-1/+0
2016-11-25fsl/fman: fix a leak in tgec_free()Dan Carpenter1-3/+0
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-25tipc: improve sanity check for received domain recordsJon Paul Maloy1-5/+5
2016-11-25tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-11-25net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn1-1/+1
2016-11-25Merge branch 'parisc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-86/+57
2016-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-2/+6
2016-11-25Fix subtle CONFIG_MODVERSIONS problemsLinus Torvalds1-0/+1
2016-11-25Merge tag 'acpi-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-23/+7
2016-11-25MAINTAINERS: Add bug tracking system location entry typeRafael J. Wysocki1-0/+10
2016-11-25Revert "i2c: designware: do not disable adapter after transfer"Jarkko Nikula1-37/+18
2016-11-25Merge tag 'sti-dt-for-v4.9-rc-round2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+16
2016-11-25Merge tag 'sunxi-fixes-for-4.9-2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-2/+2
2016-11-25Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'Rafael J. Wysocki2-23/+7
2016-11-25Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/...David S. Miller1-8/+10
2016-11-25dwc_eth_qos: drop duplicate headersGeliang Tang1-2/+0
2016-11-25Merge tag 'mfd-fixes-4.9.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+15
2016-11-25Merge tag 'media/v4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-21/+16
2016-11-25Merge tag 'drm-fixes-for-v4.9-rc7' of git://people.freedesktop.org/~airlied/l...Linus Torvalds8-35/+85
2016-11-25drm: hdlcd: Fix cleanup orderRobin Murphy1-1/+1
2016-11-25parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin1-15/+22
2016-11-25parisc: Fix race in pci-dma.cJohn David Anglin1-1/+1
2016-11-25parisc: Switch to generic sched_clock implementationHelge Deller2-47/+14