summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-02workqueue: implicit ordered attribute should be overridableTejun Heo1-1/+3
2017-11-02net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-11-02sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter1-1/+5
2017-11-02sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-11-02sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-11-02wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann1-1/+2
2017-11-02KEYS: prevent creating a different user's keyringsEric Biggers1-0/+2
2017-11-01target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger1-0/+1
2017-11-01tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-0/+10
2017-06-21mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-20give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2017-06-20uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-06-20nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever1-1/+2
2017-06-20cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2017-06-20can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+1
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-06fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2017-02-06asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2017-02-06asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2017-02-06xen: Add RING_COPY_REQUEST()David Vrabel1-0/+14