summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-15usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-06-26USB: hub: fix SS max number of portsJohan Hovold
2017-06-26log2: make order_base_2() behave correctly on const input value zeroArd Biesheuvel
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko
2017-06-14drivers: char: random: add get_random_long()Daniel Cashman
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-15f2fs: sanity check segment countJin Qian
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-15mtd: cfi: reduce stack sizeArnd Bergmann
2017-05-08cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-05-08perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-05-08cred/userns: define current_user_ns() as a functionArnd Bergmann
2017-05-08mtd: avoid stack overflow in MTD CFI codeArnd Bergmann
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-04-22give up on gcc ilog2() constant optimizationsLinus Torvalds
2017-04-22KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-04-22crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-22scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech
2017-04-22drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom
2017-04-18uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin
2017-04-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault
2017-04-18netlink: remove mmapped netlink supportFlorian Westphal
2017-04-18tracing: Add #undef to fix compile errorRik van Riel
2017-04-18libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann
2017-04-18nlm: Ensure callback code also checks that the files matchTrond Myklebust
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-04-18pwm: Unexport children before chip removalDavid Hsu
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry
2017-02-08blk: rq_data_dir() should not return a booleanLinus Torvalds
2017-02-08usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda
2017-02-08module: fix types of device tables aliasesAndrey Ryabinin
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2017-01-15net: Use more bit fields in napi_gro_cbTom Herbert
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani
2017-01-15IB/cma: Fix a race condition in iboe_addr_get_sgid()Bart Van Assche
2016-12-23tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-12-23can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-10-05fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro
2016-10-05fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-10-05fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-10-05asm-generic: make get_user() clear the destination on errorsAl Viro
2016-10-05asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato