index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
samples: bpf: remove unnecessary include options in Makefile
Daniel T. Lee
2019-06-18
1
-9
/
+0
*
Merge branch 'bpf-libbpf-btf-defined-maps'
Daniel Borkmann
2019-06-18
28
-429
/
+1045
|
\
|
*
selftests/bpf: convert tests w/ custom values to BTF-defined maps
Andrii Nakryiko
2019-06-18
14
-140
/
+285
|
*
selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined maps
Andrii Nakryiko
2019-06-18
5
-72
/
+87
|
*
selftests/bpf: add test for BTF-defined maps
Andrii Nakryiko
2019-06-18
2
-7
/
+76
|
*
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
2
-9
/
+345
|
*
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
1
-10
/
+24
|
*
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
1
-15
/
+25
|
*
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
1
-114
/
+133
|
*
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
1
-24
/
+20
|
*
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-18
1
-38
/
+55
|
*
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
5
-15
/
+10
|
/
*
bpf: Fix build error without CONFIG_INET
YueHaibing
2019-06-15
1
-7
/
+24
*
selftests/bpf: convert socket_cookie test to sk storage
Stanislav Fomichev
2019-06-15
2
-32
/
+38
*
bpf/tools: sync bpf.h
Stanislav Fomichev
2019-06-15
1
-0
/
+2
*
bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog type
Stanislav Fomichev
2019-06-15
2
-0
/
+27
*
bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
Stanislav Fomichev
2019-06-15
2
-0
/
+17
*
bpf: Add test for SO_REUSEPORT_DETACH_BPF
Martin KaFai Lau
2019-06-15
1
-0
/
+54
*
bpf: Sync asm-generic/socket.h to tools/
Martin KaFai Lau
2019-06-15
1
-0
/
+147
*
bpf: net: Add SO_DETACH_REUSEPORT_BPF
Martin KaFai Lau
2019-06-15
8
-0
/
+40
*
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-15
1
-4
/
+5
*
selftests/bpf: signedness bug in enable_all_controllers()
Dan Carpenter
2019-06-15
1
-1
/
+1
*
samples/bpf: fix include path in Makefile
Prashant Bhole
2019-06-15
1
-1
/
+1
*
bpf: silence warning messages in core
Valdis Klētnieks
2019-06-12
1
-0
/
+1
*
Merge branch 'bpf-libbpf-num-cpus'
Daniel Borkmann
2019-06-11
10
-84
/
+90
|
\
|
*
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-06-11
2
-80
/
+10
|
*
selftests/bpf: remove bpf_util.h from BPF C progs
Hechao Li
2019-06-11
5
-4
/
+6
|
*
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
3
-0
/
+74
|
/
*
selftests/bpf : clean up feature/ when make clean
Hechao Li
2019-06-11
1
-1
/
+2
*
selftests/bpf: fix constness of source arg for bpf helpers
Andrii Nakryiko
2019-06-11
1
-2
/
+2
*
samples: bpf: don't run probes at the local make stage
Jakub Kicinski
2019-06-11
1
-0
/
+3
*
Merge branch 'xskmap-lookup'
Alexei Starovoitov
2019-06-11
10
-94
/
+135
|
\
|
*
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-06-11
1
-75
/
+28
|
*
tools/bpf: Add bpf_map_lookup_elem selftest for xskmap
Jonathan Lemon
2019-06-11
1
-0
/
+18
|
*
bpf/tools: sync bpf.h
Jonathan Lemon
2019-06-11
1
-0
/
+4
|
*
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-11
7
-19
/
+85
|
/
*
bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper
Roman Gushchin
2019-06-07
1
-0
/
+4
*
samples: bpf: print a warning about headers_install
Jakub Kicinski
2019-06-06
1
-0
/
+9
*
bpf: remove redundant assignment to err
Colin Ian King
2019-06-04
2
-2
/
+2
*
bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"
Colin Ian King
2019-06-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-01
122
-1013
/
+6430
|
\
|
*
selftests/bpf: measure RTT from xdp using xdping
Alan Maguire
2019-06-01
6
-2
/
+558
|
*
bpf: doc: update answer for 32-bit subregister question
Jiong Wang
2019-06-01
1
-5
/
+25
|
*
Merge branch 'map-charge-cleanup'
Alexei Starovoitov
2019-06-01
14
-135
/
+132
|
|
\
|
|
*
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-06-01
14
-67
/
+20
|
|
*
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-06-01
14
-88
/
+112
|
|
*
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-06-01
14
-31
/
+36
|
|
*
bpf: add memlock precharge for socket local storage
Roman Gushchin
2019-06-01
1
-2
/
+10
|
|
*
bpf: add memlock precharge check for cgroup_local_storage
Roman Gushchin
2019-06-01
1
-2
/
+9
|
|
/
|
*
Merge branch 'propagate-cn-to-tcp'
Alexei Starovoitov
2019-06-01
12
-51
/
+299
|
|
\
[next]