index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
bpf: Move lnode list node to struct bpf_ksym
Jiri Olsa
2020-03-13
1
-11
/
+11
*
|
bpf: Add name to struct bpf_ksym
Jiri Olsa
2020-03-13
1
-3
/
+6
*
|
bpf: Add struct bpf_ksym
Jiri Olsa
2020-03-13
1
-16
/
+12
*
|
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
2020-03-13
1
-7
/
+11
*
|
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-13
1
-1
/
+3
*
|
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
2020-03-13
2
-0
/
+46
*
|
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
2020-03-11
1
-34
/
+88
*
|
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
2020-03-05
1
-10
/
+3
*
|
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
2
-8
/
+51
*
|
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
4
-2
/
+8
*
|
bpf: Refactor trampoline update code
KP Singh
2020-03-04
2
-28
/
+44
*
|
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
2020-03-03
2
-46
/
+219
*
|
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
2020-02-28
1
-0
/
+15
*
|
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
3
-3
/
+3
*
|
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
2020-02-25
1
-3
/
+15
*
|
bpf, lpm: Make locking RT friendly
Thomas Gleixner
2020-02-25
1
-6
/
+6
*
|
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
2020-02-25
1
-9
/
+56
*
|
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
2020-02-25
1
-23
/
+46
*
|
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
2020-02-25
1
-19
/
+8
*
|
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
2020-02-25
1
-8
/
+4
*
|
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
2020-02-25
1
-4
/
+5
*
|
bpf: Dont iterate over possible CPUs with interrupts disabled
Thomas Gleixner
2020-02-25
1
-10
/
+10
*
|
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-02-25
1
-8
/
+0
*
|
bpf: Update locking comment in hashtab code
Thomas Gleixner
2020-02-25
1
-4
/
+20
*
|
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
2020-02-25
1
-4
/
+9
*
|
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
2020-02-25
1
-11
/
+28
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-02-22
2
-8
/
+7
|
\
\
|
|
/
|
/
|
|
*
net: Generate reuseport group ID on group creation
Jakub Sitnicki
2020-02-21
1
-5
/
+0
|
*
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-02-21
1
-3
/
+7
*
|
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
2020-02-20
1
-3
/
+31
*
|
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
2020-02-20
1
-2
/
+22
*
|
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
2020-02-17
1
-1
/
+1
*
|
bpf: Make btf_check_func_type_match() static
Hongbo Yao
2020-02-11
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-02-09
2
-9
/
+6
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-02-08
2
-9
/
+6
|
|
\
|
|
*
bpf: Fix modifier skipping logic
Alexei Starovoitov
2020-02-04
1
-5
/
+3
|
|
*
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
2020-01-29
2
-4
/
+3
*
|
|
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-8
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-7
/
+3
|
*
|
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
*
|
|
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-29
1
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nsfs: clean-up ns_get_path() signature to return int
Aleksa Sarai
2019-12-09
1
-6
/
+6
*
|
|
bpf, xdp: Remove no longer required rcu_read_{un}lock()
John Fastabend
2020-01-27
1
-2
/
+3
*
|
|
bpf, xdp: Update devmap comments to reflect napi/rcu usage
John Fastabend
2020-01-27
1
-10
/
+11
*
|
|
bpf: map_seq_next should always increase position index
Vasily Averin
2020-01-27
1
-2
/
+1
*
|
|
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
2020-01-25
2
-10
/
+74
*
|
|
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
2020-01-25
1
-0
/
+16
*
|
|
bpf, devmap: Pass lockdep expression to RCU lists
Amol Grover
2020-01-23
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-23
14
-408
/
+2341
|
\
\
\
|
*
|
|
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
2020-01-23
3
-0
/
+37
[prev]
[next]