summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2018-07-27samples/bpf: xdpsock: order memory on AArch64Brian Brooks
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-07-16samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter
2018-07-16samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter
2018-07-14samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packetsJesper Dangaard Brouer
2018-07-10samples/bpf: Fix tc and ip paths in xdp2skb_meta.shTaeung Song
2018-07-05samples/bpf: add .gitignore fileTaeung Song
2018-07-05samples/bpf: Check the error of write() and read()Taeung Song
2018-07-05samples/bpf: Check the result of system()Taeung Song
2018-07-05samples/bpf: add missing <linux/if_vlan.h>Taeung Song
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-02samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sampleMagnus Karlsson
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-28samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrsJesper Dangaard Brouer
2018-06-28samples/bpf: extend xdp_rxq_info to read packet payloadJesper Dangaard Brouer
2018-06-27samples/bpf: Add xdp_sample_pkts exampleToke Høiland-Jørgensen
2018-06-05samples/bpf: xdpsock: use skb Tx path for XDP_SKBBjörn Töpel
2018-06-04samples/bpf: minor *_nb_free performance fixMagnus Karlsson
2018-06-04samples/bpf: adapted to new uapiBjörn Töpel
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24samples/bpf: xdp_monitor use err code from tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer
2018-05-24samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer
2018-05-24samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18xsk: clean up SPDX headersBjörn Töpel
2018-05-16samples/bpf: Decrement ttl in fib forwarding exampleDavid Ahern
2018-05-14samples: bpf: make the build less noisyJakub Kicinski
2018-05-14samples: bpf: move libbpf from object dependencies to libsJakub Kicinski
2018-05-14samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski
2018-05-14samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski
2018-05-14samples/bpf: xdp_monitor, accept short optionsPrashant Bhole
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-05-11samples: bpf: compile and link against full libbpfJakub Kicinski
2018-05-11samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski
2018-05-11samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern
2018-05-03samples/bpf: sample application and documentation for AF_XDP socketsMagnus Karlsson
2018-04-29samples/bpf: fix kprobe attachment issue on x64Yonghong Song
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song
2018-04-27samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui
2018-04-27samples/bpf: remove the bpf tunnel testsuite.William Tu
2018-04-24samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger
2018-04-18bpf: add bpf_xdp_adjust_tail sample progNikita V. Shirokov