summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-4/+4
|\
| * kfifo: clean up example to not use page_linkLogan Gunthorpe2017-07-121-4/+4
* | samples/bpf: fix a build issueYonghong Song2017-07-112-198/+1
|/
* bpf: fix return in load_bpf_fileLawrence Brakmo2017-07-051-2/+6
* bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2017-07-012-0/+103
* bpf: Sample BPF program to set initial cwndLawrence Brakmo2017-07-012-0/+89
* bpf: Sample BPF program to set congestion controlLawrence Brakmo2017-07-012-0/+84
* bpf: Sample BPF program to set buffer sizesLawrence Brakmo2017-07-012-0/+87
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-0/+3
* bpf: Sample bpf program to set initial windowLawrence Brakmo2017-07-012-0/+70
* bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo2017-07-012-0/+70
* bpf: program to load and attach sock_ops BPF progsLawrence Brakmo2017-07-012-0/+100
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-3/+10
* bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau2017-06-292-1/+31
* samples/bpf: fix a build problemYonghong Song2017-06-221-1/+1
* pktgen: Specify the index of first threadTariq Toukan2017-06-168-18/+27
* pktgen: Specify num packets per threadTariq Toukan2017-06-169-8/+15
* samples/bpf: Fix tracex5 to work with MIPS syscalls.David Daney2017-06-143-3/+33
* bpf: Add MIPS support to samples/bpf.David Daney2017-06-141-0/+13
* samples/bpf: add tests for more perf event typesTeng Qin2017-06-044-56/+228
* samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF orderJesper Dangaard Brouer2017-05-311-14/+5
* samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek2017-05-117-1/+9
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-112-3/+12
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-2/+0
|\
| * mei: drop the TODO from samplesTomas Winkler2017-04-261-2/+0
* | 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+17
|\ \
| * | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-081-1/+0
| * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+17
| |/
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-4/+8
|\ \
| * | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-4/+8
| |/
* | 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
|/
OpenPOWER on IntegriCloud