summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-01samples/bpf: add error checking for perf ioctl calls in bpf loaderYonghong Song
2017-11-18kbuild: remove all dummy assignments to obj-Masahiro Yamada
2017-11-14xdp: sample: Missing curly braces in read_route()Dan Carpenter
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11bpf: Fix tcp_clamp_kern.c sample programLawrence Brakmo
2017-11-11bpf: Fix tcp_iw_kern.c sample programLawrence Brakmo
2017-11-11bpf: Fix tcp_cong_kern.c sample programLawrence Brakmo
2017-11-11bpf: Fix tcp_bufs_kern.c sample programLawrence Brakmo
2017-11-11bpf: Fix tcp_rwnd_kern.c sample programLawrence Brakmo
2017-11-11bpf: Fix tcp_synrto_kern.c sample programLawrence Brakmo
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik
2017-11-08bpf: Rename tcp_bbf.readme to tcp_bpf.readmeLawrence Brakmo
2017-11-08xdp: Sample xdp program implementing ip forwardChristina Jacob
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-29samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_mapTushar Dave
2017-10-29samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave
2017-10-25bpf: add a test case to test single tp multiple bpf attachmentYonghong Song
2017-10-22bpf: create samples/bpf/tcp_bpf.readmeLawrence Brakmo
2017-10-22bpf: sample BPF_SOCKET_OPS_BASE_RTT programLawrence Brakmo
2017-10-18samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer
2017-10-16bpf: Add -target to clang switch while cross compiling.Abhijit Ayarekar
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song
2017-10-06samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer
2017-10-06samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer
2017-10-06samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer
2017-10-04samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov
2017-10-04samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov
2017-10-01samples/bpf: fix warnings in xdp_monitor_userStephen Hemminger
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-09-21samples/bpf: Add documentation on cross compilationJoel Fernandes
2017-09-21samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes
2017-09-21samples/bpf: Enable cross compiler supportJoel Fernandes
2017-09-21samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes
2017-09-01bpf: Add lru_hash_lookup performance testMartin KaFai Lau
2017-09-01samples/bpf: Update cgroup socket examples to use uid gid helperDavid Ahern
2017-09-01samples/bpf: Update cgrp2 socket testsDavid Ahern
2017-09-01samples/bpf: Add option to dump socket settingsDavid Ahern
2017-09-01samples/bpf: Add detach option to test_cgrp2_sockDavid Ahern
2017-09-01samples/bpf: Update sock test to allow setting mark and priorityDavid Ahern
2017-08-31samples/bpf: Fix compilation issue in redirect dummy programTariq Toukan
2017-08-29samples/bpf: xdp_monitor tool based on tracepointsJesper Dangaard Brouer
2017-08-29samples/bpf: xdp_redirect load XDP dummy prog on TX deviceJesper Dangaard Brouer
2017-08-28samples/bpf: extend test_tunnel_bpf.sh with ERSPANWilliam Tu
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-07bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song