summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2019-01-15samples/bpf: workaround clang asm goto compilation errorsYonghong Song-0/+17
2019-01-10samples: bpf: user proper argument indexIoana Ciornei-1/+1
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev-8/+8
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+1
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada-0/+1
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada-3/+0
2018-12-03samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee-1/+3
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce-2/+7
2018-11-30samples: bpf: improve xdp1 exampleMatteo Croce-10/+8
2018-11-23samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee-9/+24
2018-11-20tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song-0/+8
2018-11-07bpf_load: add map name to load_maps error messageShannon Nelson-2/+2
2018-10-04bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU-2/+0
2018-10-01samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin-1/+18
2018-09-21samples/bpf: fix compilation failurePrashant Bhole-11/+12
2018-09-18samples/bpf: fix a compilation failureYonghong Song-2/+2
2018-09-18samples/bpf: remove duplicated includesYueHaibing-3/+0
2018-09-01samples/bpf: xdpsock, minor fixesPrashant Bhole-3/+2
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov-0/+88
2018-08-29samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel-1/+11
2018-08-16samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer-2/+4
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-34/+590
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-11/+11
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+160
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2018-08-10samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer-2/+105
2018-08-10samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer-0/+55
2018-08-09samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer-3/+3
2018-08-03samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin-1/+20
2018-07-27samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski-10/+30
2018-07-27samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski-12/+24
2018-07-27samples/bpf: Add BTF build flags to MakefileTaeung Song-1/+16
2018-07-27samples/bpf: xdpsock: order memory on AArch64Brian Brooks-0/+5
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+4
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-16/+93
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott-6/+6
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott-5/+5
2018-07-16samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter-1/+1
2018-07-16samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter-0/+3
2018-07-14samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packetsJesper Dangaard Brouer-1/+10
2018-07-10samples/bpf: Fix tc and ip paths in xdp2skb_meta.shTaeung Song-3/+3
2018-07-05samples/bpf: add .gitignore fileTaeung Song-0/+49
2018-07-05samples/bpf: Check the error of write() and read()Taeung Song-4/+15
2018-07-05samples/bpf: Check the result of system()Taeung Song-3/+24
2018-07-05samples/bpf: add missing <linux/if_vlan.h>Taeung Song-5/+1
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+321
2018-07-02samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sampleMagnus Karlsson-1/+1
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern-4/+4
2018-06-28samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrsJesper Dangaard Brouer-1/+36
2018-06-28samples/bpf: extend xdp_rxq_info to read packet payloadJesper Dangaard Brouer-6/+47