index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+27
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-1
/
+3
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
2
-17
/
+0
2017-11-21
bpf: offload: ignore namespace moves
Jakub Kicinski
1
-0
/
+4
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-10
/
+0
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-11
/
+12
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
2
-3
/
+3
2017-11-21
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
1
-2
/
+3
2017-11-21
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
1
-0
/
+4
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-6
/
+0
2017-11-15
bpf: fix lockdep splat
Eric Dumazet
1
-2
/
+6
2017-11-14
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
1
-16
/
+24
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2
-5
/
+0
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
2
-0
/
+5
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2
-6
/
+24
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
3
-0
/
+75
2017-11-05
bpf: remove old offload/analyzer
Jakub Kicinski
1
-75
/
+0
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+1
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
2
-0
/
+17
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
5
-8
/
+217
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
1
-4
/
+8
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
1
-0
/
+4
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
1
-0
/
+2
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
1
-69
/
+96
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
1
-1
/
+1
2017-11-02
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
1
-2
/
+2
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+12
2017-11-01
bpf: fix verifier memory leaks
Alexei Starovoitov
1
-9
/
+18
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-4
/
+12
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-149
/
+288
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+10
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-1
/
+2
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
1
-2
/
+10
2017-10-27
perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...
Yonghong Song
1
-1
/
+1
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
1
-0
/
+81
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
1
-4
/
+8
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-36
/
+90
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
1
-0
/
+24
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
1
-12
/
+21
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
1
-1
/
+1
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-2
/
+2
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-2
/
+32
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
8
-22
/
+110
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
1
-0
/
+3
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
1
-0
/
+3
[next]