summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn1-2/+7
2017-02-23rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+5
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-0/+1
2017-02-23lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle1-1/+1
2017-02-23can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+1
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+1
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2016-11-20can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-11-20asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-11-20asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-11-20Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2-11/+19
2016-11-20x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner2-0/+2
2016-10-20mm, gup: close FOLL MAP_PRIVATE raceMichal Hocko1-0/+1
2016-08-22fs: limit filesystem stacking depthMiklos Szeredi1-0/+11
2016-08-22etherdevice: introduce help function eth_zero_addr()Duan Jiong1-0/+11
2016-08-22mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+3
2016-08-22sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever1-2/+2
2016-06-15Minimal fix-up of bad hashing behavior of hash_64()Linus Torvalds1-2/+18
2016-06-15Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds1-0/+4
2016-06-15IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+21
2016-06-15mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel1-9/+8
2016-06-15hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+10
2016-06-15USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede1-0/+2
2016-06-15Revert "net: validate variable length ll headers"Ben Hutchings1-20/+1
2016-05-01net: validate variable length ll headersWillem de Bruijn1-1/+20
2016-05-01net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu1-0/+3
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-05-01dm snapshot: disallow the COW and origin devices from being identicalDingXiang1-0/+2
2016-05-01PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+1
2016-04-01include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-04-01libata: Align ata_device's id on a cachelineHarvey Hunt1-1/+1
2016-04-01tracing: Fix freak link error caused by branch tracerArnd Bergmann1-1/+1
2016-04-01tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)1-0/+5
2016-04-01libata: fix HDIO_GET_32BIT ioctlArnd Bergmann1-2/+2
2016-04-01nfs: fix nfs_size_to_loff_tChristoph Hellwig1-3/+1
2016-04-01cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2-0/+5
2016-02-27unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-02-27unix: properly account for FDs passed over unix socketswilly tarreau1-0/+1
2016-02-27ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai1-0/+4
2016-02-27hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner1-2/+32
2016-02-13crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-0/+1
2016-02-13crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+8
2016-02-13crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+6
2016-02-13crypto: af_alg - Add nokey compatibility pathHerbert Xu1-0/+2