aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeGravatar Ciara Loftus 1-1/+1
2019-08-31samples/bpf: use hugepages in xdpsock appGravatar Kevin Laatz 1-5/+10
2019-08-31samples/bpf: add buffer recycling for unaligned chunks to xdpsockGravatar Kevin Laatz 1-10/+16
2019-08-31samples/bpf: add unaligned chunks mode support to xdpsockGravatar Kevin Laatz 1-3/+17
2019-08-21samples: bpf: syscall_nrs: use mmap2 if definedGravatar Ivan Khoronzhuk 2-0/+19
2019-08-17samples/bpf: add use of need_wakeup flag in xdpsockGravatar Magnus Karlsson 1-72/+120
2019-08-09samples/bpf: xdp_fwd explain bpf_fib_lookup return codesGravatar Jesper Dangaard Brouer 1-2/+17
2019-08-09samples/bpf: make xdp_fwd more practically usable via devmap lookupGravatar Jesper Dangaard Brouer 2-17/+33
2019-08-09samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsGravatar Jesper Dangaard Brouer 2-3/+4
2019-07-23samples/bpf: switch trace_output sample to perf_buffer APIGravatar Andrii Nakryiko 1-29/+14
2019-07-23samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIGravatar Andrii Nakryiko 1-44/+17
2019-07-15samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Gravatar Ilya Leoshkevich 1-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2019-07-03samples/bpf: fix tcp_bpf.readme detach commandGravatar Stanislav Fomichev 1-1/+1
2019-07-03samples/bpf: add sample program that periodically dumps TCP statsGravatar Stanislav Fomichev 2-0/+69
2019-07-03bpf: Add support for fq's EDT to HBMGravatar brakmo 5-19/+231
2019-06-27xsk: Change the default frame size to 4096 and allow controlling itGravatar Maxim Mikityanskiy 1-16/+28
2019-06-26samples: bpf: make the use of xdp samples consistentGravatar Daniel T. Lee 4-12/+42
2019-06-24samples: bpf: Remove bpf_debug macro in favor of bpf_printkGravatar Michal Rostecki 1-12/+6
2019-06-24samples/bpf: xdp_redirect, correctly get dummy program idGravatar Prashant Bhole 1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 16-31/+34
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Gravatar Thomas Gleixner 1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-20/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+2
2019-06-18samples: bpf: refactor header include pathGravatar Daniel T. Lee 15-20/+20
2019-06-18samples: bpf: remove unnecessary include options in MakefileGravatar Daniel T. Lee 1-9/+0
2019-06-15samples/bpf: fix include path in MakefileGravatar Prashant Bhole 1-1/+1
2019-06-10samples: bpf: don't run probes at the local make stageGravatar Jakub Kicinski 1-0/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-2/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 20-80/+20
2019-06-06samples: bpf: print a warning about headers_installGravatar Jakub Kicinski 1-0/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Gravatar Thomas Gleixner 2-18/+2
2019-06-04bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Gravatar Colin Ian King 1-1/+1
2019-05-31bpf: Add more stats to HBMGravatar brakmo 4-10/+117
2019-05-31bpf: Add cn support to hbm_out_kern.cGravatar brakmo 4-12/+45
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 20-80/+20
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestGravatar Roman Gushchin 2-461/+0
2019-05-28samples/bpf: fix a couple of style issues in bpf_loadGravatar Daniel T. Lee 1-4/+4
2019-05-24samples: bpf: add ibumad sample to .gitignoreGravatar Matteo Croce 1-0/+1
2019-05-24samples: bpf: Do not define bpf_printk macroGravatar Michal Rostecki 10-72/+2
2019-05-21samples, bpf: suppress compiler warningGravatar Matteo Croce 1-1/+1
2019-05-21samples, bpf: fix to change the buffer size for read()Gravatar Chang-Hsien Tsai 1-1/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-0/+269
2019-04-25samples: bpf: add hbm sample to .gitignoreGravatar Daniel T. Lee 1-0/+1
2019-04-05samples/bpf: fix build with new clangGravatar Alexei Starovoitov 1-0/+1
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchGravatar Daniel T. Lee 4-1/+21
2019-03-27BPF: Add sample code for new ib_umad tracepointGravatar Ira Weiny 3-0/+269