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
*
bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place
Stanislav Fomichev
2019-04-19
3
-4
/
+4
*
bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
Martin KaFai Lau
2019-04-19
1
-1
/
+1
*
selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h
Wang YanQing
2019-04-19
2
-2
/
+2
*
libbpf: remove compile time warning from libbpf_util.h
Magnus Karlsson
2019-04-19
1
-1
/
+1
*
bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL
Andrey Ignatov
2019-04-19
2
-0
/
+134
*
selftests/bpf: fix a compilation error
Yonghong Song
2019-04-18
1
-2
/
+2
*
Merge branch 'bulk-cpumap-redirect'
Alexei Starovoitov
2019-04-18
3
-35
/
+91
|
\
|
*
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-18
1
-0
/
+12
|
*
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-18
1
-7
/
+15
|
*
net: core: introduce build_skb_around
Jesper Dangaard Brouer
2019-04-18
2
-19
/
+54
|
*
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-04-18
1
-10
/
+11
|
/
*
Merge branch 'af_xdp-smp_mb-fixes'
Alexei Starovoitov
2019-04-17
3
-10
/
+98
|
\
|
*
libbpf: optimize barrier for XDP socket rings
Magnus Karlsson
2019-04-17
2
-1
/
+6
|
*
libbpf: remove dependency on barrier.h in xsk.h
Magnus Karlsson
2019-04-17
2
-3
/
+29
|
*
libbpf: remove likely/unlikely in xsk.h
Magnus Karlsson
2019-04-17
1
-2
/
+2
|
*
libbpf: fix XDP socket ring buffer memory ordering
Magnus Karlsson
2019-04-17
1
-2
/
+11
|
*
xsk: fix XDP socket ring buffer memory ordering
Magnus Karlsson
2019-04-17
1
-4
/
+52
|
/
*
tools/bpftool: show btf_id in map listing
Prashant Bhole
2019-04-17
1
-0
/
+6
*
tools/bpftool: re-organize newline printing for map listing
Prashant Bhole
2019-04-17
1
-2
/
+3
*
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-17
6
-8
/
+13
*
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
2019-04-17
1
-1
/
+1
*
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
2019-04-17
1
-3
/
+2
*
bpf: allow clearing all sock_ops callback flags
Viet Hoang Tran
2019-04-17
2
-3
/
+9
*
selftests: bpf: add VRF test cases to lwt_ip_encap test.
Peter Oskolkov
2019-04-17
1
-48
/
+86
*
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2019-04-16
3
-0
/
+18
*
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
2019-04-16
1
-81
/
+116
*
selftests/bpf: two scale tests
Alexei Starovoitov
2019-04-16
2
-0
/
+88
*
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
Benjamin Poirier
2019-04-16
1
-0
/
+7
*
bpftool: Use print_entry_error() in case of ENOENT when dumping
Benjamin Poirier
2019-04-16
1
-19
/
+14
*
tools: bpftool: add a note on program statistics in man page
Quentin Monnet
2019-04-16
1
-0
/
+8
*
tools: bpftool: fix short option name for printing version in man pages
Quentin Monnet
2019-04-16
7
-7
/
+7
*
tools: bpftool: fix man page documentation for "pinmaps" keyword
Quentin Monnet
2019-04-16
1
-1
/
+1
*
tools: bpftool: reset errno for "bpftool cgroup tree"
Quentin Monnet
2019-04-16
1
-0
/
+7
*
tools: bpftool: remove blank line after btf_id when listing programs
Quentin Monnet
2019-04-16
1
-1
/
+1
*
bpf: reserve flags in bpf_skb_net_shrink
Willem de Bruijn
2019-04-16
1
-0
/
+3
*
bpf: fix whitespace for ENCAP_L2 defines in bpf.h
Alan Maguire
2019-04-16
2
-6
/
+6
*
selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
Stanislav Fomichev
2019-04-16
1
-1
/
+1
*
selftests/btf: add VAR and DATASEC case for dedup tests
Andrii Nakryiko
2019-04-16
1
-0
/
+49
*
btf: add support for VAR and DATASEC in btf_dedup()
Andrii Nakryiko
2019-04-16
1
-2
/
+27
*
kbuild: handle old pahole more gracefully when generating BTF
Andrii Nakryiko
2019-04-16
1
-1
/
+1
*
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
2019-04-13
1
-6
/
+8
*
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
2019-04-13
1
-10
/
+20
*
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
2019-04-13
1
-14
/
+20
*
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
2019-04-13
1
-3
/
+1
*
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
2019-04-13
1
-1
/
+1
*
Merge branch 'bpf-sysctl-hook'
Alexei Starovoitov
2019-04-12
19
-8
/
+2697
|
\
|
*
selftests/bpf: C based test for sysctl and strtoX
Andrey Ignatov
2019-04-12
2
-1
/
+126
|
*
selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
1
-0
/
+485
|
*
selftests/bpf: Test ARG_PTR_TO_LONG arg type
Andrey Ignatov
2019-04-12
1
-0
/
+160
|
*
selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
Andrey Ignatov
2019-04-12
1
-0
/
+19
[next]