index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
Toke Høiland-Jørgensen
1
-0
/
+4
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+1
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
1
-1
/
+1
2021-11-30
bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
Sebastian Andrzej Siewior
1
-3
/
+0
2021-11-11
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
1
-2
/
+5
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+11
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-7
/
+8
2021-11-02
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+4
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
1
-5
/
+5
2021-10-27
bpf: Avoid races in __bpf_prog_run() for 32bit arches
Eric Dumazet
1
-2
/
+3
2021-10-23
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-0
/
+1
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
1
-2
/
+4
2021-09-29
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
1
-5
/
+0
2021-09-29
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
1
-1
/
+5
2021-09-04
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+0
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-2
/
+0
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
1
-2
/
+3
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-24
/
+37
2021-08-10
net, core: Add support for XDP redirection to slave device
Jussi Maki
1
-1
/
+12
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+15
2021-07-16
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
1
-1
/
+2
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
1
-5
/
+3
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+2
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
1
-4
/
+15
2021-03-30
bpf: Remove unused bpf_load_pointer
He Fengqing
1
-9
/
+0
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-0
/
+1
2021-03-27
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
1
-2
/
+1
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
1
-4
/
+6
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
1
-0
/
+27
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
1
-0
/
+1
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
1
-0
/
+1
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
1
-3
/
+11
2021-01-21
bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt
Stanislav Fomichev
1
-0
/
+5
2021-01-15
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-0
/
+6
2021-01-15
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
1
-0
/
+2
2021-01-15
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
1
-0
/
+1
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
1
-4
/
+12
2021-01-13
bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
Andrii Nakryiko
1
-1
/
+1
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-10-27
bpf: Fix -Wshadow warnings
Arnd Bergmann
1
-11
/
+11
2020-10-22
bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop
Toke Høiland-Jørgensen
1
-0
/
+9
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2020-09-11
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
1
-2
/
+2
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-08-25
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
1
-0
/
+4
2020-08-25
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
1
-2
/
+2
[next]