summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning
2019-04-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-19block: make sure that bvec length can't be overflowfor-linus-20190420Ming Lei
2019-04-19block: kill all_q_node in request_queueHou Tao
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer
2019-04-18net: phy: add support for reset-controllerDavid Bauer
2019-04-18net: skb: remove unused assertsJakub Kicinski
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran
2019-04-16Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan
2019-04-16bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire
2019-04-15sctp: implement memory accounting on rx pathXin Long
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown
2019-04-12rhashtable: reorder some inline functions and macros.NeilBrown
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov