summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Linux 3.10.106v3.10.106Willy Tarreau1-1/+1
2017-06-09dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-06-08char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-06-08dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-06-08mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-3/+16
2017-06-08fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-06-08ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-2/+5
2017-06-08tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69
2017-06-08TTY: n_hdlc, fix lockdep false positiveJiri Slaby1-15/+4
2017-06-08KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand3-20/+25
2017-06-08kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong3-2/+6
2017-06-08KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2017-06-08sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-06-08sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-06-08ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2017-06-08ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-06-08ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-06-08xc2028: Fix use-after-free bug properlyTakashi Iwai1-20/+16
2017-06-08xc2028: unlock on error in xc2028_set_config()Dan Carpenter1-2/+5
2017-06-08xc2028: avoid use after freeMauro Carvalho Chehab1-1/+2
2017-06-08Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-5/+6
2017-06-08can: Fix kernel panic at security_sock_rcv_skbEric Dumazet6-12/+20
2017-06-08mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2017-06-08USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern1-3/+3
2017-06-08USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2017-06-08ping: implement proper lockingEric Dumazet1-2/+3
2017-06-08USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+8
2017-06-08perf trace: Use the syscall raw_syscalls:sys_enter timestampArnaldo Carvalho de Melo1-2/+2
2017-06-08net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann1-51/+80
2017-06-08Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter1-1/+2
2017-06-08tun: Fix TUN_PKT_STRIP settingHerbert Xu1-4/+8
2017-06-08ARM: dts: imx31: fix AVIC base addressVladimir Zapolskiy1-2/+2
2017-06-08ARM: dts: imx31: move CCM device node to AIPS2 bus devicesVladimir Zapolskiy1-7/+7
2017-06-08MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-06-08l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-06-08net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-06-08netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2017-06-08ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-06-08tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-06-08rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-06-08pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-06-08powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt1-0/+9
2017-06-08char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2017-06-08net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-06-08net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-06-08s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri1-16/+19
2017-06-08metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-06-08metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-06-08metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-06-08metag/usercopy: Add early abort to copy_to_userJames Hogan1-0/+20