index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
3
-80
/
+12
2020-12-03
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
4
-100
/
+17
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
1
-10
/
+0
2020-12-03
bpf: Eliminate rlimit-based memory accounting for xskmap maps
Roman Gushchin
1
-10
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
1
-13
/
+3
2020-12-03
bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-27
/
+6
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-20
/
+4
2020-12-03
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
1
-10
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps
Roman Gushchin
1
-12
/
+4
2020-12-03
bpf: Eliminate rlimit-based memory accounting for lpm_trie maps
Roman Gushchin
1
-13
/
+0
2020-12-03
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
1
-18
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for devmap maps
Roman Gushchin
1
-16
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for cgroup storage maps
Roman Gushchin
1
-20
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
1
-15
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps
Roman Gushchin
1
-16
/
+3
2020-12-03
bpf: Eliminate rlimit-based memory accounting for arraymap maps
Roman Gushchin
1
-20
/
+4
2020-12-03
bpf: Refine memcg-based memory accounting for xskmap maps
Roman Gushchin
1
-1
/
+2
2020-12-03
bpf: Refine memcg-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-4
/
+5
2020-12-03
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
1
-4
/
+6
2020-12-03
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-7
/
+4
2020-12-03
bpf: Memcg-based memory accounting for lpm_trie maps
Roman Gushchin
1
-3
/
+3
2020-12-03
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
1
-10
/
+14
2020-12-03
bpf: Refine memcg-based memory accounting for devmap maps
Roman Gushchin
1
-3
/
+4
2020-12-03
bpf: Memcg-based memory accounting for cgroup storage maps
Roman Gushchin
1
-12
/
+11
2020-12-03
bpf: Refine memcg-based memory accounting for cpumap maps
Roman Gushchin
1
-9
/
+12
2020-12-03
bpf: Refine memcg-based memory accounting for arraymap maps
Roman Gushchin
1
-3
/
+3
2020-12-03
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
1
-1
/
+5
2020-12-03
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
2
-0
/
+97
2020-12-03
bpf: Memcg-based memory accounting for bpf progs
Roman Gushchin
1
-5
/
+5
2020-12-03
mm: Convert page kmemcg type to a page memcg flag
Roman Gushchin
4
-26
/
+42
2020-12-03
mm: Introduce page memcg flags
Roman Gushchin
1
-12
/
+20
2020-12-03
mm: memcontrol/slab: Use helpers to access slab page's memcg_data
Roman Gushchin
3
-30
/
+75
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
14
-120
/
+184
2020-12-02
selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt
Stanislav Fomichev
2
-0
/
+62
2020-12-02
bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks
Stanislav Fomichev
4
-8
/
+12
2020-12-02
selftests/bpf: Rewrite test_sock_addr bind bpf into C
Stanislav Fomichev
3
-184
/
+171
2020-12-01
net, xdp, xsk: fix __sk_mark_napi_id_once napi_id error
Daniel Borkmann
1
-3
/
+7
2020-12-01
samples/bpf: Add option to set the busy-poll budget
Björn Töpel
1
-0
/
+5
2020-12-01
samples/bpf: Add busy-poll support to xdpsock
Björn Töpel
1
-7
/
+33
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/l2fwd
Björn Töpel
1
-14
/
+12
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/rxdrop
Björn Töpel
1
-4
/
+4
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
29
-36
/
+54
2020-12-01
xsk: Add busy-poll support for {recv,send}msg()
Björn Töpel
1
-0
/
+24
2020-12-01
xsk: Check need wakeup flag in sendmsg()
Björn Töpel
2
-8
/
+11
2020-12-01
xsk: Add support for recvmsg()
Björn Töpel
1
-1
/
+21
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
10
-14
/
+34
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
11
-32
/
+111
2020-11-30
selftests/bpf: Fix flavored variants of test_ima
KP Singh
1
-0
/
+1
2020-11-27
xdp: Remove the functions xsk_map_inc and xsk_map_put
Zhu Yanjun
3
-22
/
+4
2020-11-27
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
1
-9
/
+6
[next]