summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-03dp83640: don't recieve time stamps twiceDan Carpenter1-2/+0
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-05-03net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-05-03l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-05-03l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-05-03net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-05-03net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-05-03l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-05-03net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-05-03sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-05-03sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-05-03xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2017-05-03usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello1-1/+3
2017-05-03regulator: core: Clear the supply pointer if enabling failsJon Hunter1-0/+1
2017-05-03RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2017-05-03net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2017-05-03net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndataFlorian Fainelli1-4/+5
2017-05-03MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-05-03md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2017-05-03ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-05-03drm/amdgpu: fix array out of boundstom will1-1/+1
2017-05-03crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2017-05-03clk: sunxi: Add apb0 gates for H3Krzysztof Adamski2-0/+4
2017-05-03ARM: OMAP2+: timer: add probe for clocksourcesTero Kristo1-2/+5
2017-05-03xc2028: unlock on error in xc2028_set_config()Dan Carpenter1-2/+5
2017-05-03f2fs: 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
2017-04-30netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2017-04-30xc2028: avoid use after freeMauro Carvalho Chehab1-1/+2
2017-04-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+71
2017-04-30tipc: fix socket timer deadlockJon Paul Maloy1-12/+42
2017-04-30tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2017-04-30gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2017-04-30hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann1-5/+10
2017-04-30tty: nozomi: avoid a harmless gcc warningArnd Bergmann1-1/+1
2017-04-30tipc: correct error in node fsmJon Paul Maloy1-2/+2
2017-04-30tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2017-04-30tipc: make dist queue pernetErik Hugne3-9/+11
2017-04-30tipc: make sure IPv6 header fits in skb headroomRichard Alpe1-1/+1
2017-04-27Linux 4.4.64v4.4.64Greg Kroah-Hartman1-1/+1
2017-04-27tipc: fix crash during node removalJon Paul Maloy1-13/+11
2017-04-27block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2017-04-27x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams1-13/+32