summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet2019-08-201-0/+1
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-204-2/+10
* test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor2019-08-201-1/+1
* bpf: add include guard to tnum.hMasahiro Yamada2019-08-201-0/+6
* bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
* bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing2019-08-201-1/+1
* Merge branch 'bpf-af-xdp-xskmap-improvements'Daniel Borkmann2019-08-173-22/+179
|\
| * xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel2019-08-171-2/+6
| * xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-173-20/+173
|/
* Merge branch 'bpf-sk-storage-clone'Daniel Borkmann2019-08-1711-10/+491
|\
| * selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-174-1/+353
| * bpf: sync bpf.h to tools/Stanislav Fomichev2019-08-171-0/+3
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-174-6/+120
| * bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-172-3/+15
|/
* selftests/bpf: fix race in test_tcp_rtt testPetar Penkov2019-08-171-0/+31
* libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2019-08-172-2/+2
* net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-171-2/+13
* Merge branch 'bpf-af-xdp-wakeup'Daniel Borkmann2019-08-1723-115/+462
|\
| * net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy2019-08-174-5/+48
| * net/mlx5e: Move the SW XSK code from NAPI poll to a separate functionMaxim Mikityanskiy2019-08-171-2/+11
| * samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson2019-08-171-72/+120
| * libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson2019-08-173-0/+23
| * ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-176-20/+195
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-1712-19/+32
|/
* btf: fix return value check in btf_vmlinux_init()Wei Yongjun2019-08-151-7/+2
* Merge branch 'fix-printf'Alexei Starovoitov2019-08-1510-19/+21
|\
| * tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet2019-08-155-10/+12
| * tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet2019-08-151-4/+4
| * tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet2019-08-151-2/+2
|/
* libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2019-08-152-12/+11
* Merge branch 'bpftool-net-attach'Alexei Starovoitov2019-08-153-20/+278
|\
| * tools: bpftool: add documentation for net attach/detachDaniel T. Lee2019-08-151-3/+54
| * tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee2019-08-151-10/+55
| * tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee2019-08-151-1/+41
| * tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee2019-08-151-7/+129
|/
* tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet2019-08-143-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-1376-480/+527
|\
| * netfilter: connlabels: prefer static lock initialiserFlorian Westphal2019-08-131-2/+1
| * netfilter: nf_nat_proto: make tables staticValdis Klētnieks2019-08-131-2/+2
| * netfilter: nf_tables: add missing prototypes.Valdis Klētnieks2019-08-133-3/+3
| * kbuild: remove all netfilter headers from header-test blacklist.Jeremy Sowden2019-08-131-74/+0
| * netfilter: remove "#ifdef __KERNEL__" guards from some headers.Jeremy Sowden2019-08-137-21/+0
| * netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-1315-0/+52
| * netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden2019-08-134-0/+31
| * netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden2019-08-131-0/+4