index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
l2tp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
bpf: typo fix in Documentation/networking/af_xdp.rst
Konrad Djimeli
1
-2
/
+2
2018-10-04
bpf, tracex3_user: erase "ARRAY_SIZE" redefined
Bo YU
1
-2
/
+0
2018-10-04
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2
-2
/
+2
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
5
-15
/
+15
2018-10-04
libbpf: Consistent prefixes for interfaces in str_error.h.
Andrey Ignatov
3
-11
/
+13
2018-10-04
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
5
-81
/
+94
2018-10-04
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
3
-43
/
+45
2018-10-04
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2
-3
/
+3
2018-10-04
net: core: Fix build with CONFIG_IPV6=m
Joe Stringer
1
-1
/
+1
2018-10-03
Documentation: Describe bpf reference tracking
Joe Stringer
1
-0
/
+64
2018-10-03
selftests/bpf: Add C tests for reference tracking
Joe Stringer
3
-1
/
+219
2018-10-03
libbpf: Support loading individual progs
Joe Stringer
2
-2
/
+5
2018-10-03
selftests/bpf: Add tests for reference tracking
Joe Stringer
1
-0
/
+759
2018-10-03
selftests/bpf: Generalize dummy program types
Joe Stringer
1
-14
/
+17
2018-10-03
bpf: Add helper to retrieve socket in BPF
Joe Stringer
5
-3
/
+354
2018-10-03
bpf: Add reference tracking to verifier
Joe Stringer
2
-22
/
+308
2018-10-03
bpf: Macrofy stack state copy
Joe Stringer
1
-46
/
+60
2018-10-03
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
4
-26
/
+160
2018-10-03
bpf: Generalize ptr_or_null regs check
Joe Stringer
1
-18
/
+25
2018-10-03
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2
-9
/
+8
2018-10-03
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2
-19
/
+17
2018-10-03
bpf: Add iterator for spilled registers
Joe Stringer
2
-9
/
+18
2018-10-02
nfp: bpf: allow control message sizing for map ops
Jakub Kicinski
5
-17
/
+83
2018-10-02
nfp: allow apps to request larger MTU on control vNIC
Jakub Kicinski
2
-2
/
+16
2018-10-02
nfp: bpf: parse global BPF ABI version capability
Jakub Kicinski
3
-4
/
+44
2018-10-01
selftests/bpf: cgroup local storage-based network counters
Roman Gushchin
4
-2
/
+257
2018-10-01
samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage
Roman Gushchin
1
-1
/
+18
2018-10-01
selftests/bpf: extend the storage test to test per-cpu cgroup storage
Roman Gushchin
1
-3
/
+57
2018-10-01
selftests/bpf: add verifier per-cpu cgroup storage tests
Roman Gushchin
1
-6
/
+133
2018-10-01
bpftool: add support for PERCPU_CGROUP_STORAGE maps
Roman Gushchin
1
-1
/
+3
2018-10-01
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
Roman Gushchin
1
-0
/
+1
2018-10-01
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
8
-28
/
+179
2018-10-01
bpf: rework cgroup storage pointer passing
Roman Gushchin
3
-12
/
+12
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
8
-57
/
+136
2018-09-28
bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()
Yonghong Song
1
-0
/
+2
2018-09-27
selftests/bpf: Test libbpf_{prog,attach}_type_by_name
Andrey Ignatov
2
-1
/
+209
2018-09-27
selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie
Andrey Ignatov
1
-5
/
+1
2018-09-27
libbpf: Support sk_skb/stream_{parser, verdict} section names
Andrey Ignatov
1
-0
/
+4
2018-09-27
libbpf: Support cgroup_skb/{e,in}gress section names
Andrey Ignatov
1
-0
/
+4
2018-09-27
libbpf: Introduce libbpf_attach_type_by_name
Andrey Ignatov
2
-39
/
+84
2018-09-27
bpf: test_bpf: add init_net to dev for flow_dissector
Song Liu
1
-0
/
+1
2018-09-27
bpftool: Fix bpftool net output
Andrey Ignatov
1
-9
/
+9
2018-09-27
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
11
-15
/
+14
2018-09-27
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
12
-18
/
+14
2018-09-27
net: mvneta: Add support for 2500Mbps SGMII
Maxime Chevallier
1
-4
/
+23
2018-09-27
net: vhost: add rx busy polling in tx path
Tonghao Zhang
1
-21
/
+14
2018-09-27
net: vhost: factor out busy polling logic to vhost_net_busy_poll()
Tonghao Zhang
1
-40
/
+70
2018-09-27
net: vhost: replace magic number of lock annotation
Tonghao Zhang
1
-3
/
+3
2018-09-27
net: vhost: lock the vqs one by one
Tonghao Zhang
1
-17
/
+7
[next]