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-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
1
-10
/
+9
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
1
-0
/
+6
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2
-5
/
+1
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
1
-2
/
+3
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-39
/
+16
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
2
-16
/
+17
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
2
-9
/
+19
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-2
/
+6
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
1
-5
/
+19
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
1
-22
/
+130
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2
-2
/
+23
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
4
-1
/
+573
2017-10-16
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
1
-0
/
+3
2017-10-14
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
1
-6
/
+37
2017-10-11
bpf: remove redundant variable old_flags
Colin Ian King
1
-2
/
+0
2017-10-10
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
1
-22
/
+19
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
4
-198
/
+251
2017-10-10
bpf: move global verifier log into verifier environment
Jakub Kicinski
1
-232
/
+259
2017-10-10
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
1
-27
/
+30
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+6
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-0
/
+1
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
1
-2
/
+15
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
1
-0
/
+5
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
1
-1
/
+3
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
1
-1
/
+1
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
1
-0
/
+40
2017-10-04
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
3
-0
/
+118
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
3
-142
/
+393
2017-10-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
1
-1
/
+1
2017-10-01
bpf: Fix compiler warning on info.map_ids for 32bit platform
Martin KaFai Lau
1
-1
/
+1
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
1
-1
/
+6
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
1
-1
/
+50
2017-09-28
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
1
-0
/
+5
2017-09-28
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
1
-2
/
+16
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-28
/
+86
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
1
-2
/
+2
2017-09-25
bpf: Optimize lpm trie delete
Craig Gallek
1
-28
/
+43
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+14
2017-09-19
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
1
-1
/
+6
2017-09-19
bpf: do not disable/enable BH in bpf_map_free_id()
Eric Dumazet
1
-2
/
+4
2017-09-19
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
1
-3
/
+77
2017-09-18
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
1
-2
/
+4
2017-09-15
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
1
-1
/
+2
2017-09-08
bpf: devmap, use cond_resched instead of cpu_relax
John Fastabend
1
-1
/
+1
2017-09-08
bpf: add support for sockmap detach programs
John Fastabend
2
-11
/
+18
2017-09-08
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
1
-0
/
+16
2017-09-05
bpf: fix numa_node validation
Eric Dumazet
1
-1
/
+2
[prev]
[next]