Age | Commit message (Expand) | Author | Files | Lines |
2019-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+1 |
2019-06-24 | samples/bpf: xdp_redirect, correctly get dummy program id | Prashant Bhole | 1 | -1/+1 |
2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 1 | -1/+2 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -2/+2 |
2019-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -2/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 2 | -18/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 20 | -80/+20 |
2019-05-21 | samples, bpf: suppress compiler warning | Matteo Croce | 1 | -1/+1 |
2019-05-21 | samples, bpf: fix to change the buffer size for read() | Chang-Hsien Tsai | 1 | -1/+1 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -0/+269 |
2019-04-26 | samples: bpf: add hbm sample to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2019-04-05 | samples/bpf: fix build with new clang | Alexei Starovoitov | 1 | -0/+1 |
2019-04-04 | samples, selftests/bpf: add NULL check for ksym_search | Daniel T. Lee | 4 | -1/+21 |
2019-03-27 | BPF: Add sample code for new ib_umad tracepoint | Ira Weiny | 3 | -0/+269 |
2019-03-22 | samples: bpf: add xdp_sample_pkts to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2019-03-07 | bpf: hbm: fix spelling mistake "deault" -> "default" | Colin Ian King | 1 | -2/+2 |
2019-03-02 | bpf: HBM test script | brakmo | 1 | -0/+436 |
2019-03-02 | bpf: User program for testing HBM | brakmo | 2 | -0/+444 |
2019-03-02 | bpf: Sample HBM BPF program to limit egress bw | brakmo | 4 | -0/+327 |
2019-03-02 | samples/bpf: silence compiler warning for xdpsock_user.c | Yonghong Song | 1 | -3/+3 |
2019-03-01 | samples: bpf: use libbpf where easy | Jakub Kicinski | 4 | -25/+35 |
2019-03-01 | samples: bpf: remove load_sock_ops in favour of bpftool | Jakub Kicinski | 12 | -114/+16 |
2019-03-01 | samples: bpf: force IPv4 in ping | Jakub Kicinski | 5 | -5/+5 |
2019-02-27 | samples: bpf: fix: broken sample regarding removed function | Daniel T. Lee | 3 | -3/+3 |
2019-02-26 | samples/bpf: convert xdpsock to use libbpf for AF_XDP access | Magnus Karlsson | 4 | -648/+261 |
2019-02-22 | samples/bpf: Fix dummy program unloading for xdp_redirect samples | Toke Høiland-Jørgensen | 2 | -2/+2 |
2019-02-02 | samples/bpf: Check the prog id before exiting | Maciej Fijalkowski | 10 | -48/+308 |
2019-02-02 | samples/bpf: Add a "force" flag to XDP samples | Maciej Fijalkowski | 10 | -40/+119 |
2019-02-02 | samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} | Maciej Fijalkowski | 2 | -0/+14 |
2019-02-02 | samples/bpf: Convert XDP samples to libbpf usage | Maciej Fijalkowski | 6 | -103/+253 |
2019-02-02 | samples/bpf: xdp_redirect_cpu have not need for read_trace_pipe | Jesper Dangaard Brouer | 1 | -10/+0 |
2019-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+20 |
2019-01-27 | selftests: bpf: functional and min/max reasoning unit tests for JMP32 | Jiong Wang | 1 | -0/+20 |
2019-01-15 | samples/bpf: workaround clang asm goto compilation errors | Yonghong Song | 2 | -0/+17 |
2019-01-10 | samples: bpf: user proper argument index | Ioana Ciornei | 1 | -1/+1 |
2019-01-08 | selftests/bpf: fix incorrect users of create_and_get_cgroup | Stanislav Fomichev | 2 | -8/+8 |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+1 |
2018-12-23 | treewide: add intermediate .s files to targets | Masahiro Yamada | 1 | -0/+1 |
2018-12-23 | treewide: remove explicit rules for *offsets.s | Masahiro Yamada | 1 | -3/+0 |
2018-12-04 | samples: bpf: fix: seg fault with NULL pointer arg | Daniel T. Lee | 1 | -1/+3 |
2018-12-01 | samples: bpf: get ifindex from ifname | Matteo Croce | 1 | -2/+7 |
2018-12-01 | samples: bpf: improve xdp1 example | Matteo Croce | 1 | -10/+8 |
2018-11-24 | samples: bpf: fix: error handling regarding kprobe_events | Daniel T. Lee | 1 | -9/+24 |
2018-11-20 | tools/bpf: do not use pahole if clang/llvm can generate BTF sections | Yonghong Song | 1 | -0/+8 |
2018-11-08 | bpf_load: add map name to load_maps error message | Shannon Nelson | 1 | -2/+2 |
2018-10-04 | bpf, tracex3_user: erase "ARRAY_SIZE" redefined | Bo YU | 1 | -2/+0 |
2018-10-01 | samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage | Roman Gushchin | 1 | -1/+18 |
2018-09-21 | samples/bpf: fix compilation failure | Prashant Bhole | 3 | -11/+12 |
2018-09-18 | samples/bpf: fix a compilation failure | Yonghong Song | 1 | -2/+2 |