index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-22
1
-0
/
+1
*
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-03
1
-2
/
+0
|
\
|
*
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
1
-2
/
+0
*
|
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2021-08-17
1
-2
/
+3
*
|
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
1
-24
/
+37
*
|
net, core: Add support for XDP redirection to slave device
Jussi Maki
2021-08-09
1
-1
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-0
/
+15
|
\
|
|
*
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-07-29
1
-0
/
+15
*
|
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2021-07-15
1
-1
/
+2
|
/
*
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
2021-06-24
1
-5
/
+3
*
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-06-15
1
-0
/
+2
*
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-05-26
1
-4
/
+15
*
bpf: Remove unused bpf_load_pointer
He Fengqing
2021-03-30
1
-9
/
+0
*
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
1
-0
/
+1
*
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-26
1
-2
/
+1
*
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
1
-4
/
+6
*
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-03-10
1
-0
/
+27
*
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
1
-0
/
+1
*
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2021-02-11
1
-0
/
+1
*
bpf: Optimize program stats
Alexei Starovoitov
2021-02-11
1
-3
/
+11
*
bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt
Stanislav Fomichev
2021-01-20
1
-0
/
+5
*
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-14
1
-0
/
+6
*
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
1
-0
/
+2
*
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
1
-0
/
+1
*
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-14
1
-4
/
+12
*
bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
Andrii Nakryiko
2021-01-12
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-12-14
1
-1
/
+1
|
\
|
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+1
*
|
bpf: Fix -Wshadow warnings
Arnd Bergmann
2020-10-27
1
-11
/
+11
|
/
*
bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop
Toke Høiland-Jørgensen
2020-10-22
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-2
/
+2
|
\
|
*
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
2020-09-10
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-0
/
+4
*
|
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
2020-08-24
1
-2
/
+2
|
/
*
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-25
1
-1
/
+2
*
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
2020-07-24
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-22
1
-0
/
+147
|
\
|
*
inet6: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-0
/
+39
|
*
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-0
/
+91
|
*
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
1
-0
/
+17
*
|
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
2020-07-19
1
-2
/
+2
|
/
*
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-07-08
1
-2
/
+2
*
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
2020-07-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
1
-6
/
+2
|
\
|
*
bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog
Arnd Bergmann
2020-05-04
1
-4
/
+2
|
*
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
Stanislav Fomichev
2020-04-26
1
-2
/
+0
*
|
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
2020-05-08
1
-1
/
+1
*
|
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
2020-05-08
1
-1
/
+1
|
/
[next]