summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-08Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-08Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-12-08Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-12-08Merge tag 'devicetree-fixes-for-4.15-part2' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2017-12-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-12-08Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-08Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-12-08Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm...David S. Miller
2017-12-08Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub...David S. Miller
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart
2017-12-08Merge branch 'tcp-RACK-loss-recovery-bug-fixes'David S. Miller
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng
2017-12-08bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens
2017-12-08Merge branch 'tcp-bbr-sampling-fixes'David S. Miller
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell
2017-12-08sfc: pass valid pointers from efx_enqueue_unwindBert Kenward
2017-12-08gianfar: Disable EEE autoneg by defaultClaudiu Manoil
2017-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-12-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-12-08Merge tag 'acpi-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-12-08Merge tag 'pm-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-08can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean
2017-12-08can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: mcba_usb: cancel urb on -EPROTOMartin Kelly
2017-12-07netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann
2017-12-08Merge tag 'drm-misc-fixes-2017-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2017-12-08Merge tag 'drm-intel-fixes-2017-12-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2017-12-08Merge tag 'exynos-drm-fixes-for-v4.15-rc3' of git://git.kernel.org/pub/scm/li...Dave Airlie
2017-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-07usbnet: fix alignment for frames with no ethernet headerBjørn Mork
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet
2017-12-07netlink: Relax attr validation for fixed length typesDavid Ahern
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov
2017-12-07Merge branch 'mv88e6xxx-error-patch-fixes'David S. Miller
2017-12-07net: dsa: mv88e6xxx: Unregister MDIO bus on error pathAndrew Lunn
2017-12-07net: dsa: mv88e6xxx: Fix interrupt masking on removalAndrew Lunn
2017-12-07net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj
2017-12-07net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan
2017-12-07virtio_net: fix return value check in receive_mergeable()Yunjian Wang