开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2019-06-19
bpf: fix callees pruning callers
Alexei Starovoitov
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
2019-06-19
bpf: extend is_branch_taken to registers
Alexei Starovoitov
2019-06-19
bpf: track spill/fill of constants
Alexei Starovoitov
2019-06-12
bpf: silence warning messages in core
Valdis Klētnieks
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-04
bpf: remove redundant assignment to err
Colin Ian King
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
bpf: add memlock precharge check for cgroup_local_storage
Roman Gushchin
2019-05-31
bpf: Update __cgroup_bpf_run_filter_skb with cn
brakmo
2019-05-31
bpf: cgroup inet skb programs can return 0 to 3
brakmo
2019-05-29
bpf: cgroup: properly use bpf_prog_array api
Stanislav Fomichev
2019-05-29
bpf: remove __rcu annotations from bpf_prog_array
Stanislav Fomichev
2019-05-28
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
Roman Gushchin
2019-05-24
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
2019-05-24
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
Jiong Wang
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-24
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
2019-05-24
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
2019-05-24
bpf: convert explored_states to hash table
Alexei Starovoitov
2019-05-24
bpf: split explored_states
Alexei Starovoitov
2019-05-24
bpf: cleanup explored_states
Alexei Starovoitov
2019-05-23
bpf: bump jmp sequence limit
Alexei Starovoitov
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-16
bpf: relax inode permission check for retrieving bpf program
Chenbo Feng
2019-05-14
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
2019-05-14
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
2019-05-14
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
2019-05-13
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
2019-05-10
bpf: fix out of bounds backwards jmps due to dead code removal
Daniel Borkmann
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-06
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-01
bpf: switch to ->free_inode()
Al Viro
2019-04-30
bpf: Use vmalloc special flag
Rick Edgecombe
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-25
bpf: mark registers in all frames after pkt/null checks
Paul Chaignon
2019-04-25
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
2019-04-23
bpf: drop bpf_verifier_lock
Alexei Starovoitov
2019-04-23
bpf: remove global variables
Alexei Starovoitov
2019-04-17
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-17
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-17
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-04-16
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
2019-04-16
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
[next]