- 7846dd9 bpf: Refine memcg-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 2 months ago
- e9aae8b bpf: Memcg-based memory accounting for bpf local storage maps by Roman Gushchin · 4 years, 2 months ago
- be4035c bpf: Memcg-based memory accounting for bpf ringbuffer by Roman Gushchin · 4 years, 2 months ago
- 353e7af bpf: Memcg-based memory accounting for lpm_trie maps by Roman Gushchin · 4 years, 2 months ago
- 8814568 bpf: Refine memcg-based memory accounting for hashtab maps by Roman Gushchin · 4 years, 2 months ago
- 1440290 bpf: Refine memcg-based memory accounting for devmap maps by Roman Gushchin · 4 years, 2 months ago
- 3a61c7c bpf: Memcg-based memory accounting for cgroup storage maps by Roman Gushchin · 4 years, 2 months ago
- e88cc05 bpf: Refine memcg-based memory accounting for cpumap maps by Roman Gushchin · 4 years, 2 months ago
- 6d192c7 bpf: Refine memcg-based memory accounting for arraymap maps by Roman Gushchin · 4 years, 2 months ago
- d5299b6 bpf: Memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 2 months ago
- 48edc1f bpf: Prepare for memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 2 months ago
- ddf8503 bpf: Memcg-based memory accounting for bpf progs by Roman Gushchin · 4 years, 2 months ago
- 18b2db3 mm: Convert page kmemcg type to a page memcg flag by Roman Gushchin · 4 years, 2 months ago
- 87944e2 mm: Introduce page memcg flags by Roman Gushchin · 4 years, 2 months ago
- 270c6a7 mm: memcontrol/slab: Use helpers to access slab page's memcg_data by Roman Gushchin · 4 years, 2 months ago
- bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 2 months ago
- 9e83f54 Merge branch 'bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks' by Alexei Starovoitov · 4 years, 2 months ago
- a540c81 selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt by Stanislav Fomichev · 4 years, 2 months ago
- 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 2 months ago
- a999696 selftests/bpf: Rewrite test_sock_addr bind bpf into C by Stanislav Fomichev · 4 years, 2 months ago
- ba05817 net, xdp, xsk: fix __sk_mark_napi_id_once napi_id error by Daniel Borkmann · 4 years, 2 months ago
- df54228 Merge branch 'xdp-preferred-busy-polling' by Daniel Borkmann · 4 years, 2 months ago
- 41bf900 samples/bpf: Add option to set the busy-poll budget by Björn Töpel · 4 years, 2 months ago
- b35fc14 samples/bpf: Add busy-poll support to xdpsock by Björn Töpel · 4 years, 2 months ago
- 284cbc6 samples/bpf: Use recvfrom() in xdpsock/l2fwd by Björn Töpel · 4 years, 2 months ago
- f2d2728 samples/bpf: Use recvfrom() in xdpsock/rxdrop by Björn Töpel · 4 years, 2 months ago
- b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 2 months ago
- a073195 xsk: Add busy-poll support for {recv,send}msg() by Björn Töpel · 4 years, 2 months ago
- e392081 xsk: Check need wakeup flag in sendmsg() by Björn Töpel · 4 years, 2 months ago
- 45a8668 xsk: Add support for recvmsg() by Björn Töpel · 4 years, 2 months ago
- 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 2 months ago
- 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 2 months ago
- 854055c selftests/bpf: Fix flavored variants of test_ima by KP Singh · 4 years, 2 months ago
- bb1b25c xdp: Remove the functions xsk_map_inc and xsk_map_put by Zhu Yanjun · 4 years, 2 months ago
- 105c4e7 libbpf: Replace size_t with __u32 in xsk interfaces by Magnus Karlsson · 4 years, 2 months ago
- 830382e Merge branch 'bpf: remove bpf_load loader completely' by Andrii Nakryiko · 4 years, 2 months ago
- ceb5dea samples: bpf: Remove bpf_load loader completely by Daniel T. Lee · 4 years, 2 months ago
- 0afe0a9 samples: bpf: Fix lwt_len_hist reusing previous BPF map by Daniel T. Lee · 4 years, 2 months ago
- c6497df samples: bpf: Refactor test_overhead program with libbpf by Daniel T. Lee · 4 years, 2 months ago
- 763af20 samples: bpf: Refactor ibumad program with libbpf by Daniel T. Lee · 4 years, 2 months ago
- 4fe6641 samples: bpf: Refactor task_fd_query program with libbpf by Daniel T. Lee · 4 years, 2 months ago
- d89af13 samples: bpf: Refactor test_cgrp2_sock2 program with libbpf by Daniel T. Lee · 4 years, 2 months ago
- c5815ac samples: bpf: Refactor hbm program with libbpf by Daniel T. Lee · 4 years, 2 months ago
- fb35581 bpf: Fix selftest compilation on clang 11 by Andrei Matei · 4 years, 2 months ago
- 34b82d3 bpf: Add a selftest for bpf_ima_inode_hash by KP Singh · 4 years, 2 months ago
- 27672f0 bpf: Add a BPF helper for getting the IMA hash of an inode by KP Singh · 4 years, 2 months ago
- 403319b ima: Implement ima_inode_hash by KP Singh · 4 years, 2 months ago
- db13db9 libbpf: Add support for canceling cached_cons advance by Li RongQing · 4 years, 2 months ago
- 59e2e27 bpf: Refactor check_cfg to use a structured loop. by Wedson Almeida Filho · 4 years, 2 months ago
- 607c543 bpf: Sanitize BTF data pointer after module is loaded by Andrii Nakryiko · 4 years, 2 months ago
- e732b53 kbuild: Skip module BTF generation for out-of-tree external modules by Andrii Nakryiko · 4 years, 2 months ago
- 1c26ac6 selftest/bpf: Fix rst formatting in readme by Andrei Matei · 4 years, 2 months ago
- 05a98d7 selftest/bpf: Fix link in readme by Andrei Matei · 4 years, 2 months ago
- 91b2db2 bpf: Simplify task_file_seq_get_next() by Song Liu · 4 years, 2 months ago
- 450d060 bpftool: Add {i,d}tlb_misses support for bpftool profile by Yonghong Song · 4 years, 2 months ago
- 4e99d11 Merge branch 'RISC-V selftest/bpf fixes' by Andrii Nakryiko · 4 years, 2 months ago
- 6007b23 selftests/bpf: Mark tests that require unaligned memory access by Björn Töpel · 4 years, 2 months ago
- c77b058 selftests/bpf: Avoid running unprivileged tests with alignment requirements by Björn Töpel · 4 years, 2 months ago
- 6016df8 selftests/bpf: Fix broken riscv build by Björn Töpel · 4 years, 2 months ago
- d055126 bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 4 years, 2 months ago
- ea87ae8 bpf: Add tests for bpf_bprm_opts_set helper by KP Singh · 4 years, 2 months ago
- 3f6719c bpf: Add bpf_bprm_opts_set helper by KP Singh · 4 years, 2 months ago
- cbf398d Merge branch 'af-xdp-tx-batch' by Daniel Borkmann · 4 years, 2 months ago
- 3106c58 i40e: Use batched xsk Tx interfaces to increase performance by Magnus Karlsson · 4 years, 2 months ago
- 9349eb3 xsk: Introduce batched Tx descriptor interfaces by Magnus Karlsson · 4 years, 2 months ago
- b8c7aec xsk: Introduce padding between more ring pointers by Magnus Karlsson · 4 years, 2 months ago
- f320460 i40e: Remove unnecessary sw_ring access from xsk Tx by Magnus Karlsson · 4 years, 2 months ago
- 90da4b3 samples/bpf: Increment Tx stats at sending by Magnus Karlsson · 4 years, 2 months ago
- de91e63 libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types() by Alan Maguire · 4 years, 2 months ago
- b93ef08 bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage by Martin KaFai Lau · 4 years, 2 months ago
- 024cd2c selftest/bpf: Fix IPV6FR handling in flow dissector by Santucci Pierpaolo · 4 years, 2 months ago
- 2d38c58 Merge branch 'ionic-updates' by Jakub Kicinski · 4 years, 2 months ago
- 7c8d008 ionic: useful names for booleans by Shannon Nelson · 4 years, 2 months ago
- 81dbc24 ionic: change set_rx_mode from_ndo to can_sleep by Shannon Nelson · 4 years, 2 months ago
- e94f76b ionic: flatten calls to ionic_lif_rx_mode by Shannon Nelson · 4 years, 2 months ago
- e0243e1 ionic: use mc sync for multicast filters by Shannon Nelson · 4 years, 2 months ago
- a8205ab ionic: batch rx buffer refilling by Shannon Nelson · 4 years, 2 months ago
- e7e8e08 ionic: add lif quiesce by Shannon Nelson · 4 years, 2 months ago
- f6e428b ionic: check for link after netdev registration by Shannon Nelson · 4 years, 2 months ago
- 8f56bc4 ionic: start queues before announcing link up by Shannon Nelson · 4 years, 2 months ago
- 9e6cad5 net: macb: Fix passing zero to 'PTR_ERR' by YueHaibing · 4 years, 2 months ago
- 2e79387 ipv6: remove unused function ipv6_skb_idev() by Lukas Bulwahn · 4 years, 2 months ago
- 07cbce2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
- 774626f net: phy: mscc: Add PTP support for 2 more VSC PHYs by Steen Hegelund · 4 years, 2 months ago
- c14d61f Merge branch 'xdp-redirect-bulk' by Daniel Borkmann · 4 years, 2 months ago
- b87c57a net: mlx5: Add xdp tx return bulking support by Lorenzo Bianconi · 4 years, 2 months ago
- dbef19c net: mvpp2: Add xdp tx return bulking support by Lorenzo Bianconi · 4 years, 2 months ago
- 2f9d093 net: mvneta: Add xdp tx return bulking support by Lorenzo Bianconi · 4 years, 2 months ago
- 7886244 net: page_pool: Add bulk support for ptr_ring by Lorenzo Bianconi · 4 years, 2 months ago
- 8965398 net: xdp: Introduce bulking for xdp tx return path by Lorenzo Bianconi · 4 years, 2 months ago
- bb3222f net: stmmac: platform: use optional clk/reset get APIs by Jisheng Zhang · 4 years, 2 months ago
- ca1ab89 r8169: improve rtl_tx by Heiner Kallweit · 4 years, 2 months ago
- 95f3c54 r8169: use READ_ONCE in rtl_tx_slots_avail by Heiner Kallweit · 4 years, 2 months ago
- 2caf08e7 Merge branch 'net-ipa-two-fixes' by Jakub Kicinski · 4 years, 2 months ago
- 0a5096e net: ipa: ignore the microcontroller log event by Alex Elder · 4 years, 2 months ago
- 3ce6da1 net: ipa: fix source packet contexts limit by Alex Elder · 4 years, 2 months ago
- 992c75a Merge branch 'sfc-further-ef100-encap-tso-features' by Jakub Kicinski · 4 years, 2 months ago
- c5122cf sfc: support GRE TSO on EF100 by Edward Cree · 4 years, 2 months ago
- 42bfd69 sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100 by Edward Cree · 4 years, 2 months ago
- dc8d251 sfc: extend bitfield macros to 19 fields by Edward Cree · 4 years, 2 months ago