| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-02 | docs/bpf: minor casing/punctuation fixes |  Andrii Nakryiko | 1 | -1/+1 |
| 2019-02-05 | bpf, doc: add RISC-V JIT to BPF documentation |  Björn Töpel | 1 | -7/+9 |
| 2019-01-26 | bpf: allocate 0x06 to new eBPF instruction class JMP32 |  Jiong Wang | 1 | -7/+8 |
| 2018-10-08 | bpf, doc: Document Jump X addressing mode |  Arthur Fabre | 1 | -14/+16 |
| 2018-10-03 | Documentation: Describe bpf reference tracking |  Joe Stringer | 1 | -0/+64 |
| 2018-05-11 | bpf, doc: clarification for the meaning of 'id' |  Wang YanQing | 1 | -6/+9 |
| 2018-04-27 | bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON |  Leo Yan | 1 | -0/+6 |
| 2018-04-15 | filter.txt: update 'tools/net/' to 'tools/bpf/' |  Wang Sheng-Hui | 1 | -3/+3 |
| 2018-01-24 | bpf, doc: Correct one wrong value in "Register value tracking" |  Wang YanQing | 1 | -1/+1 |
| 2017-09-22 | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -1/+1 |
| 2017-09-16 | Documentation: link in networking docs |  Pavel Machek | 1 | -1/+1 |
| 2017-08-23 | bpf, doc: Add arm32 as arch supporting eBPF JIT |  Shubham Bansal | 1 | -2/+2 |
| 2017-08-14 | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD |  Kees Cook | 1 | -1/+1 |
| 2017-08-09 | bpf: add BPF_J{LT,LE,SLT,SLE} instructions |  Daniel Borkmann | 1 | -0/+4 |
| 2017-08-08 | Documentation: describe the new eBPF verifier value tracking behaviour |  Edward Cree | 1 | -18/+104 |
| 2017-04-23 | bpf, doc: update list of architectures that do eBPF JIT |  Alexei Starovoitov | 1 | -4/+3 |
| 2016-05-19 | Merge tag 'docs-for-linus' of git://git.lwn.net/linux |  Linus Torvalds | 1 | -1/+1 |
| 2016-05-16 | bpf, doc: fix typo on bpf_asm descriptions |  Daniel Borkmann | 1 | -8/+8 |
| 2016-05-06 | bpf: add documentation for 'direct packet access' |  Alexei Starovoitov | 1 | -2/+83 |
| 2016-03-31 | bpf: doc: "neg" opcode has no operands |  Dave Anderson | 1 | -1/+1 |
| 2015-11-08 | bpf: doc: correct arch list for supported eBPF JIT |  Yang Shi | 1 | -3/+3 |
| 2015-03-24 | filter: introduce SKF_AD_VLAN_TPID BPF extension |  Michal Sekletar | 1 | -1/+2 |
| 2015-01-13 | net: rename vlan_tx_* helpers since "tx" is misleading there |  Jiri Pirko | 1 | -2/+2 |
| 2014-10-10 | Documentation: replace __sk_run_filter with __bpf_prog_run |  Li RongQing | 1 | -2/+2 |
| 2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -1/+270 |
| 2014-10-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -3/+3 |
| 2014-09-26 | bpf: verifier (add docs) |  Alexei Starovoitov | 1 | -0/+224 |
| 2014-09-26 | bpf: introduce BPF syscall and maps |  Alexei Starovoitov | 1 | -0/+39 |
| 2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -3/+3 |
| 2014-09-10 | Documentation: filter: Add MIPS to architectures with BPF JIT |  Markos Chandras | 1 | -3/+3 |
| 2014-09-09 | net: filter: add "load 64-bit immediate" eBPF instruction |  Alexei Starovoitov | 1 | -1/+7 |
| 2014-09-08 | arm64: eBPF JIT compiler |  Zi Shen Lim | 1 | -3/+3 |
| 2014-08-02 | net: filter: split 'struct sk_filter' into socket and bpf parts |  Alexei Starovoitov | 1 | -5/+5 |
| 2014-08-02 | net: filter: rename sk_chk_filter() -> bpf_check_classic() |  Alexei Starovoitov | 1 | -1/+1 |
| 2014-06-11 | net: filter: document internal instruction encoding |  Alexei Starovoitov | 1 | -0/+161 |
| 2014-06-11 | net: filter: mention eBPF terminology as well |  Alexei Starovoitov | 1 | -41/+42 |
| 2014-06-11 | net: filter: cleanup A/X name usage |  Alexei Starovoitov | 1 | -1/+1 |
| 2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
| 2014-05-23 | net: filter: doc: add section for BPF test suite |  Daniel Borkmann | 1 | -0/+14 |
| 2014-05-22 | net: doc: Update references to skb->rxhash |  Tobias Klauser | 1 | -1/+1 |
| 2014-05-04 | net: filter: doc: expand and improve BPF documentation |  Alexei Starovoitov | 1 | -4/+154 |
| 2014-04-22 | filter: added BPF random opcode |  Chema Gonzalez | 1 | -0/+13 |
| 2014-03-31 | doc: filter: extend BPF documentation to document new internals |  Alexei Starovoitov | 1 | -0/+125 |
| 2013-12-11 | filter: doc: improve BPF documentation |  Daniel Borkmann | 1 | -39/+553 |
| 2013-01-17 | sk-filter: Add ability to lock a socket filter program |  Vincent Bernat | 1 | -2/+9 |
| 2005-04-16 | Linux-2.6.12-rc2 |  Linus Torvalds | 1 | -0/+42 |