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: make the build less noisy
Jakub Kicinski
2018-05-15
1
-1
/
+2
*
samples: bpf: move libbpf from object dependencies to libs
Jakub Kicinski
2018-05-15
1
-94
/
+51
*
samples: bpf: fix build after move to compiling full libbpf.a
Jakub Kicinski
2018-05-15
1
-5
/
+12
*
samples: bpf: rename libbpf.h to bpf_insn.h
Jakub Kicinski
2018-05-15
8
-12
/
+17
*
samples: bpf: include bpf/bpf.h instead of local libbpf.h
Jakub Kicinski
2018-05-15
35
-35
/
+34
*
Merge branch 'bpf-jit-cleanups'
Alexei Starovoitov
2018-05-15
7
-98
/
+228
|
\
|
*
bpf: add ld64 imm test cases
Daniel Borkmann
2018-05-15
2
-0
/
+142
|
*
bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf
Daniel Borkmann
2018-05-15
1
-10
/
+13
|
*
bpf, arm64: optimize 32/64 immediate emission
Daniel Borkmann
2018-05-15
1
-31
/
+54
|
*
bpf, arm64: save 4 bytes of unneeded stack space
Daniel Borkmann
2018-05-15
1
-5
/
+2
|
*
bpf, arm32: save 4 bytes of unneeded stack space
Daniel Borkmann
2018-05-15
1
-10
/
+3
|
*
bpf, x64: clean up retpoline emission slightly
Daniel Borkmann
2018-05-15
1
-15
/
+14
|
*
bpf, sparc: remove unused variable
Daniel Borkmann
2018-05-15
1
-1
/
+0
|
*
bpf, mips: remove unused function
Daniel Borkmann
2018-05-15
1
-26
/
+0
|
/
*
samples/bpf: xdp_monitor, accept short options
Prashant Bhole
2018-05-14
1
-2
/
+2
*
Merge branch 'bpf-stackmap-nmi'
Daniel Borkmann
2018-05-14
4
-8
/
+196
|
\
|
*
bpf: add selftest for stackmap with build_id in NMI context
Song Liu
2018-05-14
2
-2
/
+142
|
*
bpf: enable stackmap with build_id in nmi context
Song Liu
2018-05-14
2
-6
/
+54
|
/
*
Merge branch 'bpf-perf-rb-libbpf'
Daniel Borkmann
2018-05-11
15
-222
/
+307
|
\
|
*
samples: bpf: convert some XDP samples from bpf_load to libbpf
Jakub Kicinski
2018-05-11
4
-43
/
+78
|
*
tools: bpf: don't complain about no kernel version for networking code
Jakub Kicinski
2018-05-11
1
-7
/
+39
|
*
tools: bpf: improve comments in libbpf.h
Jakub Kicinski
2018-05-11
1
-24
/
+24
|
*
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
2018-05-11
10
-123
/
+139
|
*
samples: bpf: compile and link against full libbpf
Jakub Kicinski
2018-05-11
1
-7
/
+14
|
*
samples: bpf: rename struct bpf_map_def to avoid conflict with libbpf
Jakub Kicinski
2018-05-11
2
-7
/
+7
|
*
tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock
Jakub Kicinski
2018-05-11
1
-11
/
+6
|
/
*
bpf: sync tools bpf.h uapi header
Prashant Bhole
2018-05-11
1
-1
/
+81
*
selftests/bpf: Fix bash reference in Makefile
Joe Stringer
2018-05-11
1
-3
/
+3
*
Merge branch 'bpf-fib-lookup-helper'
Daniel Borkmann
2018-05-11
14
-75
/
+854
|
\
|
*
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
David Ahern
2018-05-11
4
-0
/
+258
|
*
bpf: Provide helper to do forwarding lookups in kernel FIB table
David Ahern
2018-05-11
2
-1
/
+347
|
*
net/ipv6: Add fib lookup stubs for use in bpf helper
David Ahern
2018-05-11
3
-2
/
+51
|
*
net/ipv6: Update fib6 tracepoint to take fib6_info
David Ahern
2018-05-11
2
-15
/
+13
|
*
net/ipv6: Add fib6_lookup
David Ahern
2018-05-11
3
-2
/
+97
|
*
net/ipv6: Refactor fib6_rule_action
David Ahern
2018-05-11
1
-21
/
+31
|
*
net/ipv6: Extract table lookup from ip6_pol_route
David Ahern
2018-05-11
2
-14
/
+29
|
*
net/ipv6: Rename rt6_multipath_select
David Ahern
2018-05-11
2
-8
/
+14
|
*
net/ipv6: Rename fib6_lookup to fib6_node_lookup
David Ahern
2018-05-11
3
-13
/
+15
|
/
*
bpf, doc: clarification for the meaning of 'id'
Wang YanQing
2018-05-11
1
-6
/
+9
*
selftests/bpf: ignore build products
Sirio Balmelli
2018-05-10
2
-0
/
+4
*
selftests/bpf: add architecture-agnostic headers
Sirio Balmelli
2018-05-10
2
-0
/
+36
*
xsk: fix 64-bit division
Björn Töpel
2018-05-09
1
-1
/
+1
*
Merge branch 'bpf-nfp-programmable-rss'
Daniel Borkmann
2018-05-09
9
-15
/
+115
|
\
|
*
nfp: bpf: support setting the RX queue index
Jakub Kicinski
2018-05-09
6
-12
/
+105
|
*
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
3
-3
/
+10
|
/
*
Merge branch 'bpf-btf-id'
Daniel Borkmann
2018-05-09
8
-127
/
+563
|
\
|
*
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
Martin KaFai Lau
2018-05-09
3
-13
/
+287
|
*
bpf: btf: Update tools/include/uapi/linux/btf.h with BTF ID
Martin KaFai Lau
2018-05-09
1
-0
/
+11
|
*
bpf: btf: Some test_btf clean up
Martin KaFai Lau
2018-05-09
1
-102
/
+99
|
*
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
3
-6
/
+43
[next]