index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-18
4
-1
/
+573
*
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
2017-10-16
1
-0
/
+3
*
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
2017-10-14
1
-6
/
+37
*
bpf: remove redundant variable old_flags
Colin Ian King
2017-10-11
1
-2
/
+0
*
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
1
-22
/
+19
*
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
4
-198
/
+251
*
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
1
-232
/
+259
*
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-10
1
-27
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
2
-0
/
+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: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
2017-10-07
1
-2
/
+15
*
|
|
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
2017-10-07
1
-3
/
+2
*
|
|
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-07
1
-1
/
+3
*
|
|
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
2017-10-07
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2017-10-03
1
-1
/
+1
|
|
/
*
|
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-10-04
1
-0
/
+40
*
|
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
2017-10-04
3
-0
/
+118
*
|
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
2017-10-04
3
-142
/
+393
*
|
bpf: Fix compiler warning on info.map_ids for 32bit platform
Martin KaFai Lau
2017-10-01
1
-1
/
+1
*
|
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
2017-09-29
1
-1
/
+6
*
|
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
2017-09-29
1
-1
/
+50
*
|
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
2017-09-28
1
-0
/
+5
*
|
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
2017-09-28
1
-2
/
+16
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-28
/
+86
*
|
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
2017-09-26
1
-2
/
+2
*
|
bpf: Optimize lpm trie delete
Craig Gallek
2017-09-25
1
-28
/
+43
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-23
3
-5
/
+14
|
\
\
|
|
/
|
*
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: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
2017-09-19
1
-3
/
+77
|
/
*
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
*
bpf: sockmap add missing rcu_read_(un)lock in smap_data_ready
John Fastabend
2017-08-28
1
-3
/
+6
*
bpf: sockmap, remove STRPARSER map_flags and add multi-map support
John Fastabend
2017-08-28
1
-104
/
+165
*
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
2
-38
/
+25
*
strparser: initialize all callbacks
Eric Biggers
2017-08-24
1
-5
/
+5
*
bpf: netdev is never null in __dev_map_flush
Daniel Borkmann
2017-08-23
1
-5
/
+3
[next]