summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-11-02workqueue: implicit ordered attribute should be overridableTejun Heo
2017-11-02net: ping: do not abuse udp_poll()Eric Dumazet
2017-11-02sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-11-02sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-11-02sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-11-02wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann
2017-11-02KEYS: prevent creating a different user's keyringsEric Biggers
2017-11-01target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger
2017-11-01tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-06-21mm: larger stack guard gap, between vmasHugh Dickins
2017-06-20give up on gcc ilog2() constant optimizationsLinus Torvalds
2017-06-20uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin
2017-06-20nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever
2017-06-20cred/userns: define current_user_ns() as a functionArnd Bergmann
2017-06-20can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2017-06-08KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-06-08kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong
2017-06-08can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-06-08ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki
2017-06-08ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki
2017-06-08locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2017-06-08tracing: Add #undef to fix compile errorRik van Riel
2017-06-08nlm: Ensure callback code also checks that the files matchTrond Myklebust
2017-06-08RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe
2017-06-08netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-06-08gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-06-08hotplug: Make register and unregister notifier API symmetricMichal Hocko
2017-06-08posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-06-08crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan
2017-02-10mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter
2017-02-10can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2017-02-10ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-02-10net: avoid sk_forward_alloc overflowsEric Dumazet
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-02-10bonding: Fix bonding crashMahesh Bandewar
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-10tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2017-02-10ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček
2017-02-10stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches
2017-02-10include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko
2017-02-10drivers/vfio: Rework offsetofend()Gavin Shan
2017-02-10perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-02-10Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov
2017-02-06fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro
2017-02-06asm-generic: make copy_from_user() zero the destination properlyAl Viro
2017-02-06asm-generic: make get_user() clear the destination on errorsAl Viro
2017-02-06xen: Add RING_COPY_REQUEST()David Vrabel