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