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