summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-21samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk
2019-08-21libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk
2019-08-20Merge branch 'btf_get_next_id'Alexei Starovoitov
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet
2019-08-20libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet
2019-08-20libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet
2019-08-20tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet
2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor
2019-08-20bpf: add include guard to tnum.hMasahiro Yamada
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing
2019-08-17Merge branch 'bpf-af-xdp-xskmap-improvements'Daniel Borkmann
2019-08-17xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel
2019-08-17Merge branch 'bpf-sk-storage-clone'Daniel Borkmann
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev
2019-08-17bpf: sync bpf.h to tools/Stanislav Fomichev
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev
2019-08-17selftests/bpf: fix race in test_tcp_rtt testPetar Penkov
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy
2019-08-17Merge branch 'bpf-af-xdp-wakeup'Daniel Borkmann
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy
2019-08-17net/mlx5e: Move the SW XSK code from NAPI poll to a separate functionMaxim Mikityanskiy
2019-08-17samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun
2019-08-15Merge branch 'fix-printf'Alexei Starovoitov
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko
2019-08-15Merge branch 'bpftool-net-attach'Alexei Starovoitov
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2019-08-13Merge branch 'r8152-RX-improve'Jakub Kicinski