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