aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: core: neighbour: Change the print format for addressesNaveen Ramaraj2017-08-241-2/+2
* UPSTREAM: crypto: crypto_memneq - add equality testing of memory regions w/o ...James Yonan2017-08-248-14/+174
* mtk: gps: upstream changesMister Oyster2017-08-202-4/+46
* Merge mediatek security patchesfire8552017-08-206-30/+69
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-201-5/+4
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-201-3/+4
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-201-0/+8
* pstore: Use dynamic spinlock initializerKees Cook2017-08-201-1/+1
* pstore: Correctly initialize spinlock and flagsKees Cook2017-08-201-5/+7
* pstore: Allow prz to control need for lockingJoel Fernandes2017-08-203-12/+27
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-202-6/+6
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-201-1/+1
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-08-201-0/+15
* UPSTREAM: x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-08-161-0/+8
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-08-151-34/+31
* ANDROID: keychord: Fix for a memory leak in keychord.Mohan Srinivasan2017-08-121-0/+1
* ANDROID: keychord: Fix races in keychord_write.Mohan Srinivasan2017-08-121-1/+60
* Use %zu to print resid (size_t).Mohan Srinivasan2017-08-121-2/+2
* ANDROID: keychord: Fix a slab out-of-bounds read.Mohan Srinivasan2017-08-121-6/+22
* UPSTREAM: brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-08-121-0/+5
* uid_sys_stats: fix overflow when io usage delta is negativeJin Qian2017-08-121-5/+21
* mtk: smi: byebye debugMoyster2017-08-121-63/+0
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-08-121-4/+11
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-121-0/+3
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-122-11/+16
* ext4: silence array overflow warningDan Carpenter2017-08-121-1/+1
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-121-5/+6
* ext4: remove unused mode parameterTahsin Erdogan2017-08-121-3/+3
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-121-1/+1
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-121-1/+2
* xfrm: policy: check policy direction valueVladis Dronov2017-08-111-0/+6
* mtk: cmdq: upstream updateMister Oyster2017-08-111-2/+26
* mtk: gud: upstream update (up to ~june 17)Mister Oyster2017-08-111-5/+12
* ANDROID: sdcardfs: override credential for ioctl to lower fsJaegeuk Kim2017-08-091-0/+16
* UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-051-3/+9
* UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-08-051-2/+2
* fs/exec: fix use after free in execveAndrea Arcangeli2017-08-051-1/+5
* f2fs: avoid cpu lockupJaegeuk Kim2017-08-051-0/+10
* UPSTREAM: af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-08-031-21/+26
* f2fs: Fix build after upstreamjollaman9992017-07-211-1/+1
* mm: make migrate_page_move_mapping() take an extra_count parameterBenjamin LaHaise2017-07-212-8/+10
* crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster2017-07-211-0/+5
* f2fs: include seq_file.h for sysfs.cJaegeuk Kim2017-07-211-0/+1
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-211-1/+1
* f2fs: remove extra inode_unlock() in error pathLuis Henriques2017-07-211-4/+1
* fscrypt: add support for AES-128-CBCDaniel Walter2017-07-216-58/+173
* fscrypt: inline fscrypt_free_filename()Eric Biggers2017-07-212-10/+6
* f2fs: make more close to v4.13-rc1Jaegeuk Kim2017-07-216-26/+25
* f2fs: support plain user/group quotaChao Yu2017-07-218-40/+415
* f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim2017-07-211-3/+13