summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Linux 4.4.66v4.4.66Greg Kroah-Hartman1-1/+1
2017-05-02ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-05-02ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2-1/+3
2017-05-02nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-05-02Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov1-0/+7
2017-05-02p9_client_readdir() fixAl Viro1-0/+4
2017-05-02MIPS: Avoid BUG warning in arch_check_elfJames Cowgill1-1/+1
2017-05-02MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-02ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-05-02ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeTakashi Sakamoto1-1/+1
2017-05-02ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-05-02ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-05-02macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2017-05-02ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-05-02netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-05-02net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2-1/+5
2017-05-02dp83640: don't recieve time stamps twiceDan Carpenter1-2/+0
2017-05-02tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-05-02sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-05-02net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-05-02l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-05-02l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-05-02net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-05-02net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-05-02l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-05-02net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-05-02net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-05-02sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-05-02sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-05-02xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2017-05-02usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello1-1/+3
2017-05-02regulator: core: Clear the supply pointer if enabling failsJon Hunter1-0/+1
2017-05-02RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2017-05-02net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2017-05-02net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndataFlorian Fainelli1-4/+5
2017-05-02MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-05-02md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2017-05-02ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-05-02drm/amdgpu: fix array out of boundstom will1-1/+1
2017-05-02crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2017-05-02clk: sunxi: Add apb0 gates for H3Krzysztof Adamski2-0/+4
2017-05-02ARM: OMAP2+: timer: add probe for clocksourcesTero Kristo1-2/+5
2017-05-02xc2028: unlock on error in xc2028_set_config()Dan Carpenter1-2/+5
2017-05-02f2fs: do more integrity verification for superblockChao Yu1-0/+98
2017-04-30Linux 4.4.65v4.4.65Greg Kroah-Hartman1-1/+1
2017-04-30perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+53
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-04-30staging/android/ion : fix a race condition in the ion driverEunTaik Lee1-13/+42
2017-04-30vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2-13/+22
2017-04-30tipc: check minimum bearer MTUMichal Kubeček3-2/+29