index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-03-30
bpf: Remove unused bpf_load_pointer
He Fengqing
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
2021-01-20
bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt
Stanislav Fomichev
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-12
bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
Andrii Nakryiko
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-10-27
bpf: Fix -Wshadow warnings
Arnd Bergmann
2020-10-22
bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop
Toke Høiland-Jørgensen
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-10
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-08-24
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-19
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
2020-07-17
inet6: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-07-08
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
2020-05-08
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
2020-05-04
bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog
Arnd Bergmann
2020-04-26
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
Stanislav Fomichev
2020-03-13
bpf: Add name to struct bpf_ksym
Jiri Olsa
2020-03-13
bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
Björn Töpel
2020-02-24
bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.
David Miller
2020-02-24
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
2020-02-24
bpf: Replace cant_sleep() with cant_migrate()
Thomas Gleixner
2020-02-24
bpf: Provide bpf_prog_run_pin_on_cpu() helper
Thomas Gleixner
2020-01-16
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
[next]