summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-08KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-06-08kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong1-1/+2
2017-06-08can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-4/+3
2017-06-08ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki1-10/+0
2017-06-08ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki1-0/+10
2017-06-08locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra1-0/+16
2017-06-08tracing: Add #undef to fix compile errorRik van Riel1-0/+1
2017-06-08nlm: Ensure callback code also checks that the files matchTrond Myklebust1-1/+2
2017-06-08RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-06-08netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-06-08gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-2/+7
2017-06-08hotplug: Make register and unregister notifier API symmetricMichal Hocko1-9/+3
2017-06-08posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+1
2017-06-08crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-1/+17
2017-02-10mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter1-2/+2
2017-02-10can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2017-02-10ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2017-02-10net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2017-02-10bonding: Fix bonding crashMahesh Bandewar1-0/+1
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet2-1/+6
2017-02-10tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2017-02-10ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-1/+3
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-2/+6
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+2
2017-02-10stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches1-4/+4
2017-02-10include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2-13/+9
2017-02-10drivers/vfio: Rework offsetofend()Gavin Shan1-3/+2
2017-02-10perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-6/+0
2017-02-10Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2-11/+19
2017-02-07fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2017-02-07asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2017-02-07asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2017-02-06xen: Add RING_COPY_REQUEST()David Vrabel1-0/+14
2017-02-06crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-0/+1
2017-02-06crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+8
2017-02-06crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+6
2017-02-06crypto: af_alg - Add nokey compatibility pathHerbert Xu1-0/+2
2017-02-06crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-5/+3
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-20PCI: Add Netronome NFP4000 PF device IDSimon Horman1-0/+1
2016-10-20PCI: Add Netronome vendor and device IDsJason S. McMullan1-0/+6
2016-08-27mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+3
2016-08-27IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+54
2016-08-22printk: do cond_resched() between lines while outputting to consolesTejun Heo1-0/+1
2016-08-22pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2-0/+5
2016-08-22USB: EHCI: declare hostpc register as zero-length arrayAlan Stern1-2/+2
2016-08-22netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+3
2016-08-22netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-1/+1