summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-13net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing1-2/+4
2019-08-13perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du1-0/+1
2019-08-13device_cgroup: fix RCU imbalance in error caseJann Horn1-1/+1
2019-08-13serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An1-11/+1
2019-08-13tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-08-13tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-08-13serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-08-13USB: serial: ftdi_sio: add additional NovaTech productsGeorge McCollister2-1/+5
2019-08-13ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected timeKohji Okuno1-17/+10
2019-08-13NFS: fix mount/umount race in nlmclnt.NeilBrown1-2/+1
2019-08-13sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-08-13mac8390: Fix mmio access size probeFinn Thain1-7/+12
2019-08-13net: mac8390: Use standard memcpy_{from,to}io()Geert Uytterhoeven1-10/+10
2019-08-13udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-08-13netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long1-0/+3
2019-08-13powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2-5/+5
2019-08-13staging: speakup_soft: Fix alternate speech with other synthsSamuel Thibault3-3/+16
2019-08-13IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein1-1/+1
2019-08-13iio: dac: mcp4725: add missing powerdown bits in store eepromJean-Francois Dagenais1-0/+1
2019-08-13xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun1-0/+4
2019-08-13ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-08-13ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2019-08-13perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-08-13iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger1-11/+17
2019-08-13iio: Fix scan mask selectionLars-Peter Clausen1-3/+2
2019-08-13iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring1-4/+3
2019-08-13Staging: iio: meter: fixed typoLeonard Pollak1-1/+1
2019-08-13xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-08-13ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2019-07-23Linux 3.16.71v3.16.71Ben Hutchings1-1/+1
2019-07-23ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-10Linux 3.16.70v3.16.70Ben Hutchings1-1/+1
2019-07-10netns: provide pure entropy for net_hash_mix()Eric Dumazet3-14/+6
2019-07-10mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()Takashi Iwai1-7/+23
2019-07-10mwifiex: Abort at too short BSS descriptor elementTakashi Iwai1-0/+15
2019-07-10mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai1-0/+4
2019-07-10media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan1-3/+11
2019-07-10binder: Replace "%p" with "%pK" for stableBen Hutchings1-14/+14
2019-07-10fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2-1/+5
2019-07-10fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov5-3/+389
2019-07-10tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+1
2019-07-10pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-07-10l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet1-3/+1
2019-07-10net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-07-10net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein1-0/+8
2019-07-10net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2019-07-10md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-07-10It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-07-10kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-07-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-2/+10