summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-1/+2
* bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-4/+5
* bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-4/+6
* bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-7/+4
* bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-3/+3
* bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-10/+14
* bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin2020-12-021-3/+4
* bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin2020-12-021-12/+11
* bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-9/+12
* bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin2020-12-021-3/+3
* bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-1/+5
* bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-022-0/+97
* bpf: Memcg-based memory accounting for bpf progsRoman Gushchin2020-12-021-5/+5
* mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-024-26/+42
* mm: Introduce page memcg flagsRoman Gushchin2020-12-021-12/+20
* mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-023-30/+75
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-0214-120/+184
* Merge branch 'bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks'Alexei Starovoitov2020-12-027-192/+245
|\
| * selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev2020-12-022-0/+62
| * bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-024-8/+12
| * selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev2020-12-023-184/+171
|/
* net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann2020-12-011-3/+7
* Merge branch 'xdp-preferred-busy-polling'Daniel Borkmann2020-12-0140-107/+300
|\
| * samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
| * samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
| * samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
| * samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-0129-36/+54
| * xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
| * xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-012-8/+11
| * xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
| * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-0110-14/+34
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-0111-32/+111
|/
* selftests/bpf: Fix flavored variants of test_imaKP Singh2020-11-301-0/+1
* xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-273-22/+4
* libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson2020-11-271-9/+6
* Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko2020-11-2616-908/+350
|\
| * samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-264-731/+5
| * samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-262-0/+2
| * samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-262-24/+60
| * samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-263-31/+68
| * samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-262-28/+75
| * samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-263-22/+62
| * samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-265-72/+78
|/
* bpf: Fix selftest compilation on clang 11Andrei Matei2020-11-261-0/+2
* bpf: Add a selftest for bpf_ima_inode_hashKP Singh2020-11-264-0/+186
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-264-0/+50
* ima: Implement ima_inode_hashKP Singh2020-11-262-24/+60
* libbpf: Add support for canceling cached_cons advanceLi RongQing2020-11-251-0/+6
* bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho2020-11-241-84/+95