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 branch pruning logic
Alexei Starovoitov
2017-11-23
1
-0
/
+27
*
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-22
1
-1
/
+3
*
bpf: revert report offload info to user space
Jakub Kicinski
2017-11-21
2
-17
/
+0
*
bpf: offload: ignore namespace moves
Jakub Kicinski
2017-11-21
1
-0
/
+4
*
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
2017-11-21
1
-10
/
+0
*
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
2017-11-21
1
-11
/
+12
*
bpf: offload: rename the ifindex field
Jakub Kicinski
2017-11-21
2
-3
/
+3
*
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
2017-11-21
1
-2
/
+3
*
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
2017-11-21
1
-0
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
1
-6
/
+0
|
\
|
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
1
-6
/
+0
|
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
2
-6
/
+24
|
|
\
|
*
|
perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...
Yonghong Song
2017-10-27
1
-1
/
+1
*
|
|
bpf: fix lockdep splat
Eric Dumazet
2017-11-15
1
-2
/
+6
*
|
|
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
2017-11-14
1
-16
/
+24
*
|
|
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2017-11-11
2
-5
/
+0
*
|
|
bpf: add a bpf_override_function helper
Josef Bacik
2017-11-11
2
-0
/
+5
*
|
|
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
2017-11-05
3
-0
/
+75
*
|
|
bpf: remove old offload/analyzer
Jakub Kicinski
2017-11-05
1
-75
/
+0
*
|
|
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
2017-11-05
1
-0
/
+1
*
|
|
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
2017-11-05
1
-4
/
+29
*
|
|
bpf: report offload info to user space
Jakub Kicinski
2017-11-05
2
-0
/
+17
*
|
|
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-05
5
-8
/
+217
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
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: fix verifier NULL pointer dereference
Craig Gallek
2017-11-03
1
-4
/
+8
*
|
|
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
2017-11-03
1
-0
/
+4
*
|
|
bpf: fix link error without CONFIG_NET
Arnd Bergmann
2017-11-03
1
-0
/
+2
*
|
|
bpf: also improve pattern matches for meta access
Daniel Borkmann
2017-11-02
1
-69
/
+96
*
|
|
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-02
1
-1
/
+1
*
|
|
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
2017-11-02
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
1
-4
/
+12
|
\
|
|
|
*
|
bpf: remove SK_REDIRECT from UAPI
John Fastabend
2017-11-01
1
-4
/
+12
*
|
|
bpf: fix verifier memory leaks
Alexei Starovoitov
2017-11-01
1
-9
/
+18
*
|
|
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-11-01
1
-149
/
+288
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-30
1
-1
/
+10
|
\
|
|
|
*
|
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: permit multiple bpf attachments for a single perf event
Yonghong Song
2017-10-25
1
-0
/
+81
*
|
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
2017-10-24
1
-4
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
5
-36
/
+90
|
\
|
|
*
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
[next]