summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-19libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko12-33/+13
2020-08-19tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko4-150/+288
2020-08-19libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko6-29/+45
2020-08-19selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko3-0/+30
2020-08-19libbpf: Improve relocation ambiguity detectionAndrii Nakryiko1-46/+124
2020-08-19libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko4-129/+169
2020-08-19libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko1-18/+41
2020-08-19Merge branch 'libbpf-probing-improvements'Alexei Starovoitov5-137/+240
2020-08-19libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko1-0/+27
2020-08-19libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2-20/+24
2020-08-19selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-08-19libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko1-0/+80
2020-08-19libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko1-53/+17
2020-08-19libbpf: Make kernel feature probing lazyAndrii Nakryiko1-64/+86
2020-08-19libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko1-1/+1
2020-08-19libbpf: Convert comma to semicolonXu Wang1-1/+1
2020-08-19samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee3-3/+3
2020-08-19net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin1-2/+1
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar1-4/+0
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin3-4/+4
2020-08-18Merge branch 'netlink-allow-NLA_BINARY-length-range-validation'David S. Miller12-92/+115
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg3-61/+89
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg3-6/+6
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg8-25/+20
2020-08-18Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-57/+58
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds76-349/+768
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-18net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran1-9/+11
2020-08-18selftests: disable rp_filter for icmp_redirect.shDavid Ahern1-0/+2
2020-08-18mailmap: Add WeiXiong LiaoKees Cook1-0/+1
2020-08-18mailmap: Restore dictionary sortingKees Cook1-57/+57
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller1-1/+0
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells2-0/+11
2020-08-17mptcp: sendmsg: reset iter on error reduxFlorian Westphal1-3/+5
2020-08-17net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn1-1/+1
2020-08-17tipc: not enable tipc when ipv6 works as a moduleXin Long1-0/+1
2020-08-17tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-80/+73
2020-08-17Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller1-12/+36
2020-08-17net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-17net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld1-0/+1
2020-08-17ipvlan: fix device featuresMahesh Bandewar1-5/+22
2020-08-17bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds4-156/+409
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds8-66/+62
2020-08-16Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-16Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds69-998/+370