| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-21 | samples/bpf, selftests/bpf: Use bpf_probe_read_kernel | Ilya Leoshkevich | 4 | -8/+24 |
| 2020-07-16 | samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap | Lorenzo Bianconi | 2 | -22/+178 |
| 2020-07-16 | samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop | Lorenzo Bianconi | 1 | -9/+27 |
| 2020-07-13 | samples: bpf: Add an option for printing extra statistics in xdpsock | Ciara Loftus | 1 | -2/+85 |
| 2020-07-10 | bpf: Fix fds_example SIGSEGV error | Wenbo Zhang | 1 | -1/+2 |
| 2020-07-08 | samples: bpf: Refactor BPF map performance test with libbpf | Daniel T. Lee | 2 | -147/+196 |
| 2020-07-08 | samples: bpf: Refactor BPF map in map test with libbpf | Daniel T. Lee | 3 | -49/+91 |
| 2020-07-08 | samples: bpf: Fix bpf programs with kprobe/sys_connect event | Daniel T. Lee | 3 | -9/+18 |
| 2020-06-16 | bpf, xdp, samples: Fix null pointer dereference in *_user code | Gaurav Singh | 3 | -21/+7 |
| 2020-05-19 | samples, bpf: Refactor kprobe, tail call kern progs map definition | Daniel T. Lee | 8 | -91/+93 |
| 2020-05-19 | samples, bpf: Add tracex7 test file to .gitignore | Daniel T. Lee | 1 | -0/+1 |
| 2020-05-19 | samples, bpf: Refactor tail call user progs with libbpf | Daniel T. Lee | 3 | -31/+103 |
| 2020-05-19 | samples, bpf: Refactor kprobe tracing user progs with libbpf | Daniel T. Lee | 9 | -64/+252 |
| 2020-05-19 | samples, bpf: Refactor pointer error check with libbpf | Daniel T. Lee | 3 | -15/+6 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+0 |
| 2020-05-14 | samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS | Lorenzo Bianconi | 2 | -14/+17 |
| 2020-05-14 | samples: bpf: Fix build error | Matteo Croce | 1 | -2/+0 |
| 2020-05-13 | samples/bpf: Remove compiler warnings | Yonghong Song | 3 | -6/+6 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-03-23 | samples, bpf: Refactor perf_event user program with libbpf bpf_link | Daniel T. Lee | 3 | -82/+159 |
| 2020-03-23 | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee | 5 | -23/+4 |
| 2020-02-09 | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -59/+59 |
| 2020-02-05 | samples: bpf: Allow for -ENETDOWN in xdpsock | Maciej Fijalkowski | 1 | -1/+2 |
| 2020-02-05 | samples: bpf: Drop doubled variable declaration in xdpsock | Maciej Fijalkowski | 1 | -1/+0 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -59/+59 |
| 2020-01-20 | samples/bpf: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 83 | -113/+112 |
| 2020-01-20 | samples/bpf: Don't try to remove user's homedir on clean | Toke Høiland-Jørgensen | 1 | -1/+1 |
| 2020-01-16 | devmap: Adjust tracepoint for map-less queue flush | Jesper Dangaard Brouer | 1 | -5/+3 |
| 2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 12 | -56/+504 |
| 2019-12-20 | samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach | Jesper Dangaard Brouer | 1 | -4/+55 |
| 2019-12-20 | samples/bpf: xdpsock: Add option to specify transmit fill pattern | Jay Jayatheerthan | 1 | -4/+9 |
| 2019-12-20 | samples/bpf: xdpsock: Add option to specify tx packet size | Jay Jayatheerthan | 1 | -11/+265 |
| 2019-12-20 | samples/bpf: xdpsock: Add option to specify number of packets to send | Jay Jayatheerthan | 1 | -14/+59 |
| 2019-12-20 | samples/bpf: xdpsock: Add option to specify batch size | Jay Jayatheerthan | 1 | -23/+29 |
| 2019-12-20 | samples/bpf: xdpsock: Use common code to handle signal and main exit | Jay Jayatheerthan | 1 | -2/+7 |
| 2019-12-20 | samples/bpf: xdpsock: Add duration option to specify how long to run | Jay Jayatheerthan | 1 | -2/+35 |
| 2019-12-16 | samples/bpf: Attach XDP programs in driver mode by default | Toke Høiland-Jørgensen | 11 | -12/+58 |
| 2019-12-16 | samples/bpf: Set -fno-stack-protector when building BPF programs | Toke Høiland-Jørgensen | 1 | -0/+1 |
| 2019-12-16 | samples/bpf: Add missing -lz to TPROGS_LDLIBS | Toke Høiland-Jørgensen | 1 | -1/+1 |
| 2019-12-16 | samples/bpf: Reintroduce missed build targets | Prashant Bhole | 1 | -0/+2 |
| 2019-12-11 | samples: bpf: fix syscall_tp due to unused syscall | Daniel T. Lee | 1 | -2/+16 |
| 2019-12-11 | samples: bpf: Replace symbol compare of trace_event | Daniel T. Lee | 1 | -2/+2 |
| 2019-12-04 | samples/bpf: Fix broken xdp_rxq_info due to map order assumptions | Jesper Dangaard Brouer | 1 | -3/+3 |
| 2019-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 21 | -228/+339 |
| 2019-11-15 | samples/bpf: Add missing option to xdpsock usage | Andre Guedes | 1 | -0/+2 |
| 2019-11-15 | samples/bpf: Remove duplicate option from xdpsock | Andre Guedes | 1 | -1/+0 |
| 2019-11-11 | samples/bpf: adjust Makefile and README.rst | Jesper Dangaard Brouer | 2 | -9/+7 |
| 2019-11-10 | samples/bpf: Use Rx-only and Tx-only sockets in xdpsock | Magnus Karlsson | 1 | -12/+29 |
| 2019-11-10 | samples/bpf: Add XDP_SHARED_UMEM support to xdpsock | Magnus Karlsson | 4 | -42/+135 |
| 2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
| 2019-11-08 | samples: bpf: update map definition to new syntax BTF-defined map | Daniel T. Lee | 12 | -178/+178 |
| 2019-11-08 | samples: bpf: Update outdated error message | Daniel T. Lee | 5 | -7/+7 |
| 2019-11-02 | bpf, samples: Use bpf_probe_read_user where appropriate | Daniel Borkmann | 3 | -5/+5 |
| 2019-10-31 | samples/bpf: fix build by setting HAVE_ATTR_TEST to zero | Björn Töpel | 1 | -0/+1 |
| 2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -1/+13 |
| 2019-10-12 | samples/bpf: Add preparation steps and sysroot info to readme | Ivan Khoronzhuk | 1 | -5/+36 |
| 2019-10-12 | samples/bpf: Add sysroot support | Ivan Khoronzhuk | 1 | -0/+5 |
| 2019-10-12 | samples/bpf: Provide C/LDFLAGS to libbpf | Ivan Khoronzhuk | 1 | -1/+2 |
| 2019-10-12 | samples/bpf: Use target CC environment for HDR_PROBE | Ivan Khoronzhuk | 1 | -3/+2 |
| 2019-10-12 | samples/bpf: Use own flags but not HOSTCFLAGS | Ivan Khoronzhuk | 1 | -2/+4 |
| 2019-10-12 | samples/bpf: Base target programs rules on Makefile.target | Ivan Khoronzhuk | 1 | -66/+69 |
| 2019-10-12 | samples/bpf: Add makefile.target for separate CC target build | Ivan Khoronzhuk | 1 | -0/+75 |
| 2019-10-12 | samples/bpf: Drop unnecessarily inclusion for bpf_load | Ivan Khoronzhuk | 1 | -1/+1 |
| 2019-10-12 | samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm | Ivan Khoronzhuk | 1 | -0/+8 |
| 2019-10-12 | samples/bpf: Use own EXTRA_CFLAGS for clang commands | Ivan Khoronzhuk | 1 | -4/+5 |
| 2019-10-12 | samples/bpf: Use --target from cross-compile | Ivan Khoronzhuk | 1 | -1/+1 |
| 2019-10-12 | samples/bpf: Fix cookie_uid_helper_example obj build | Ivan Khoronzhuk | 1 | -1/+0 |
| 2019-10-12 | samples/bpf: Fix HDR_PROBE "echo" | Ivan Khoronzhuk | 1 | -1/+1 |
| 2019-10-08 | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf | Andrii Nakryiko | 1 | -1/+1 |
| 2019-10-08 | selftests/bpf: Split off tracing-only helpers into bpf_tracing.h | Andrii Nakryiko | 13 | -0/+13 |
| 2019-10-08 | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h | Andrii Nakryiko | 8 | -33/+37 |
| 2019-10-07 | samples: bpf: Add max_pckt_size option at xdp_adjust_tail | Daniel T. Lee | 2 | -11/+25 |
| 2019-10-07 | samples/bpf: Trivial - fix spelling mistake in usage | Anton Ivanov | 1 | -1/+1 |
| 2019-10-03 | samples/bpf: Add a workaround for asm_inline | KP Singh | 1 | -1/+12 |
| 2019-10-03 | samples/bpf: Fix build for task_fd_query_user.c | Björn Töpel | 1 | -0/+1 |
| 2019-09-16 | samples/bpf: fix xdpsock l2fwd tx for unaligned mode | Ciara Loftus | 1 | -1/+1 |
| 2019-08-31 | samples/bpf: use hugepages in xdpsock app | Kevin Laatz | 1 | -5/+10 |
| 2019-08-31 | samples/bpf: add buffer recycling for unaligned chunks to xdpsock | Kevin Laatz | 1 | -10/+16 |
| 2019-08-31 | samples/bpf: add unaligned chunks mode support to xdpsock | Kevin Laatz | 1 | -3/+17 |
| 2019-08-21 | samples: bpf: syscall_nrs: use mmap2 if defined | Ivan Khoronzhuk | 2 | -0/+19 |
| 2019-08-17 | samples/bpf: add use of need_wakeup flag in xdpsock | Magnus Karlsson | 1 | -72/+120 |
| 2019-08-09 | samples/bpf: xdp_fwd explain bpf_fib_lookup return codes | Jesper Dangaard Brouer | 1 | -2/+17 |
| 2019-08-09 | samples/bpf: make xdp_fwd more practically usable via devmap lookup | Jesper Dangaard Brouer | 2 | -17/+33 |
| 2019-08-09 | samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports | Jesper Dangaard Brouer | 2 | -3/+4 |
| 2019-07-23 | samples/bpf: switch trace_output sample to perf_buffer API | Andrii Nakryiko | 1 | -29/+14 |
| 2019-07-23 | samples/bpf: convert xdp_sample_pkts_user to perf_buffer API | Andrii Nakryiko | 1 | -44/+17 |
| 2019-07-15 | samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) | Ilya Leoshkevich | 1 | -1/+1 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+1 |
| 2019-07-03 | samples/bpf: fix tcp_bpf.readme detach command | Stanislav Fomichev | 1 | -1/+1 |
| 2019-07-03 | samples/bpf: add sample program that periodically dumps TCP stats | Stanislav Fomichev | 2 | -0/+69 |
| 2019-07-03 | bpf: Add support for fq's EDT to HBM | brakmo | 5 | -19/+231 |
| 2019-06-27 | xsk: Change the default frame size to 4096 and allow controlling it | Maxim Mikityanskiy | 1 | -16/+28 |
| 2019-06-26 | samples: bpf: make the use of xdp samples consistent | Daniel T. Lee | 4 | -12/+42 |
| 2019-06-24 | samples: bpf: Remove bpf_debug macro in favor of bpf_printk | Michal Rostecki | 1 | -12/+6 |
| 2019-06-24 | samples/bpf: xdp_redirect, correctly get dummy program id | Prashant Bhole | 1 | -1/+1 |
| 2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 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-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 16 | -31/+34 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 1 | -1/+2 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -20/+4 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -2/+2 |
| 2019-06-18 | samples: bpf: refactor header include path | Daniel T. Lee | 15 | -20/+20 |
| 2019-06-18 | samples: bpf: remove unnecessary include options in Makefile | Daniel T. Lee | 1 | -9/+0 |
| 2019-06-15 | samples/bpf: fix include path in Makefile | Prashant Bhole | 1 | -1/+1 |
| 2019-06-10 | samples: bpf: don't run probes at the local make stage | Jakub Kicinski | 1 | -0/+3 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -2/+2 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 20 | -80/+20 |
| 2019-06-06 | samples: bpf: print a warning about headers_install | Jakub Kicinski | 1 | -0/+9 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 2 | -18/+2 |
| 2019-06-04 | bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" | Colin Ian King | 1 | -1/+1 |
| 2019-05-31 | bpf: Add more stats to HBM | brakmo | 4 | -10/+117 |
| 2019-05-31 | bpf: Add cn support to hbm_out_kern.c | brakmo | 4 | -12/+45 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 20 | -80/+20 |
| 2019-05-28 | selftests/bpf: convert test_cgrp2_attach2 example into kselftest | Roman Gushchin | 2 | -461/+0 |
| 2019-05-28 | samples/bpf: fix a couple of style issues in bpf_load | Daniel T. Lee | 1 | -4/+4 |
| 2019-05-24 | samples: bpf: add ibumad sample to .gitignore | Matteo Croce | 1 | -0/+1 |
| 2019-05-24 | samples: bpf: Do not define bpf_printk macro | Michal Rostecki | 10 | -72/+2 |
| 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-25 | 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-21 | 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-25 | 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-01 | samples/bpf: Check the prog id before exiting | Maciej Fijalkowski | 10 | -48/+308 |
| 2019-02-01 | samples/bpf: Add a "force" flag to XDP samples | Maciej Fijalkowski | 10 | -40/+119 |
| 2019-02-01 | samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} | Maciej Fijalkowski | 2 | -0/+14 |
| 2019-02-01 | samples/bpf: Convert XDP samples to libbpf usage | Maciej Fijalkowski | 6 | -103/+253 |
| 2019-02-01 | samples/bpf: xdp_redirect_cpu have not need for read_trace_pipe | Jesper Dangaard Brouer | 1 | -10/+0 |
| 2019-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+20 |
| 2019-01-26 | 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-07 | 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-03 | samples: bpf: fix: seg fault with NULL pointer arg | Daniel T. Lee | 1 | -1/+3 |
| 2018-11-30 | samples: bpf: get ifindex from ifname | Matteo Croce | 1 | -2/+7 |
| 2018-11-30 | samples: bpf: improve xdp1 example | Matteo Croce | 1 | -10/+8 |
| 2018-11-23 | 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-07 | 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 |
| 2018-09-18 | samples/bpf: remove duplicated includes | YueHaibing | 3 | -3/+0 |
| 2018-09-01 | samples/bpf: xdpsock, minor fixes | Prashant Bhole | 2 | -3/+2 |
| 2018-09-01 | bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program | Nikita V. Shirokov | 2 | -0/+88 |
| 2018-08-29 | samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsock | Björn Töpel | 1 | -1/+11 |
| 2018-08-16 | samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM | Jesper Dangaard Brouer | 2 | -2/+4 |
| 2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 13 | -34/+590 |
| 2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -11/+11 |
| 2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -2/+160 |
| 2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+3 |
| 2018-08-10 | samples/bpf: xdp_redirect_cpu load balance like Suricata | Jesper Dangaard Brouer | 2 | -2/+105 |
| 2018-08-10 | samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash | Jesper Dangaard Brouer | 1 | -0/+55 |
| 2018-08-09 | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier | Jesper Dangaard Brouer | 2 | -3/+3 |
| 2018-08-03 | samples/bpf: extend test_cgrp2_attach2 test to use cgroup storage | Roman Gushchin | 1 | -1/+20 |
| 2018-07-27 | samples: bpf: convert xdpsock_user.c to libbpf | Jakub Kicinski | 2 | -10/+30 |
| 2018-07-27 | samples: bpf: convert xdp_fwd_user.c to libbpf | Jakub Kicinski | 2 | -12/+24 |
| 2018-07-27 | samples/bpf: Add BTF build flags to Makefile | Taeung Song | 1 | -1/+16 |
| 2018-07-27 | samples/bpf: xdpsock: order memory on AArch64 | Brian Brooks | 1 | -0/+5 |
| 2018-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -1/+4 |
| 2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 6 | -16/+93 |
| 2018-07-18 | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS | Laura Abbott | 1 | -6/+6 |
| 2018-07-18 | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 1 | -5/+5 |
| 2018-07-16 | samples/bpf: test_cgrp2_sock2: fix an off by one | Dan Carpenter | 1 | -1/+1 |
| 2018-07-16 | samples: bpf: ensure that we don't load over MAX_PROGS programs | Dan Carpenter | 1 | -0/+3 |
| 2018-07-14 | samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets | Jesper Dangaard Brouer | 1 | -1/+10 |
| 2018-07-10 | samples/bpf: Fix tc and ip paths in xdp2skb_meta.sh | Taeung Song | 1 | -3/+3 |
| 2018-07-05 | samples/bpf: add .gitignore file | Taeung Song | 1 | -0/+49 |
| 2018-07-05 | samples/bpf: Check the error of write() and read() | Taeung Song | 1 | -4/+15 |
| 2018-07-05 | samples/bpf: Check the result of system() | Taeung Song | 1 | -3/+24 |
| 2018-07-05 | samples/bpf: add missing <linux/if_vlan.h> | Taeung Song | 1 | -5/+1 |
| 2018-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 5 | -6/+321 |
| 2018-07-02 | samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sample | Magnus Karlsson | 1 | -1/+1 |
| 2018-06-29 | bpf: Change bpf_fib_lookup to return lookup status | David Ahern | 1 | -4/+4 |
| 2018-06-28 | samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrs | Jesper Dangaard Brouer | 2 | -1/+36 |
| 2018-06-28 | samples/bpf: extend xdp_rxq_info to read packet payload | Jesper Dangaard Brouer | 2 | -6/+47 |
| 2018-06-27 | samples/bpf: Add xdp_sample_pkts example | Toke Høiland-Jørgensen | 3 | -0/+239 |
| 2018-06-05 | samples/bpf: xdpsock: use skb Tx path for XDP_SKB | Björn Töpel | 1 | -0/+5 |
| 2018-06-04 | samples/bpf: minor *_nb_free performance fix | Magnus Karlsson | 1 | -3/+5 |
| 2018-06-04 | samples/bpf: adapted to new uapi | Björn Töpel | 1 | -48/+36 |
| 2018-06-03 | bpf: flowlabel in bpf_fib_lookup should be flowinfo | David Ahern | 1 | -1/+1 |