aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: fix parameters of bpf_trace_printk() (#2121)Xiaozhou Liu2019-01-091-2/+2
* tutorial: align the header in opensnoop (#2105)detailyang2019-01-031-1/+1
* sync with latest net-next bpf uapi headers (#2100)yonghong-song2018-12-311-2/+4
* Update the tutorial to match what is currently in the examples (#2061)William Cohen2018-11-281-67/+72
* docs: fix kernel versions (#2031)Xiaozhou Liu2018-11-041-3/+3
* sync with latest net-nextYonghong Song2018-10-271-3/+13
* sync with latest net-next bpf headers (#2001)yonghong-song2018-10-101-0/+1
* Documentation: add function calls in 4.16 (#1994)Alban Crequy2018-10-081-0/+1
* sync header to latest net-next (#1932)yonghong-song2018-08-161-0/+8
* Documentation: Added table for program type and its helper functions (#1881)Ravi Kiran Eticala2018-08-071-0/+33
* Update scripts to use `increment` (#1905)Javier Honduvilla Coto2018-07-311-8/+13
* Allow arbitrary hashtable increments. Fixes #1742 (#1897)Javier Honduvilla Coto2018-07-273-13/+13
* clang: loader: Allow user to override kernel version (#1895)Joel2018-07-241-0/+27
* Do not allow defining the license from CFLAGS or command lineOriol Arcas2018-06-211-1/+1
* Added new footer.h header where BPF_LICENSE is set if not definedOriol Arcas2018-06-202-80/+128
* Add DEVMAP, CPUMAP, and redirect_map() to the reference guideGary Lin2018-06-111-18/+91
* sync BPF compat headers with latest bpf-next, update BPF features listQuentin Monnet2018-06-011-4/+20
* docs: update BPF features list (tracepoints to debug eBPF were removed)Quentin Monnet2018-04-301-1/+1
* introduce {attach|detach}_raw_tracepoint APIYonghong Song2018-04-291-0/+48
* docs: update BPF features list and tell how to list componentsQuentin Monnet2018-04-291-2/+35
* sync bpf compat headers with latest net-next, update doc for helpersQuentin Monnet2018-04-291-5/+7
* document debug flagsMatthew Ahrens2018-04-261-1/+12
* document cflags argument to BPF()Matthew Ahrens2018-04-251-1/+4
* Add bpf_get_prandom_u32() to reference guideHoward McLauchlan2018-04-101-0/+11
* fix some spelling errorsNirmoy Das2018-04-052-3/+3
* sync bpf compat headers with latest net-next, update doc for helpersQuentin Monnet2018-04-021-14/+15
* docs: add latest eBPF helpers to features listQuentin Monnet2018-03-211-0/+4
* docs: fix commit hash and link for bpf_redirect_map()Quentin Monnet2018-03-091-1/+1
* Rename kprobe_poll to perf_buffer_pollTeng Qin2018-03-022-11/+11
* docs: fix commit hash and links for bpf_set_hash() and bpf_setsockopt()Quentin Monnet2018-03-011-2/+2
* sync bpf compat headers with latest net-nextYonghong Song2018-02-141-0/+1
* Make kernel-versions commit hashes monospaceTeng Qin2018-02-121-129/+129
* Add BPF_PROG_ARRAY and map.call() to the reference guideGary Lin2018-02-061-16/+70
* Merge pull request #1547 from pchaigno/doc-bpf-get-current-taskyonghong-song2018-01-301-2/+26
|\
| * doc: bpf_get_current_task helperPaul Chaignon2018-01-271-2/+26
* | bpf_getsockopt in docs/kernel-versions.mdPaul Chaignon2018-01-271-0/+1
|/
* Add a few trace.py examples in tutorial.mdYonghong Song2018-01-201-11/+122
* Add bpf_override_return to docs/kernel-versions.mdHoward McLauchlan2018-01-191-0/+1
* clarification for whitelisting to allow bpf_overrideHoward McLauchlan2018-01-191-2/+6
* add docs for bpf_override_returnHoward McLauchlan2018-01-181-0/+24
* Add new bpf_xdp_adjust_meta to docs/kernel-versions.mdGary Lin2018-01-101-2/+3
* Add new bpf_perf_{event|prog}_read_value helpers implementationTeng Qin2017-12-151-0/+2
* Always use spaces in C in the tutorialWilliam Stewart2017-11-061-49/+49
* Merge pull request #1363 from navytux/y/probe-read-constyonghong-song2017-09-271-2/+2
|\
| * bpf_probe_read*: src argument should be const void *.Kirill Smelkov2017-09-251-2/+2
* | BCC macro for the creation of LPM trie maps (#1359)Paul Chaignon2017-09-261-16/+39
|/
* Update docs/kernel-versions.md for xdp/vethGary Lin2017-09-151-0/+1
* Merge pull request #1333 from samuelnair/fix-py-tutBrendan Gregg2017-09-071-1/+2
|\
| * Modified the docs and example to make a fix for https://github.com/iovisor/bc...Samuel Nair2017-09-021-1/+2
* | docs: update features listQuentin Monnet2017-09-041-2/+10
|/