1. fe33008 samples: bpf: fix syscall_tp due to unused syscall by Daniel T. Lee · 5 years ago
  2. bba1b2a samples: bpf: Replace symbol compare of trace_event by Daniel T. Lee · 5 years ago
  3. edbca12 samples/bpf: Fix broken xdp_rxq_info due to map order assumptions by Jesper Dangaard Brouer · 5 years ago
  4. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  5. b313332 samples/bpf: Add missing option to xdpsock usage by Andre Guedes · 5 years ago
  6. 110b226 samples/bpf: Remove duplicate option from xdpsock by Andre Guedes · 5 years ago
  7. 6cc2c87 samples/bpf: adjust Makefile and README.rst by Jesper Dangaard Brouer · 5 years ago
  8. 661842c samples/bpf: Use Rx-only and Tx-only sockets in xdpsock by Magnus Karlsson · 5 years ago
  9. 2e5d72c samples/bpf: Add XDP_SHARED_UMEM support to xdpsock by Magnus Karlsson · 5 years ago
  10. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. 451d1dc samples: bpf: update map definition to new syntax BTF-defined map by Daniel T. Lee · 5 years ago
  12. afbe3c2 samples: bpf: Update outdated error message by Daniel T. Lee · 5 years ago
  13. 251e2d3 bpf, samples: Use bpf_probe_read_user where appropriate by Daniel Borkmann · 5 years ago
  14. 04ec044b samples/bpf: fix build by setting HAVE_ATTR_TEST to zero by Björn Töpel · 5 years ago
  15. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  17. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  18. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  19. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  20. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  21. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  22. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  23. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  24. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  25. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  26. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  27. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  28. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  29. e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
  30. 3ac4dbe selftests/bpf: Split off tracing-only helpers into bpf_tracing.h by Andrii Nakryiko · 5 years ago
  31. 36b5d47 selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h by Andrii Nakryiko · 5 years ago
  32. 8fdf5b7 samples: bpf: Add max_pckt_size option at xdp_adjust_tail by Daniel T. Lee · 5 years ago
  33. 4564a8bb samples/bpf: Trivial - fix spelling mistake in usage by Anton Ivanov · 5 years ago
  34. 98beb3e samples/bpf: Add a workaround for asm_inline by KP Singh · 5 years ago
  35. e55190f samples/bpf: Fix build for task_fd_query_user.c by Björn Töpel · 5 years ago
  36. 5a712e1 samples/bpf: fix xdpsock l2fwd tx for unaligned mode by Ciara Loftus · 5 years ago
  37. 3945b37 samples/bpf: use hugepages in xdpsock app by Kevin Laatz · 5 years ago
  38. 03895e6 samples/bpf: add buffer recycling for unaligned chunks to xdpsock by Kevin Laatz · 5 years ago
  39. c543f54 samples/bpf: add unaligned chunks mode support to xdpsock by Kevin Laatz · 5 years ago
  40. bb4b5c0 samples: bpf: syscall_nrs: use mmap2 if defined by Ivan Khoronzhuk · 5 years ago
  41. 46738f7 samples/bpf: add use of need_wakeup flag in xdpsock by Magnus Karlsson · 5 years ago
  42. abcce73 samples/bpf: xdp_fwd explain bpf_fib_lookup return codes by Jesper Dangaard Brouer · 5 years ago
  43. a32a32c samples/bpf: make xdp_fwd more practically usable via devmap lookup by Jesper Dangaard Brouer · 5 years ago
  44. 3783d43 samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports by Jesper Dangaard Brouer · 5 years ago
  45. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 5 years ago
  46. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 5 years ago
  47. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 6 years ago
  48. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  49. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  50. d78e3f0 samples/bpf: fix tcp_bpf.readme detach command by Stanislav Fomichev · 6 years ago
  51. 3953388 samples/bpf: add sample program that periodically dumps TCP stats by Stanislav Fomichev · 6 years ago
  52. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 6 years ago
  53. 123e8da1 xsk: Change the default frame size to 4096 and allow controlling it by Maxim Mikityanskiy · 6 years ago
  54. 9e859e8 samples: bpf: make the use of xdp samples consistent by Daniel T. Lee · 6 years ago
  55. 7ae9f281 samples: bpf: Remove bpf_debug macro in favor of bpf_printk by Michal Rostecki · 6 years ago
  56. 20f6239 samples/bpf: xdp_redirect, correctly get dummy program id by Prashant Bhole · 6 years ago
  57. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. 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
  59. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  60. 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
  61. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  62. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  63. 4d18f6d samples: bpf: refactor header include path by Daniel T. Lee · 6 years ago
  64. fa206dc samples: bpf: remove unnecessary include options in Makefile by Daniel T. Lee · 6 years ago
  65. b552d33 samples/bpf: fix include path in Makefile by Prashant Bhole · 6 years ago
  66. 0ed3cc4 samples: bpf: don't run probes at the local make stage by Jakub Kicinski · 6 years ago
  67. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  68. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  69. 07c3bbd samples: bpf: print a warning about headers_install by Jakub Kicinski · 6 years ago
  70. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  71. 2ed9933 bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" by Colin Ian King · 6 years ago
  72. d58c6f7 bpf: Add more stats to HBM by brakmo · 6 years ago
  73. ffd8155 bpf: Add cn support to hbm_out_kern.c by brakmo · 6 years ago
  74. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  75. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  76. 37b54aed samples/bpf: fix a couple of style issues in bpf_load by Daniel T. Lee · 6 years ago
  77. d9a6f41 samples: bpf: add ibumad sample to .gitignore by Matteo Croce · 6 years ago
  78. c87f60a samples: bpf: Do not define bpf_printk macro by Michal Rostecki · 6 years ago
  79. a195cef samples, bpf: suppress compiler warning by Matteo Croce · 6 years ago
  80. f7c2d64b samples, bpf: fix to change the buffer size for read() by Chang-Hsien Tsai · 6 years ago
  81. dce45af Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  82. ead442a samples: bpf: add hbm sample to .gitignore by Daniel T. Lee · 6 years ago
  83. 636e78b samples/bpf: fix build with new clang by Alexei Starovoitov · 6 years ago
  84. e67b2c7 samples, selftests/bpf: add NULL check for ksym_search by Daniel T. Lee · 6 years ago
  85. 0ac01fe BPF: Add sample code for new ib_umad tracepoint by Ira Weiny · 6 years ago
  86. ab99e7a samples: bpf: add xdp_sample_pkts to .gitignore by Daniel T. Lee · 6 years ago
  87. 5b4f21b bpf: hbm: fix spelling mistake "deault" -> "default" by Colin Ian King · 6 years ago
  88. 4ffd44c bpf: HBM test script by brakmo · 6 years ago
  89. a1270fe bpf: User program for testing HBM by brakmo · 6 years ago
  90. 187d073 bpf: Sample HBM BPF program to limit egress bw by brakmo · 6 years ago
  91. b74e21a samples/bpf: silence compiler warning for xdpsock_user.c by Yonghong Song · 6 years ago
  92. 1a9b268 samples: bpf: use libbpf where easy by Jakub Kicinski · 6 years ago
  93. ea9b636 samples: bpf: remove load_sock_ops in favour of bpftool by Jakub Kicinski · 6 years ago
  94. 5c3cf87 samples: bpf: force IPv4 in ping by Jakub Kicinski · 6 years ago
  95. d2e614c samples: bpf: fix: broken sample regarding removed function by Daniel T. Lee · 6 years ago
  96. 248c7f9 samples/bpf: convert xdpsock to use libbpf for AF_XDP access by Magnus Karlsson · 6 years ago
  97. 915654f samples/bpf: Fix dummy program unloading for xdp_redirect samples by Toke Høiland-Jørgensen · 6 years ago
  98. 3b7a8ec samples/bpf: Check the prog id before exiting by Maciej Fijalkowski · 6 years ago
  99. 743e568 samples/bpf: Add a "force" flag to XDP samples by Maciej Fijalkowski · 6 years ago
  100. 6a54576 samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} by Maciej Fijalkowski · 6 years ago