index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-11-27
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
4
-731
/
+5
2020-11-27
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2
-0
/
+2
2020-11-27
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2
-24
/
+60
2020-11-27
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
3
-31
/
+68
2020-11-27
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2
-28
/
+75
2020-11-27
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
3
-22
/
+62
2020-11-27
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
5
-72
/
+78
2020-11-26
bpf: Fix selftest compilation on clang 11
Andrei Matei
1
-0
/
+2
2020-11-26
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
4
-0
/
+186
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
4
-0
/
+50
2020-11-26
ima: Implement ima_inode_hash
KP Singh
2
-24
/
+60
2020-11-25
libbpf: Add support for canceling cached_cons advance
Li RongQing
1
-0
/
+6
2020-11-25
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
1
-84
/
+95
2020-11-25
bpf: Sanitize BTF data pointer after module is loaded
Andrii Nakryiko
1
-0
/
+5
2020-11-25
kbuild: Skip module BTF generation for out-of-tree external modules
Andrii Nakryiko
1
-2
/
+7
2020-11-24
selftest/bpf: Fix rst formatting in readme
Andrei Matei
1
-13
/
+15
2020-11-24
selftest/bpf: Fix link in readme
Andrei Matei
1
-1
/
+4
2020-11-20
bpf: Simplify task_file_seq_get_next()
Song Liu
1
-37
/
+17
2020-11-20
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
1
-1
/
+29
2020-11-19
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-19
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-11-19
selftests/bpf: Fix broken riscv build
Björn Töpel
1
-1
/
+2
2020-11-18
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
6
-0
/
+39
2020-11-18
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2
-0
/
+150
2020-11-18
bpf: Add bpf_bprm_opts_set helper
KP Singh
4
-0
/
+60
2020-11-17
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
4
-35
/
+112
2020-11-17
xsk: Introduce batched Tx descriptor interfaces
Magnus Karlsson
3
-13
/
+140
2020-11-17
xsk: Introduce padding between more ring pointers
Magnus Karlsson
1
-1
/
+3
2020-11-17
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
1
-5
/
+1
2020-11-17
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
1
-3
/
+3
[next]