summaryrefslogtreecommitdiff
path: root/samples/bpf/xdp1_user.c
AgeCommit message (Expand)Author
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen
2019-11-08samples: bpf: Update outdated error messageDaniel T. Lee
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-18samples: bpf: refactor header include pathDaniel T. Lee
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-02-01samples/bpf: Check the prog id before exitingMaciej Fijalkowski
2019-02-01samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski
2019-01-10samples: bpf: user proper argument indexIoana Ciornei
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce
2018-11-30samples: bpf: improve xdp1 exampleMatteo Croce
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski
2018-02-02samples/bpf: use bpf_set_link_xdp_fdEric Leblond
2017-10-29samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave
2017-05-11samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-01samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer
2017-04-27samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer
2016-12-08bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann
2016-07-19Add sample for adding simple drop program to linkBrenden Blanco