aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann2-2/+23
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann3-5/+4
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning1-4/+5
2019-04-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+22
2019-04-19block: make sure that bvec length can't be overflowMing Lei1-2/+3
2019-04-19block: kill all_q_node in request_queueHou Tao1-1/+0
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumpingAndrea Arcangeli1-0/+21
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins1-0/+1
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+1
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-1/+1
2019-04-18net: phy: add support for reset-controllerDavid Bauer1-0/+1
2019-04-18net: skb: remove unused assertsJakub Kicinski1-2/+0
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2-0/+7
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+2
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2-1/+3
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern2-10/+10
2019-04-17ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern1-8/+8
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2-4/+6
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2-10/+12
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer1-0/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-74/+143
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-38/+49
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran1-1/+8
2019-04-16Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-0/+18
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+6
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-1/+6
2019-04-16bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire1-3/+3
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+1
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller16-39/+84
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds2-5/+20
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-4/+6
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+3
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal1-0/+6
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown1-11/+24
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+6
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown1-27/+42
2019-04-12rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown1-5/+6
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-1/+3
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2-1/+52
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2