index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: map_get_next_key to return first key on NULL
Teng Qin
2017-04-25
3
-13
/
+18
*
|
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-24
1
-3
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
1
-0
/
+8
|
\
\
|
*
|
bpf: fix checking xdp_adjust_head on tail calls
Daniel Borkmann
2017-04-17
1
-0
/
+1
|
*
|
bpf: fix cb access in socket filter programs on tail calls
Daniel Borkmann
2017-04-17
1
-0
/
+7
|
|
/
*
|
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
2017-04-17
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
1
-6
/
+6
|
\
\
|
|
/
|
*
bpf: reference may_access_skb() from __bpf_prog_run()
Johannes Berg
2017-04-11
1
-6
/
+6
*
|
bpf: pass sk to helper functions
Willem de Bruijn
2017-04-11
1
-1
/
+4
*
|
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-04-11
5
-157
/
+32
*
|
bpf: remove struct bpf_prog_type_list
Johannes Berg
2017-04-11
1
-16
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-22
/
+42
|
\
\
|
|
/
|
*
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
1
-20
/
+38
|
*
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-04-01
1
-0
/
+1
|
*
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-24
1
-2
/
+3
*
|
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
2017-04-01
1
-2
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
1
-73
/
+71
|
\
\
|
|
/
|
*
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-22
1
-73
/
+71
*
|
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
3
-2
/
+131
*
|
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
6
-12
/
+222
*
|
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
2017-03-22
2
-9
/
+15
*
|
bpf: inline htab_map_lookup_elem()
Alexei Starovoitov
2017-03-16
1
-1
/
+30
*
|
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-16
2
-3
/
+62
*
|
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2017-03-16
1
-5
/
+39
*
|
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2017-03-16
1
-41
/
+35
*
|
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-03-16
2
-56
/
+57
|
/
*
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
2017-03-09
1
-34
/
+60
*
bpf: fix struct htab_elem layout
Alexei Starovoitov
2017-03-09
1
-5
/
+20
*
bpf: add get_next_key callback to LPM map
Alexei Starovoitov
2017-03-05
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-03-04
1
-1
/
+1
|
\
|
*
bpf: update the comment about the length of analysis
Gary Lin
2017-03-01
1
-1
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
2017-02-23
1
-1
/
+1
*
bpf: make jited programs visible in traces
Daniel Borkmann
2017-02-17
2
-0
/
+225
*
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
2017-02-17
1
-1
/
+11
*
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-17
4
-11
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-16
2
-18
/
+61
|
\
|
*
bpf: introduce BPF_F_ALLOW_OVERRIDE flag
Alexei Starovoitov
2017-02-12
2
-18
/
+61
*
|
bpf: reduce compiler warnings by adding fallthrough comments
Alexander Alemayhu
2017-02-14
1
-0
/
+5
*
|
bpf, lpm: fix overflows in trie_alloc checks
Daniel Borkmann
2017-02-08
1
-9
/
+27
*
|
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
4
-36
/
+50
|
\
\
|
|
/
|
*
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-01-18
4
-36
/
+50
*
|
bpf: add initial bpf tracepoints
Daniel Borkmann
2017-01-25
3
-3
/
+42
*
|
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-24
1
-19
/
+45
*
|
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
2017-01-23
1
-1
/
+1
*
|
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-23
2
-1
/
+504
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
3
-11
/
+13
|
\
\
|
|
/
|
*
bpf: rework prog_digest into prog_tag
Daniel Borkmann
2017-01-16
3
-11
/
+13
*
|
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-12
1
-2
/
+6
[prev]
[next]