index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-16
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
2017-10-14
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
2017-10-11
bpf: remove redundant variable old_flags
Colin Ian King
2017-10-10
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-10-04
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
2017-10-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2017-10-01
bpf: Fix compiler warning on info.map_ids for 32bit platform
Martin KaFai Lau
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
2017-09-28
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
2017-09-28
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
[next]