index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
2019-10-31
1
-2
/
+2
*
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
1
-0
/
+3
*
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-08-17
1
-0
/
+2
*
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-29
1
-0
/
+7
*
include/bpf.h: Remove map_insert_ctx() stubs
Toke Høiland-Jørgensen
2019-07-29
1
-10
/
+0
*
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-27
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
1
-0
/
+25
|
\
|
*
bpf: Fix build error without CONFIG_INET
YueHaibing
2019-06-15
1
-7
/
+24
|
*
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-10
1
-0
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-1
/
+0
|
\
\
|
*
|
sysctl: define proc_do_static_key()
Eric Dumazet
2019-06-14
1
-1
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-4
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
1
-1
/
+1
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
1
-1
/
+4
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
1
-3
/
+7
*
|
bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY
brakmo
2019-05-31
1
-0
/
+50
*
|
bpf: remove __rcu annotations from bpf_prog_array
Stanislav Fomichev
2019-05-29
1
-6
/
+6
*
|
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-24
1
-0
/
+1
|
/
*
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
2019-05-14
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
1
-1
/
+1
|
\
|
*
bpf: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
2019-04-25
1
-1
/
+1
*
|
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-27
1
-0
/
+2
*
|
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-26
1
-0
/
+2
*
|
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
1
-0
/
+2
*
|
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2019-04-12
1
-0
/
+2
*
|
bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-8
/
+28
*
|
bpf: add syscall side map freeze support
Daniel Borkmann
2019-04-09
1
-1
/
+2
*
|
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-09
1
-0
/
+29
*
|
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-09
1
-0
/
+6
*
|
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2019-04-04
1
-0
/
+1
*
|
bpf: allow helpers to return PTR_TO_SOCK_COMMON
Lorenz Bauer
2019-03-21
1
-0
/
+1
|
/
*
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
Martin KaFai Lau
2019-03-13
1
-1
/
+0
*
bpf: enable program stats
Alexei Starovoitov
2019-02-27
1
-0
/
+9
*
bpf: offload: add priv field for drivers
Jakub Kicinski
2019-02-12
1
-1
/
+2
*
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
2019-02-10
1
-0
/
+30
*
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
2019-02-10
1
-0
/
+12
*
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
2019-02-01
1
-0
/
+2
*
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-02-01
1
-3
/
+34
*
bpf: add BPF_PROG_TEST_RUN support for flow dissector
Stanislav Fomichev
2019-01-29
1
-0
/
+3
*
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-23
1
-0
/
+7
*
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-12
1
-0
/
+3
*
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-09
1
-0
/
+21
*
bpf: btf: support proper non-jit func info
Yonghong Song
2018-11-26
1
-2
/
+4
*
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
1
-1
/
+4
*
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-10
1
-2
/
+2
*
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
1
-1
/
+1
*
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
1
-0
/
+1
*
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
1
-0
/
+1
*
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-10
1
-1
/
+1
[next]