summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2018-06-05samples/bpf: xdpsock: use skb Tx path for XDP_SKBBjörn Töpel-0/+5
2018-06-04samples/bpf: minor *_nb_free performance fixMagnus Karlsson-3/+5
2018-06-04samples/bpf: adapted to new uapiBjörn Töpel-48/+36
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern-1/+1
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-59/+599
2018-05-24samples/bpf: xdp_monitor use err code from tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer-5/+40
2018-05-24samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer-1/+82
2018-05-24samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song-0/+405
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel-47/+76
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel-11/+1
2018-05-16samples/bpf: Decrement ttl in fib forwarding exampleDavid Ahern-8/+31
2018-05-14samples: bpf: make the build less noisyJakub Kicinski-1/+2
2018-05-14samples: bpf: move libbpf from object dependencies to libsJakub Kicinski-94/+51
2018-05-14samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski-5/+12
2018-05-14samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski-12/+17
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski-35/+34
2018-05-14samples/bpf: xdp_monitor, accept short optionsPrashant Bhole-2/+2
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov-1/+1
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski-43/+78
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski-3/+11
2018-05-11samples: bpf: compile and link against full libbpfJakub Kicinski-7/+14
2018-05-11samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski-7/+7
2018-05-11samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern-0/+255
2018-05-03samples/bpf: sample application and documentation for AF_XDP socketsMagnus Karlsson-0/+1019
2018-04-29samples/bpf: fix kprobe attachment issue on x64Yonghong Song-8/+26
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song-175/+20
2018-04-27samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui-2/+0
2018-04-27samples/bpf: remove the bpf tunnel testsuite.William Tu-1003/+0
2018-04-24samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger-0/+87
2018-04-18bpf: add bpf_xdp_adjust_tail sample progNikita V. Shirokov-0/+298
2018-04-18samples/bpf: fix xdp_monitor user output for tracepoint exceptionJesper Dangaard Brouer-1/+1
2018-04-18samples/bpf: correct comment in sock_example.cWang Sheng-Hui-2/+2
2018-03-28samples/bpf: raw tracepoint testAlexei Starovoitov-0/+44
2018-03-28samples/bpf: fix spelling mistake: "revieve" -> "receive"Colin Ian King-1/+1
2018-03-19bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend-2/+6
2018-03-08samples/bpf: add example to test reading addressTeng Qin-0/+19
2018-03-04samples/bpf: add gre sequence number test.William Tu-4/+7
2018-03-02samples/bpf: detach prog from cgroupPrashant Bhole-0/+4
2018-02-26samples/bpf: Add program for CPU state statisticsLeo Yan-0/+504
2018-02-13samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirectTushar Dave-0/+7
2018-02-06sample/bpf: fix erspan metadataWilliam Tu-27/+18
2018-02-02samples/bpf: use bpf_set_link_xdp_fdEric Leblond-126/+24
2018-02-02libbpf: add error reporting in XDPEric Leblond-1/+1
2018-01-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün-1/+4
2018-01-20samples/bpf: xdp_monitor include cpumap tracepoints in monitoringJesper Dangaard Brouer-67/+443
2018-01-18samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidatedJesper Dangaard Brouer-3/+5
2018-01-17samples/bpf: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-11samples/bpf: xdp2skb_meta shows transferring info from XDP to SKBJesper Dangaard Brouer-0/+324
2018-01-05samples/bpf: program demonstrating access to xdp_rxq_infoJesper Dangaard Brouer-0/+631