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
*
xsk: simplify xdp_clear_umem_at_qid implementation
Magnus Karlsson
2018-10-05
1
-5
/
+2
*
ethtool: don't allow disabling queues with umem installed
Jakub Kicinski
2018-10-05
3
-2
/
+20
*
ethtool: rename local variable max -> curr
Jakub Kicinski
2018-10-05
1
-6
/
+6
*
xsk: fix bug when trying to use both copy and zero-copy on one queue id
Magnus Karlsson
2018-10-05
3
-35
/
+64
*
net: add umem reference in netdev{_rx}_queue
Magnus Karlsson
2018-10-05
1
-0
/
+6
*
bpf: typo fix in Documentation/networking/af_xdp.rst
Konrad Djimeli
2018-10-05
1
-2
/
+2
*
bpf, tracex3_user: erase "ARRAY_SIZE" redefined
Bo YU
2018-10-04
1
-2
/
+0
*
Merge branch 'bpf-libbpf-consistent-iface'
Daniel Borkmann
2018-10-04
11
-154
/
+171
|
\
|
*
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2018-10-04
2
-2
/
+2
|
*
libbpf: Make include guards consistent
Andrey Ignatov
2018-10-04
5
-15
/
+15
|
*
libbpf: Consistent prefixes for interfaces in str_error.h.
Andrey Ignatov
2018-10-04
3
-11
/
+13
|
*
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
2018-10-04
5
-81
/
+94
|
*
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
2018-10-04
3
-43
/
+45
|
*
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2018-10-04
2
-3
/
+3
|
/
*
net: core: Fix build with CONFIG_IPV6=m
Joe Stringer
2018-10-04
1
-1
/
+1
*
Merge branch 'bpf-sk-lookup'
Daniel Borkmann
2018-10-03
14
-157
/
+2002
|
\
|
*
Documentation: Describe bpf reference tracking
Joe Stringer
2018-10-03
1
-0
/
+64
|
*
selftests/bpf: Add C tests for reference tracking
Joe Stringer
2018-10-03
3
-1
/
+219
|
*
libbpf: Support loading individual progs
Joe Stringer
2018-10-03
2
-2
/
+5
|
*
selftests/bpf: Add tests for reference tracking
Joe Stringer
2018-10-03
1
-0
/
+759
|
*
selftests/bpf: Generalize dummy program types
Joe Stringer
2018-10-03
1
-14
/
+17
|
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
5
-3
/
+354
|
*
bpf: Add reference tracking to verifier
Joe Stringer
2018-10-03
2
-22
/
+308
|
*
bpf: Macrofy stack state copy
Joe Stringer
2018-10-03
1
-46
/
+60
|
*
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
2018-10-03
4
-26
/
+160
|
*
bpf: Generalize ptr_or_null regs check
Joe Stringer
2018-10-03
1
-18
/
+25
|
*
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2018-10-03
2
-9
/
+8
|
*
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2018-10-03
2
-19
/
+17
|
*
bpf: Add iterator for spilled registers
Joe Stringer
2018-10-03
2
-9
/
+18
|
/
*
Merge branch 'bpf-big-map-entries'
Daniel Borkmann
2018-10-02
7
-22
/
+142
|
\
|
*
nfp: bpf: allow control message sizing for map ops
Jakub Kicinski
2018-10-02
5
-17
/
+83
|
*
nfp: allow apps to request larger MTU on control vNIC
Jakub Kicinski
2018-10-02
2
-2
/
+16
|
*
nfp: bpf: parse global BPF ABI version capability
Jakub Kicinski
2018-10-02
3
-4
/
+44
|
/
*
Merge branch 'bpf-per-cpu-cgroup-storage'
Daniel Borkmann
2018-10-01
20
-99
/
+786
|
\
|
*
selftests/bpf: cgroup local storage-based network counters
Roman Gushchin
2018-10-01
4
-2
/
+257
|
*
samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage
Roman Gushchin
2018-10-01
1
-1
/
+18
|
*
selftests/bpf: extend the storage test to test per-cpu cgroup storage
Roman Gushchin
2018-10-01
1
-3
/
+57
|
*
selftests/bpf: add verifier per-cpu cgroup storage tests
Roman Gushchin
2018-10-01
1
-6
/
+133
|
*
bpftool: add support for PERCPU_CGROUP_STORAGE maps
Roman Gushchin
2018-10-01
1
-1
/
+3
|
*
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
Roman Gushchin
2018-10-01
1
-0
/
+1
|
*
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
2018-10-01
1
-1
/
+2
|
*
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
8
-28
/
+179
|
*
bpf: rework cgroup storage pointer passing
Roman Gushchin
2018-10-01
3
-12
/
+12
|
*
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
2018-10-01
8
-57
/
+136
|
/
*
bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()
Yonghong Song
2018-09-28
1
-0
/
+2
*
Merge branch 'bpf-libbpf-attach-by-name'
Daniel Borkmann
2018-09-27
5
-45
/
+302
|
\
|
*
selftests/bpf: Test libbpf_{prog,attach}_type_by_name
Andrey Ignatov
2018-09-27
2
-1
/
+209
|
*
selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie
Andrey Ignatov
2018-09-27
1
-5
/
+1
|
*
libbpf: Support sk_skb/stream_{parser, verdict} section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
|
*
libbpf: Support cgroup_skb/{e,in}gress section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
[next]