index
:
pm24.git
master
perf-mon
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
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
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-19
xdp: Remove map_to_flush and map swap detection
Björn Töpel
2019-12-13
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-01
bpf: Avoid setting bpf insns pages read-only when prog is jited
Daniel Borkmann
2019-11-24
bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
Daniel Borkmann
2019-11-24
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
2019-10-17
bpf: Add typecast to bpf helpers to help BTF generation
Alexei Starovoitov
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
2019-07-15
bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
Stanislav Fomichev
2019-07-08
bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
Stanislav Fomichev
2019-06-29
bpf_xdp_redirect_map: Perform map lookup in eBPF helper
Toke Høiland-Jørgensen
2019-06-29
devmap: Rename ifindex member in bpf_redirect_info
Toke Høiland-Jørgensen
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-05-31
bpf: cgroup inet skb programs can return 0 to 3
brakmo
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-24
bpf: introduce new mov32 variant for doing explicit zero extension
Jiong Wang
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-04-30
bpf: Use vmalloc special flag
Rick Edgecombe
2019-04-30
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2019-02-27
bpf: enable program stats
Alexei Starovoitov
2019-02-19
bpf: check that BPF programs run with preemption disabled
Peter Zijlstra
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-31
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
2019-01-31
bpf: fix missing prototype warnings
Valdis Kletnieks
2019-01-26
bpf: JIT blinds support JMP32
Jiong Wang
[next]