1. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 5 years ago
  2. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  4. d78e3f0 samples/bpf: fix tcp_bpf.readme detach command by Stanislav Fomichev · 6 years ago
  5. 3953388 samples/bpf: add sample program that periodically dumps TCP stats by Stanislav Fomichev · 6 years ago
  6. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 6 years ago
  7. 123e8da1 xsk: Change the default frame size to 4096 and allow controlling it by Maxim Mikityanskiy · 6 years ago
  8. 9e859e8 samples: bpf: make the use of xdp samples consistent by Daniel T. Lee · 6 years ago
  9. 7ae9f281 samples: bpf: Remove bpf_debug macro in favor of bpf_printk by Michal Rostecki · 6 years ago
  10. 20f6239 samples/bpf: xdp_redirect, correctly get dummy program id by Prashant Bhole · 6 years ago
  11. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  13. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  14. 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
  15. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  17. 4d18f6d samples: bpf: refactor header include path by Daniel T. Lee · 6 years ago
  18. fa206dc samples: bpf: remove unnecessary include options in Makefile by Daniel T. Lee · 6 years ago
  19. b552d33 samples/bpf: fix include path in Makefile by Prashant Bhole · 6 years ago
  20. 0ed3cc4 samples: bpf: don't run probes at the local make stage by Jakub Kicinski · 6 years ago
  21. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  22. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. 07c3bbd samples: bpf: print a warning about headers_install by Jakub Kicinski · 6 years ago
  24. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  25. 2ed9933 bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" by Colin Ian King · 6 years ago
  26. d58c6f7 bpf: Add more stats to HBM by brakmo · 6 years ago
  27. ffd8155 bpf: Add cn support to hbm_out_kern.c by brakmo · 6 years ago
  28. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  29. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  30. 37b54aed samples/bpf: fix a couple of style issues in bpf_load by Daniel T. Lee · 6 years ago
  31. d9a6f41 samples: bpf: add ibumad sample to .gitignore by Matteo Croce · 6 years ago
  32. c87f60a samples: bpf: Do not define bpf_printk macro by Michal Rostecki · 6 years ago
  33. a195cef samples, bpf: suppress compiler warning by Matteo Croce · 6 years ago
  34. f7c2d64 samples, bpf: fix to change the buffer size for read() by Chang-Hsien Tsai · 6 years ago
  35. dce45af Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  36. ead442a samples: bpf: add hbm sample to .gitignore by Daniel T. Lee · 6 years ago
  37. 636e78b samples/bpf: fix build with new clang by Alexei Starovoitov · 6 years ago
  38. e67b2c7 samples, selftests/bpf: add NULL check for ksym_search by Daniel T. Lee · 6 years ago
  39. 0ac01fe BPF: Add sample code for new ib_umad tracepoint by Ira Weiny · 6 years ago
  40. ab99e7a samples: bpf: add xdp_sample_pkts to .gitignore by Daniel T. Lee · 6 years ago
  41. 5b4f21b bpf: hbm: fix spelling mistake "deault" -> "default" by Colin Ian King · 6 years ago
  42. 4ffd44c bpf: HBM test script by brakmo · 6 years ago
  43. a1270fe bpf: User program for testing HBM by brakmo · 6 years ago
  44. 187d073 bpf: Sample HBM BPF program to limit egress bw by brakmo · 6 years ago
  45. b74e21a samples/bpf: silence compiler warning for xdpsock_user.c by Yonghong Song · 6 years ago
  46. 1a9b268 samples: bpf: use libbpf where easy by Jakub Kicinski · 6 years ago
  47. ea9b636 samples: bpf: remove load_sock_ops in favour of bpftool by Jakub Kicinski · 6 years ago
  48. 5c3cf87 samples: bpf: force IPv4 in ping by Jakub Kicinski · 6 years ago
  49. d2e614c samples: bpf: fix: broken sample regarding removed function by Daniel T. Lee · 6 years ago
  50. 248c7f9 samples/bpf: convert xdpsock to use libbpf for AF_XDP access by Magnus Karlsson · 6 years ago
  51. 915654f samples/bpf: Fix dummy program unloading for xdp_redirect samples by Toke Høiland-Jørgensen · 6 years ago
  52. 3b7a8ec samples/bpf: Check the prog id before exiting by Maciej Fijalkowski · 6 years ago
  53. 743e568 samples/bpf: Add a "force" flag to XDP samples by Maciej Fijalkowski · 6 years ago
  54. 6a54576 samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} by Maciej Fijalkowski · 6 years ago
  55. bbaf602 samples/bpf: Convert XDP samples to libbpf usage by Maciej Fijalkowski · 6 years ago
  56. 7313798 samples/bpf: xdp_redirect_cpu have not need for read_trace_pipe by Jesper Dangaard Brouer · 6 years ago
  57. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  58. 6ea848b selftests: bpf: functional and min/max reasoning unit tests for JMP32 by Jiong Wang · 6 years ago
  59. 6bf3bbe samples/bpf: workaround clang asm goto compilation errors by Yonghong Song · 6 years ago
  60. 11b36ab samples: bpf: user proper argument index by Ioana Ciornei · 6 years ago
  61. a8911d6 selftests/bpf: fix incorrect users of create_and_get_cgroup by Stanislav Fomichev · 6 years ago
  62. 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  63. 2c667d7 treewide: add intermediate .s files to targets by Masahiro Yamada · 6 years ago
  64. 4d4b5c2 treewide: remove explicit rules for *offsets.s by Masahiro Yamada · 6 years ago
  65. d59dd69 samples: bpf: fix: seg fault with NULL pointer arg by Daniel T. Lee · 6 years ago
  66. dc378a1a samples: bpf: get ifindex from ifname by Matteo Croce · 6 years ago
  67. d606ee5 samples: bpf: improve xdp1 example by Matteo Croce · 6 years ago
  68. 5a86381 samples: bpf: fix: error handling regarding kprobe_events by Daniel T. Lee · 6 years ago
  69. 9ce6ae2 tools/bpf: do not use pahole if clang/llvm can generate BTF sections by Yonghong Song · 6 years ago
  70. bce6a14 bpf_load: add map name to load_maps error message by Shannon Nelson · 6 years ago
  71. 20cdeb5 bpf, tracex3_user: erase "ARRAY_SIZE" redefined by Bo YU · 6 years ago
  72. 5fcbd29 samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage by Roman Gushchin · 6 years ago
  73. 32c0097 samples/bpf: fix compilation failure by Prashant Bhole · 6 years ago
  74. 534e0e5 samples/bpf: fix a compilation failure by Yonghong Song · 6 years ago
  75. 664e787 samples/bpf: remove duplicated includes by YueHaibing · 6 years ago
  76. 11c3f51 samples/bpf: xdpsock, minor fixes by Prashant Bhole · 6 years ago
  77. acb4ea9 bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program by Nikita V. Shirokov · 6 years ago
  78. 58c50ae samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsock by Björn Töpel · 6 years ago
  79. 817b89b samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM by Jesper Dangaard Brouer · 6 years ago
  80. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  81. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  82. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  83. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 1bca4e6 samples/bpf: xdp_redirect_cpu load balance like Suricata by Jesper Dangaard Brouer · 6 years ago
  85. 1139568 samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash by Jesper Dangaard Brouer · 6 years ago
  86. 37d7ff2 samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier by Jesper Dangaard Brouer · 6 years ago
  87. 28ba068 samples/bpf: extend test_cgrp2_attach2 test to use cgroup storage by Roman Gushchin · 6 years ago
  88. 6748182 samples: bpf: convert xdpsock_user.c to libbpf by Jakub Kicinski · 6 years ago
  89. e1a40ef samples: bpf: convert xdp_fwd_user.c to libbpf by Jakub Kicinski · 6 years ago
  90. 9778cfd samples/bpf: Add BTF build flags to Makefile by Taeung Song · 6 years ago
  91. 598135e samples/bpf: xdpsock: order memory on AArch64 by Brian Brooks · 6 years ago
  92. eae249b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  93. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  94. 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 7 years ago
  95. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 7 years ago
  96. ee58301 samples/bpf: test_cgrp2_sock2: fix an off by one by Dan Carpenter · 6 years ago
  97. b0294bc samples: bpf: ensure that we don't load over MAX_PROGS programs by Dan Carpenter · 6 years ago
  98. d23b27c samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets by Jesper Dangaard Brouer · 6 years ago
  99. b9626f4 samples/bpf: Fix tc and ip paths in xdp2skb_meta.sh by Taeung Song · 7 years ago
  100. c48424d samples/bpf: add .gitignore file by Taeung Song · 7 years ago