summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk2019-10-121-4/+5
* | samples/bpf: Use --target from cross-compileIvan Khoronzhuk2019-10-121-1/+1
* | samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk2019-10-121-1/+0
* | samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk2019-10-121-1/+1
* | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-081-1/+1
* | selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-0813-0/+13
* | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-088-33/+37
* | samples: bpf: Add max_pckt_size option at xdp_adjust_tailDaniel T. Lee2019-10-072-11/+25
* | samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov2019-10-071-1/+1
|/
* samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus2019-09-161-1/+1
* samples/bpf: use hugepages in xdpsock appKevin Laatz2019-08-311-5/+10
* samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz2019-08-311-10/+16
* samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz2019-08-311-3/+17
* samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk2019-08-212-0/+19
* samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson2019-08-171-72/+120
* samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer2019-08-091-2/+17
* samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer2019-08-092-17/+33
* samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer2019-08-092-3/+4
* samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko2019-07-231-29/+14
* samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIAndrii Nakryiko2019-07-231-44/+17
* samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-1/+1
| |\
| | * samples/bpf: xdp_redirect, correctly get dummy program idPrashant Bhole2019-06-241-1/+1
* | | samples/bpf: fix tcp_bpf.readme detach commandStanislav Fomichev2019-07-031-1/+1
* | | samples/bpf: add sample program that periodically dumps TCP statsStanislav Fomichev2019-07-032-0/+69
* | | bpf: Add support for fq's EDT to HBMbrakmo2019-07-035-19/+231
* | | xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy2019-06-271-16/+28
* | | samples: bpf: make the use of xdp samples consistentDaniel T. Lee2019-06-264-12/+42
* | | samples: bpf: Remove bpf_debug macro in favor of bpf_printkMichal Rostecki2019-06-241-12/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+2
|\| |
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-1/+2
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2016-31/+34
|\ \ \ \
| * | | | samples: bpf: refactor header include pathDaniel T. Lee2019-06-1815-20/+20
| * | | | samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee2019-06-181-9/+0
| * | | | samples/bpf: fix include path in MakefilePrashant Bhole2019-06-151-1/+1
| * | | | samples: bpf: don't run probes at the local make stageJakub Kicinski2019-06-101-0/+3
| * | | | samples: bpf: print a warning about headers_installJakub Kicinski2019-06-061-0/+9
| * | | | bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Colin Ian King2019-06-041-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-174-20/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-172-2/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-2/+2
| | |\ \
| | | * | samples, bpf: suppress compiler warningMatteo Croce2019-05-211-1/+1
| | | * | samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai2019-05-211-1/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-052-18/+2
| |/ / /
* | | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0720-80/+20
|\| | | | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3020-80/+20
| |/
* | bpf: Add more stats to HBMbrakmo2019-05-314-10/+117
* | bpf: Add cn support to hbm_out_kern.cbrakmo2019-05-314-12/+45