summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-02bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf progsRoman Gushchin
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin
2020-12-02mm: Introduce page memcg flagsRoman Gushchin
2020-12-02mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-12-02Merge branch 'bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks'Alexei Starovoitov
2020-12-02selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev
2020-12-02selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev
2020-12-01net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann
2020-12-01Merge branch 'xdp-preferred-busy-polling'Daniel Borkmann
2020-12-01samples/bpf: Add option to set the busy-poll budgetBjörn Töpel
2020-12-01samples/bpf: Add busy-poll support to xdpsockBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-12-01xsk: Add busy-poll support for {recv,send}msg()Björn Töpel
2020-12-01xsk: Check need wakeup flag in sendmsg()Björn Töpel
2020-12-01xsk: Add support for recvmsg()Björn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-30selftests/bpf: Fix flavored variants of test_imaKP Singh
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun
2020-11-27libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson
2020-11-26Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-26ima: Implement ima_inode_hashKP Singh
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko