aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: export map_data[] for more info on mapsJesper Dangaard Brouer2017-05-031-1/+7
* samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer2017-05-033-18/+23
* samples/bpf: make bpf_load.c code compatible with ELF maps section changesJesper Dangaard Brouer2017-05-031-69/+155
* samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4Jesper Dangaard Brouer2017-05-033-0/+22
* bpf, samples: fix build warning in cookie_uid_helper_exampleDaniel Borkmann2017-05-021-3/+3
* samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnelJesper Dangaard Brouer2017-05-011-2/+2
* samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer2017-05-014-10/+11
* samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer2017-04-301-9/+31
* samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern2017-04-274-16/+58
* samples/bpf: check before defining offsetofAlexander Alemayhu2017-04-241-1/+3
* samples/bpf: add static to function with no prototypeAlexander Alemayhu2017-04-241-1/+1
* samples/bpf: add -Wno-unknown-warning-option to clangAlexander Alemayhu2017-04-241-0/+1
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-221-0/+19
* bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau2017-04-172-3/+93
* bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau2017-04-173-74/+201
* bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau2017-04-172-29/+67
* Sample program using SO_COOKIEChenbo Feng2017-04-082-23/+127
* A Sample of using socket cookie and uid for traffic monitoringChenbo Feng2017-03-234-0/+244
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-225-5/+311
* samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov2017-03-162-0/+65
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-0/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-164-7/+67
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-0/+2
| |\ \
| * | | samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-232-0/+79
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-202-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| * | | samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| * | | samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| | |/ | |/|
* / | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-124-7/+67
|/ /
* / bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer2017-01-202-0/+2
|/
* Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-052-2/+1
|\
| * samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
| * samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-271-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2333-334/+216
|\|
| * samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-208-6/+7
| * samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-208-18/+15
| * samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-201-1/+1
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-202-24/+0
| * samples/bpf: Switch over to libbpfJoe Stringer2016-12-2010-168/+52
| * samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-201-1/+1
| * samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-1530-109/+133
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-2/+2
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-2/+2
* | bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-088-93/+630
* | samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2016-12-032-0/+134
* | samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon2016-12-034-85/+218
* | samples/bpf: silence compiler warningsAlexei Starovoitov2016-12-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-3/+3
|\ \
| * | bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu2016-11-283-3/+3
* | | samples/bpf: add userspace example for prohibiting socketsDavid Ahern2016-12-024-0/+195