summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-03-16can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-03-16tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-03-16net/sock: Add sock_efree() functionBen Hutchings
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2017-03-16SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-03-16nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever
2017-03-16jump_labels: API for flushing deferred jump label updatesDavid Matlack
2017-03-16gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-03-16cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko
2017-03-16usb: add helper to extract bits 12:11 of wMaxPacketSizeFelipe Balbi
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23rose: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings
2017-02-23can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2017-02-23ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville
2017-02-23target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger
2017-02-23ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul
2017-02-23compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2017-02-23mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter
2017-02-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana
2017-02-23pwm: Unexport children before chip removalDavid Hsu
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds
2016-11-20compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2016-11-20fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro
2016-11-20fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-11-20fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-11-20asm-generic: make get_user() clear the destination on errorsAl Viro
2016-11-20asm-generic: make copy_from_user() zero the destination properlyAl Viro
2016-11-20efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-11-20ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-11-20Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov
2016-11-20radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin