1. 71ccb50 tools/bpftool: Emit name <anon> for anonymous BTFs by Andrii Nakryiko · 4 years, 1 month ago
  2. 97306be Merge branch 'switch to memcg-based memory accounting' by Alexei Starovoitov · 4 years, 1 month ago
  3. 5b0764b bpf: samples: Do not touch RLIMIT_MEMLOCK by Roman Gushchin · 4 years, 1 month ago
  4. 3ac1f01 bpf: Eliminate rlimit-based memory accounting for bpf progs by Roman Gushchin · 4 years, 1 month ago
  5. 80ee81e bpf: Eliminate rlimit-based memory accounting infra for bpf maps by Roman Gushchin · 4 years, 1 month ago
  6. ab31be3 bpf: Eliminate rlimit-based memory accounting for bpf local storage maps by Roman Gushchin · 4 years, 1 month ago
  7. 819a4f3 bpf: Eliminate rlimit-based memory accounting for xskmap maps by Roman Gushchin · 4 years, 1 month ago
  8. 37086810 bpf: Eliminate rlimit-based memory accounting for stackmap maps by Roman Gushchin · 4 years, 1 month ago
  9. 0d2c4f9 bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
  10. abbdd08 bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer by Roman Gushchin · 4 years, 1 month ago
  11. db54330 bpf: Eliminate rlimit-based memory accounting for reuseport_array maps by Roman Gushchin · 4 years, 1 month ago
  12. a37fb7e bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps by Roman Gushchin · 4 years, 1 month ago
  13. cbddcb5 bpf: Eliminate rlimit-based memory accounting for lpm_trie maps by Roman Gushchin · 4 years, 1 month ago
  14. 755e5d55 bpf: Eliminate rlimit-based memory accounting for hashtab maps by Roman Gushchin · 4 years, 1 month ago
  15. 844f157 bpf: Eliminate rlimit-based memory accounting for devmap maps by Roman Gushchin · 4 years, 1 month ago
  16. 087b0d3 bpf: Eliminate rlimit-based memory accounting for cgroup storage maps by Roman Gushchin · 4 years, 1 month ago
  17. 711caba bpf: Eliminate rlimit-based memory accounting for cpumap maps by Roman Gushchin · 4 years, 1 month ago
  18. f043733 bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps by Roman Gushchin · 4 years, 1 month ago
  19. 1bc5975 bpf: Eliminate rlimit-based memory accounting for arraymap maps by Roman Gushchin · 4 years, 1 month ago
  20. 28e1dcd bpf: Refine memcg-based memory accounting for xskmap maps by Roman Gushchin · 4 years, 1 month ago
  21. 7846dd9 bpf: Refine memcg-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
  22. e9aae8b bpf: Memcg-based memory accounting for bpf local storage maps by Roman Gushchin · 4 years, 1 month ago
  23. be4035c bpf: Memcg-based memory accounting for bpf ringbuffer by Roman Gushchin · 4 years, 1 month ago
  24. 353e7af bpf: Memcg-based memory accounting for lpm_trie maps by Roman Gushchin · 4 years, 1 month ago
  25. 8814568 bpf: Refine memcg-based memory accounting for hashtab maps by Roman Gushchin · 4 years, 1 month ago
  26. 1440290 bpf: Refine memcg-based memory accounting for devmap maps by Roman Gushchin · 4 years, 1 month ago
  27. 3a61c7c bpf: Memcg-based memory accounting for cgroup storage maps by Roman Gushchin · 4 years, 1 month ago
  28. e88cc05 bpf: Refine memcg-based memory accounting for cpumap maps by Roman Gushchin · 4 years, 1 month ago
  29. 6d192c7 bpf: Refine memcg-based memory accounting for arraymap maps by Roman Gushchin · 4 years, 1 month ago
  30. d5299b6 bpf: Memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 1 month ago
  31. 48edc1f bpf: Prepare for memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 1 month ago
  32. ddf8503 bpf: Memcg-based memory accounting for bpf progs by Roman Gushchin · 4 years, 1 month ago
  33. 18b2db3 mm: Convert page kmemcg type to a page memcg flag by Roman Gushchin · 4 years, 1 month ago
  34. 87944e2 mm: Introduce page memcg flags by Roman Gushchin · 4 years, 1 month ago
  35. 270c6a7 mm: memcontrol/slab: Use helpers to access slab page's memcg_data by Roman Gushchin · 4 years, 1 month ago
  36. bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 1 month ago
  37. 9e83f54 Merge branch 'bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks' by Alexei Starovoitov · 4 years, 1 month ago
  38. a540c81 selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt by Stanislav Fomichev · 4 years, 1 month ago
  39. 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 1 month ago
  40. a999696 selftests/bpf: Rewrite test_sock_addr bind bpf into C by Stanislav Fomichev · 4 years, 1 month ago
  41. ba05817 net, xdp, xsk: fix __sk_mark_napi_id_once napi_id error by Daniel Borkmann · 4 years, 1 month ago
  42. df54228 Merge branch 'xdp-preferred-busy-polling' by Daniel Borkmann · 4 years, 1 month ago
  43. 41bf900 samples/bpf: Add option to set the busy-poll budget by Björn Töpel · 4 years, 1 month ago
  44. b35fc14 samples/bpf: Add busy-poll support to xdpsock by Björn Töpel · 4 years, 1 month ago
  45. 284cbc6 samples/bpf: Use recvfrom() in xdpsock/l2fwd by Björn Töpel · 4 years, 1 month ago
  46. f2d2728 samples/bpf: Use recvfrom() in xdpsock/rxdrop by Björn Töpel · 4 years, 1 month ago
  47. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 1 month ago
  48. a073195 xsk: Add busy-poll support for {recv,send}msg() by Björn Töpel · 4 years, 1 month ago
  49. e392081 xsk: Check need wakeup flag in sendmsg() by Björn Töpel · 4 years, 1 month ago
  50. 45a8668 xsk: Add support for recvmsg() by Björn Töpel · 4 years, 1 month ago
  51. 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 1 month ago
  52. 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 1 month ago
  53. 854055c selftests/bpf: Fix flavored variants of test_ima by KP Singh · 4 years, 1 month ago
  54. bb1b25c xdp: Remove the functions xsk_map_inc and xsk_map_put by Zhu Yanjun · 4 years, 1 month ago
  55. 105c4e7 libbpf: Replace size_t with __u32 in xsk interfaces by Magnus Karlsson · 4 years, 1 month ago
  56. 830382e Merge branch 'bpf: remove bpf_load loader completely' by Andrii Nakryiko · 4 years, 1 month ago
  57. ceb5dea samples: bpf: Remove bpf_load loader completely by Daniel T. Lee · 4 years, 1 month ago
  58. 0afe0a9 samples: bpf: Fix lwt_len_hist reusing previous BPF map by Daniel T. Lee · 4 years, 1 month ago
  59. c6497df samples: bpf: Refactor test_overhead program with libbpf by Daniel T. Lee · 4 years, 1 month ago
  60. 763af20 samples: bpf: Refactor ibumad program with libbpf by Daniel T. Lee · 4 years, 1 month ago
  61. 4fe6641 samples: bpf: Refactor task_fd_query program with libbpf by Daniel T. Lee · 4 years, 1 month ago
  62. d89af13 samples: bpf: Refactor test_cgrp2_sock2 program with libbpf by Daniel T. Lee · 4 years, 1 month ago
  63. c5815ac samples: bpf: Refactor hbm program with libbpf by Daniel T. Lee · 4 years, 1 month ago
  64. fb35581 bpf: Fix selftest compilation on clang 11 by Andrei Matei · 4 years, 1 month ago
  65. 34b82d3 bpf: Add a selftest for bpf_ima_inode_hash by KP Singh · 4 years, 1 month ago
  66. 27672f0 bpf: Add a BPF helper for getting the IMA hash of an inode by KP Singh · 4 years, 1 month ago
  67. 403319b ima: Implement ima_inode_hash by KP Singh · 4 years, 1 month ago
  68. db13db9 libbpf: Add support for canceling cached_cons advance by Li RongQing · 4 years, 1 month ago
  69. 59e2e27 bpf: Refactor check_cfg to use a structured loop. by Wedson Almeida Filho · 4 years, 1 month ago
  70. 607c543 bpf: Sanitize BTF data pointer after module is loaded by Andrii Nakryiko · 4 years, 1 month ago
  71. e732b53 kbuild: Skip module BTF generation for out-of-tree external modules by Andrii Nakryiko · 4 years, 1 month ago
  72. 1c26ac6 selftest/bpf: Fix rst formatting in readme by Andrei Matei · 4 years, 1 month ago
  73. 05a98d7 selftest/bpf: Fix link in readme by Andrei Matei · 4 years, 1 month ago
  74. 91b2db2 bpf: Simplify task_file_seq_get_next() by Song Liu · 4 years, 1 month ago
  75. 450d060 bpftool: Add {i,d}tlb_misses support for bpftool profile by Yonghong Song · 4 years, 1 month ago
  76. 4e99d11 Merge branch 'RISC-V selftest/bpf fixes' by Andrii Nakryiko · 4 years, 1 month ago
  77. 6007b23 selftests/bpf: Mark tests that require unaligned memory access by Björn Töpel · 4 years, 1 month ago
  78. c77b058 selftests/bpf: Avoid running unprivileged tests with alignment requirements by Björn Töpel · 4 years, 1 month ago
  79. 6016df8 selftests/bpf: Fix broken riscv build by Björn Töpel · 4 years, 1 month ago
  80. d055126 bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 4 years, 2 months ago
  81. ea87ae8 bpf: Add tests for bpf_bprm_opts_set helper by KP Singh · 4 years, 2 months ago
  82. 3f6719c bpf: Add bpf_bprm_opts_set helper by KP Singh · 4 years, 2 months ago
  83. cbf398d Merge branch 'af-xdp-tx-batch' by Daniel Borkmann · 4 years, 2 months ago
  84. 3106c58 i40e: Use batched xsk Tx interfaces to increase performance by Magnus Karlsson · 4 years, 2 months ago
  85. 9349eb3 xsk: Introduce batched Tx descriptor interfaces by Magnus Karlsson · 4 years, 2 months ago
  86. b8c7aec xsk: Introduce padding between more ring pointers by Magnus Karlsson · 4 years, 2 months ago
  87. f320460 i40e: Remove unnecessary sw_ring access from xsk Tx by Magnus Karlsson · 4 years, 2 months ago
  88. 90da4b3 samples/bpf: Increment Tx stats at sending by Magnus Karlsson · 4 years, 2 months ago
  89. de91e63 libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types() by Alan Maguire · 4 years, 2 months ago
  90. b93ef08 bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage by Martin KaFai Lau · 4 years, 2 months ago
  91. 024cd2c selftest/bpf: Fix IPV6FR handling in flow dissector by Santucci Pierpaolo · 4 years, 2 months ago
  92. 2d38c58 Merge branch 'ionic-updates' by Jakub Kicinski · 4 years, 2 months ago
  93. 7c8d008 ionic: useful names for booleans by Shannon Nelson · 4 years, 2 months ago
  94. 81dbc24 ionic: change set_rx_mode from_ndo to can_sleep by Shannon Nelson · 4 years, 2 months ago
  95. e94f76b ionic: flatten calls to ionic_lif_rx_mode by Shannon Nelson · 4 years, 2 months ago
  96. e0243e1 ionic: use mc sync for multicast filters by Shannon Nelson · 4 years, 2 months ago
  97. a8205ab ionic: batch rx buffer refilling by Shannon Nelson · 4 years, 2 months ago
  98. e7e8e08 ionic: add lif quiesce by Shannon Nelson · 4 years, 2 months ago
  99. f6e428b ionic: check for link after netdev registration by Shannon Nelson · 4 years, 2 months ago
  100. 8f56bc4 ionic: start queues before announcing link up by Shannon Nelson · 4 years, 2 months ago