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: User program for testing HBM
brakmo
2019-03-02
2
-0
/
+444
*
bpf: Sample HBM BPF program to limit egress bw
brakmo
2019-03-02
4
-0
/
+327
*
bpf: sync bpf.h to tools and update bpf_helpers.h
brakmo
2019-03-02
2
-1
/
+11
*
bpf: add bpf helper bpf_skb_ecn_set_ce
brakmo
2019-03-02
2
-1
/
+37
*
samples/bpf: silence compiler warning for xdpsock_user.c
Yonghong Song
2019-03-02
1
-3
/
+3
*
selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fields
Yonghong Song
2019-03-02
1
-0
/
+1
*
Merge branch 'bpf-doc-improvements'
Daniel Borkmann
2019-03-02
3
-182
/
+160
|
\
|
*
docs/bpf: minor casing/punctuation fixes
Andrii Nakryiko
2019-03-02
2
-13
/
+13
|
*
docs/btf: reflow text to fill up to 78 characters
Andrii Nakryiko
2019-03-02
1
-160
/
+140
|
*
docs/btf: fix typos, improve wording
Andrii Nakryiko
2019-03-02
1
-55
/
+53
|
/
*
bpf: fix u64_stats_init() usage in bpf_prog_alloc()
Eric Dumazet
2019-03-02
1
-1
/
+7
*
Merge branch 'bpf-dedup-fixes'
Daniel Borkmann
2019-03-01
4
-23
/
+103
|
\
|
*
selftests/bpf: add btf_dedup test of FWD/STRUCT resolution
Andrii Nakryiko
2019-03-01
1
-0
/
+45
|
*
btf: fix bug with resolving STRUCT/UNION into corresponding FWD
Andrii Nakryiko
2019-03-01
1
-3
/
+17
|
*
btf: allow to customize dedup hash table size
Andrii Nakryiko
2019-03-01
2
-17
/
+37
|
*
libbpf: fix formatting for btf_ext__get_raw_data
Andrii Nakryiko
2019-03-01
1
-1
/
+1
|
*
selftests/bpf: fix btf_dedup testing code
Andrii Nakryiko
2019-03-01
2
-2
/
+3
|
/
*
tools/libbpf: signedness bug in btf_dedup_ref_type()
Dan Carpenter
2019-03-01
1
-1
/
+2
*
Merge branch 'bpf-samples-improvements'
Daniel Borkmann
2019-03-01
24
-156
/
+69
|
\
|
*
tools: libbpf: make sure readelf shows full names in build checks
Jakub Kicinski
2019-03-01
1
-2
/
+2
|
*
samples: bpf: use libbpf where easy
Jakub Kicinski
2019-03-01
4
-25
/
+35
|
*
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
2019-03-01
5
-10
/
+11
|
*
samples: bpf: remove load_sock_ops in favour of bpftool
Jakub Kicinski
2019-03-01
12
-114
/
+16
|
*
samples: bpf: force IPv4 in ping
Jakub Kicinski
2019-03-01
5
-5
/
+5
|
/
*
selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector
Stanislav Fomichev
2019-03-01
1
-2
/
+2
*
bpf: add missing entries to bpf_helpers.h
Willem de Bruijn
2019-03-01
1
-0
/
+30
*
bpf: fix build without bpf_syscall
Alexei Starovoitov
2019-03-01
1
-2
/
+5
*
Merge branch 'inner_map_spin_lock-fix'
Alexei Starovoitov
2019-02-28
2
-0
/
+5
|
\
|
*
tools/bpf: selftests: add map lookup to test_map_in_map bpf prog
Yonghong Song
2019-02-28
1
-0
/
+4
|
*
bpf: set inner_map_meta->spin_lock_off correctly
Yonghong Song
2019-02-28
1
-0
/
+1
|
/
*
samples: bpf: fix: broken sample regarding removed function
Daniel T. Lee
2019-02-27
3
-3
/
+3
*
Merge branch 'bpf-prog-stats'
Daniel Borkmann
2019-02-27
10
-7
/
+148
|
\
|
*
tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
Alexei Starovoitov
2019-02-27
2
-1
/
+10
|
*
tools/bpf: sync bpf.h into tools
Alexei Starovoitov
2019-02-27
1
-0
/
+2
|
*
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
2019-02-27
2
-0
/
+7
|
*
bpf: enable program stats
Alexei Starovoitov
2019-02-27
6
-6
/
+129
|
/
*
Merge branch 'bpf-libbpf-af-xdp'
Daniel Borkmann
2019-02-25
13
-652
/
+1376
|
\
|
*
xsk: add FAQ to facilitate for first time users
Magnus Karlsson
2019-02-25
1
-1
/
+35
|
*
samples/bpf: convert xdpsock to use libbpf for AF_XDP access
Magnus Karlsson
2019-02-25
4
-648
/
+261
|
*
libbpf: add support for using AF_XDP sockets
Magnus Karlsson
2019-02-25
8
-3
/
+1080
|
/
*
selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-02-25
1
-0
/
+44
*
bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector
Stanislav Fomichev
2019-02-25
1
-6
/
+20
*
bpf: test_bpf: turn off preemption in function __run_once
Anders Roxell
2019-02-25
1
-0
/
+2
*
samples/bpf: Fix dummy program unloading for xdp_redirect samples
Toke Høiland-Jørgensen
2019-02-22
2
-2
/
+2
*
seccomp, bpf: disable preemption before calling into bpf prog
Alexei Starovoitov
2019-02-22
1
-0
/
+2
*
bpf: add skb->queue_mapping write access from tc clsact
Jesper Dangaard Brouer
2019-02-19
1
-3
/
+13
*
bpf: check that BPF programs run with preemption disabled
Peter Zijlstra
2019-02-19
3
-3
/
+41
*
bpf: bpftool, fix documentation for attach types
Alban Crequy
2019-02-19
3
-4
/
+4
*
bnx2x: Remove set but not used variable 'mfw_vn'
YueHaibing
2019-02-19
1
-3
/
+1
*
Merge branch 'net-phy-add-helpers-for-handling-C45-10GBT-AN-register-values'
David S. Miller
2019-02-19
2
-9
/
+20
|
\
[next]