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.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-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: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-31
1
-0
/
+19
*
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-31
1
-0
/
+18
*
bpf: fix divides by zero
Eric Dumazet
2018-01-31
1
-2
/
+2
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-31
1
-0
/
+19
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-17
1
-0
/
+5
*
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-17
1
-3
/
+15
*
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-17
2
-11
/
+72
*
bpf: fix integer overflows
Daniel Borkmann
2017-12-25
1
-0
/
+48
*
bpf: don't prune branches when a scalar is replaced with a pointer
Daniel Borkmann
2017-12-25
1
-8
/
+7
*
bpf: force strict alignment checks for stack pointers
Daniel Borkmann
2017-12-25
1
-0
/
+5
*
bpf: fix missing error return in check_stack_boundary()
Daniel Borkmann
2017-12-25
1
-0
/
+1
*
bpf: fix 32-bit ALU op verification
Daniel Borkmann
2017-12-25
1
-11
/
+17
*
bpf: fix incorrect tracking of register size truncation
Daniel Borkmann
2017-12-25
1
-17
/
+27
*
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
2017-12-25
1
-1
/
+7
*
bpf/verifier: fix bounds calculation on BPF_RSH
Daniel Borkmann
2017-12-25
1
-14
/
+16
*
bpf: fix branch pruning logic
Daniel Borkmann
2017-12-25
1
-0
/
+27
*
bpf: fix lockdep splat
Eric Dumazet
2017-12-14
1
-2
/
+6
*
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
bpf: remove SK_REDIRECT from UAPI
John Fastabend
2017-11-01
1
-4
/
+12
*
|
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
2017-10-29
1
-1
/
+2
*
|
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
2017-10-29
1
-2
/
+10
|
/
*
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
1
-0
/
+24
*
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-22
1
-12
/
+21
*
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-22
1
-1
/
+1
*
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
1
-0
/
+3
*
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
1
-0
/
+3
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-10
/
+9
*
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
1
-0
/
+6
*
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
2
-5
/
+1
*
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
1
-2
/
+3
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-10-09
1
-0
/
+1
|
\
|
*
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
2017-10-09
1
-0
/
+1
*
|
bpf: fix liveness marking
Alexei Starovoitov
2017-10-07
1
-0
/
+5
*
|
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2017-10-03
1
-1
/
+1
|
/
*
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
2017-09-19
1
-1
/
+6
*
bpf: do not disable/enable BH in bpf_map_free_id()
Eric Dumazet
2017-09-19
1
-2
/
+4
*
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
2017-09-18
1
-2
/
+4
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-15
1
-1
/
+2
*
bpf: devmap, use cond_resched instead of cpu_relax
John Fastabend
2017-09-08
1
-1
/
+1
*
bpf: add support for sockmap detach programs
John Fastabend
2017-09-08
2
-11
/
+18
*
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
2017-09-08
1
-0
/
+16
*
bpf: fix numa_node validation
Eric Dumazet
2017-09-05
1
-1
/
+2
*
bpf: sockmap update/simplify memory accounting scheme
John Fastabend
2017-09-01
1
-11
/
+7
*
bpf: Only set node->ref = 1 if it has not been set
Martin KaFai Lau
2017-09-01
2
-2
/
+8
*
bpf: Inline LRU map lookup
Martin KaFai Lau
2017-09-01
1
-0
/
+19
*
bpf: fix oops on allocation failure
Dan Carpenter
2017-08-28
1
-0
/
+1
*
bpf: sockmap indicate sock events to listeners
John Fastabend
2017-08-28
1
-0
/
+6
*
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
2017-08-28
1
-0
/
+3
[next]