summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-04-27bpf: add writable context for raw tracepointsMatt Mullins3-0/+4
2019-04-26bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+8
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev1-5/+0
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev1-8/+11
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-0/+4
2019-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-0/+49
2019-04-23bpf: remove global variablesAlexei Starovoitov1-0/+5
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+2
2019-04-19net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-1/+1
2019-04-19net: phy: add support for reset-controllerDavid Bauer1-0/+1
2019-04-19net: skb: remove unused assertsJakub Kicinski1-2/+0
2019-04-18net: core: introduce build_skb_aroundJesper Dangaard Brouer1-0/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-34/+65
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-8/+32
2019-04-15Merge 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-14Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-14Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-04-13rhashtable: use BIT(0) for locking.NeilBrown1-11/+24
2019-04-13rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+6
2019-04-13rhashtable: move dereference inside rht_ptr()NeilBrown1-27/+42
2019-04-13rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-13rhashtable: fix some __rcu annotation errorsNeilBrown1-5/+6
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+2
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2-4/+8
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2-3/+8
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-0/+2
2019-04-12bpf: Sysctl hookAndrey Ignatov3-0/+27
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+94
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal1-3/+0
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-2/+7
2019-04-11failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-11clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller1-0/+3
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann1-1/+2
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+29
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann2-0/+10
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-28/+43