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
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
2019-05-13
1
-1
/
+1
*
bpf: fix out of bounds backwards jmps due to dead code removal
Daniel Borkmann
2019-05-10
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
13
-229
/
+1619
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
1
-30
/
+46
|
|
\
|
*
|
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-27
2
-4
/
+26
|
*
|
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-26
2
-2
/
+37
|
*
|
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
2019-04-25
1
-0
/
+2
|
*
|
bpf: drop bpf_verifier_lock
Alexei Starovoitov
2019-04-23
1
-3
/
+5
|
*
|
bpf: remove global variables
Alexei Starovoitov
2019-04-23
1
-12
/
+13
|
*
|
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-17
1
-0
/
+12
|
*
|
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-17
1
-7
/
+15
|
*
|
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-04-17
1
-10
/
+11
|
*
|
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
2019-04-16
1
-3
/
+2
|
*
|
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2019-04-16
1
-0
/
+6
|
*
|
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
2019-04-12
1
-6
/
+8
|
*
|
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
2019-04-12
1
-10
/
+20
|
*
|
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
2019-04-12
1
-14
/
+20
|
*
|
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
2019-04-12
1
-3
/
+1
|
*
|
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
2019-04-12
1
-1
/
+1
|
*
|
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
2
-0
/
+135
|
*
|
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2019-04-12
1
-0
/
+29
|
*
|
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
1
-3
/
+51
|
*
|
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
1
-1
/
+80
|
*
|
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
2019-04-12
1
-0
/
+65
|
*
|
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
2019-04-12
1
-1
/
+69
|
*
|
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
3
-0
/
+100
|
*
|
bpf: Add base proto function for cgroup-bpf programs
Andrey Ignatov
2019-04-12
1
-1
/
+7
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-11
10
-150
/
+903
|
|
\
\
|
|
*
|
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-1
/
+9
|
|
*
|
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
3
-6
/
+26
|
|
*
|
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
1
-20
/
+397
|
|
*
|
bpf: allow . char as part of the object name
Daniel Borkmann
2019-04-09
1
-3
/
+3
|
|
*
|
bpf: add syscall side map freeze support
Daniel Borkmann
2019-04-09
1
-12
/
+54
|
|
*
|
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-09
7
-13
/
+62
|
|
*
|
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
2019-04-09
1
-1
/
+13
|
|
*
|
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-09
5
-30
/
+124
|
|
*
|
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
2019-04-05
1
-1
/
+1
|
|
*
|
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
2019-04-05
1
-3
/
+15
|
|
*
|
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
2019-04-05
1
-0
/
+16
|
|
*
|
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
2019-04-05
1
-0
/
+9
|
|
*
|
bpf: increase verifier log limit
Alexei Starovoitov
2019-04-04
1
-1
/
+1
|
|
*
|
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2019-04-04
2
-2
/
+2
|
|
*
|
bpf: verbose jump offset overflow check
Alexei Starovoitov
2019-04-04
2
-6
/
+12
|
|
*
|
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
2019-04-04
1
-7
/
+7
|
|
*
|
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
2019-04-04
1
-0
/
+9
|
|
*
|
bpf: improve verification speed by droping states
Alexei Starovoitov
2019-04-04
1
-3
/
+41
|
|
*
|
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
2019-04-04
1
-24
/
+52
|
|
*
|
bpf: Support variable offset stack access from helpers
Andrey Ignatov
2019-03-29
1
-21
/
+54
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
3
-19
/
+31
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-27
2
-19
/
+38
|
|
\
\
\
[next]