1. e96836d docs: fix parameters of bpf_trace_printk() (#2121) by Xiaozhou Liu · 5 years ago
  2. 75836ef tutorial: align the header in opensnoop (#2105) by detailyang · 5 years ago
  3. 53b01c6 sync with latest net-next bpf uapi headers (#2100) by yonghong-song · 5 years ago
  4. a07ab90 Update the tutorial to match what is currently in the examples (#2061) by William Cohen · 6 years ago
  5. 082d256 docs: fix kernel versions (#2031) by Xiaozhou Liu · 6 years ago
  6. 2a68bd8 sync with latest net-next by Yonghong Song · 6 years ago
  7. d4b2387 sync with latest net-next bpf headers (#2001) by yonghong-song · 6 years ago
  8. 4263e1a Documentation: add function calls in 4.16 (#1994) by Alban Crequy · 6 years ago
  9. 3835b2d sync header to latest net-next (#1932) by yonghong-song · 6 years ago
  10. d923366 Documentation: Added table for program type and its helper functions (#1881) by Ravi Kiran Eticala · 6 years ago
  11. 64bf965 Update scripts to use `increment` (#1905) by Javier Honduvilla Coto · 6 years ago
  12. 230c9c0 Allow arbitrary hashtable increments. Fixes #1742 (#1897) by Javier Honduvilla Coto · 6 years ago
  13. bfecc24 clang: loader: Allow user to override kernel version (#1895) by Joel · 6 years ago
  14. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  15. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  16. 87a873f Add DEVMAP, CPUMAP, and redirect_map() to the reference guide by Gary Lin · 6 years ago
  17. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  18. 1ed0023 docs: update BPF features list (tracepoints to debug eBPF were removed) by Quentin Monnet · 6 years ago
  19. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 6 years ago
  20. df3b6b2 docs: update BPF features list and tell how to list components by Quentin Monnet · 6 years ago
  21. 4e28545 sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  22. f0ed59d document debug flags by Matthew Ahrens · 6 years ago
  23. bca047d document cflags argument to BPF() by Matthew Ahrens · 6 years ago
  24. a643154 Add bpf_get_prandom_u32() to reference guide by Howard McLauchlan · 6 years ago
  25. 626a200 fix some spelling errors by Nirmoy Das · 6 years ago
  26. 5ddc64e sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  27. 94495e2 docs: add latest eBPF helpers to features list by Quentin Monnet · 6 years ago
  28. d047120 docs: fix commit hash and link for bpf_redirect_map() by Quentin Monnet · 6 years ago
  29. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 6 years ago
  30. ad07ea2 docs: fix commit hash and links for bpf_set_hash() and bpf_setsockopt() by Quentin Monnet · 6 years ago
  31. 530fa0e sync bpf compat headers with latest net-next by Yonghong Song · 6 years ago
  32. 05afab3 Make kernel-versions commit hashes monospace by Teng Qin · 6 years ago
  33. 70d044b Add BPF_PROG_ARRAY and map.call() to the reference guide by Gary Lin · 6 years ago
  34. df55284 Merge pull request #1547 from pchaigno/doc-bpf-get-current-task by yonghong-song · 6 years ago
  35. baffe08 doc: bpf_get_current_task helper by Paul Chaignon · 6 years ago
  36. 00ee3cb bpf_getsockopt in docs/kernel-versions.md by Paul Chaignon · 6 years ago
  37. cbe300c Add a few trace.py examples in tutorial.md by Yonghong Song · 6 years ago
  38. 553db0b Add bpf_override_return to docs/kernel-versions.md by Howard McLauchlan · 6 years ago
  39. 6e34556 clarification for whitelisting to allow bpf_override by Howard McLauchlan · 6 years ago
  40. 0e558eb add docs for bpf_override_return by Howard McLauchlan · 6 years ago
  41. 8eae755 Add new bpf_xdp_adjust_meta to docs/kernel-versions.md by Gary Lin · 6 years ago
  42. 4186f5e Add new bpf_perf_{event|prog}_read_value helpers implementation by Teng Qin · 6 years ago
  43. 44ad8a1 Always use spaces in C in the tutorial by William Stewart · 7 years ago
  44. a135d89 Merge pull request #1363 from navytux/y/probe-read-const by yonghong-song · 7 years ago
  45. 649e7f0 BCC macro for the creation of LPM trie maps (#1359) by Paul Chaignon · 7 years ago
  46. 2dc7daa bpf_probe_read*: src argument should be const void *. by Kirill Smelkov · 7 years ago
  47. e9e072c Update docs/kernel-versions.md for xdp/veth by Gary Lin · 7 years ago
  48. 08dbf13 Merge pull request #1333 from samuelnair/fix-py-tut by Brendan Gregg · 7 years ago
  49. f1c0be8 docs: update features list by Quentin Monnet · 7 years ago
  50. e7a5bdc Modified the docs and example to make a fix for https://github.com/iovisor/bcc/issues/139 by Samuel Nair · 7 years ago
  51. 4b8146f Update obsolete file name bitesize -> bitehist by Tian Xin · 7 years ago
  52. 8e26b49 Correct commit id for BPF_FUNC_get_socket_cookie by Paul Chaignon · 7 years ago
  53. b9f4218 explain that 'args' can be used as 'ctx' in tracepoints by Jean-Tiare Le Bigot · 7 years ago
  54. dc777af docs: update features list by Quentin Monnet · 7 years ago
  55. 555b45e Added helpers for BPF_PERCPU_ARRAY (#1230) by Romain · 7 years ago
  56. af6f512 Add bpf_probe_read_str helper by Teng Qin · 7 years ago
  57. 965910c docs: update feature list for 4.12 by Tobias Klauser · 7 years ago
  58. 4ca8fb3 docs: update features list (ThunderX support for XDP) by Quentin Monnet · 7 years ago
  59. 9cfce17 docs: update features list by Quentin Monnet · 7 years ago
  60. 9556db2 docs: add generic XDP to XDP compatible list (#1118) by Tobias Klauser · 7 years ago
  61. bcf7e3a docs: update list of XDP compatible drivers by Quentin Monnet · 7 years ago
  62. 4b764de Add callback for perf buffer lost sample events (#1092) by Teng Qin · 7 years ago
  63. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 7 years ago
  64. 9cb5572 fixdoc by Teng Qin · 7 years ago
  65. 26ef4c2 Update documentation for new helper Macros by Teng Qin · 7 years ago
  66. b991fef docs: add the supplementary commits for LRU hashes by Gary Lin · 7 years ago
  67. 7fc89d6 docs: update features list (new maps: array/hash of maps) by Quentin Monnet · 7 years ago
  68. 8ef6eb8 Update tutorial_bcc_python_developer.md (#1017) by Alan Thompson · 7 years ago
  69. 3febfa4 Merge pull request #997 from markdrayton/perf-buffer-size by Brenden Blanco · 7 years ago
  70. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 7 years ago
  71. 4953ab6 docs: Update eBPF features list by Quentin Monnet · 7 years ago
  72. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 7 years ago
  73. febed33 Simplify BCC symbol resolution API by Sasha Goldshtein · 7 years ago
  74. e1a45f3 bcc: update kernel-versions.md for lpm trie change by Huapeng Zhou · 7 years ago
  75. dbbaa37 docs/kernel-versions: add reference to powerpc64 constant blinding support by Naveen N. Rao · 7 years ago
  76. c2abf30 docs: fix "BPF attached to sockets" commit link by Edward Shao · 7 years ago
  77. e682846 docs: keep track of when prealloc of map elements were introduced by Jesper Dangaard Brouer · 7 years ago
  78. 39cece4 add print_linear_hist() for linear histograms by Brendan Gregg · 7 years ago
  79. ffafaf5 docs: Update eBPF features list by Quentin Monnet · 7 years ago
  80. 6d93113 docs: Fix typos by Jakub Wilk · 8 years ago
  81. 0e1b942 Fix argument type for increment() in documentation (#794) by Paul Chaignon · 8 years ago
  82. a11611c Fix typo in documentation (#801) by Jan-Erik Rediger · 8 years ago
  83. a2370ab Update examples and docs to use the new USDT API by Sasha Goldshtein · 8 years ago
  84. 12a09dc docs: Update eBPF features list by kernel version (#717) by Quentin Monnet · 8 years ago
  85. 31bb7f3 Mention that tracepoint support requires Linux 4.7 by Paul Chaignon · 8 years ago
  86. f3146cb Adjustments to the documentation by Paul Chaignon · 8 years ago
  87. 138c79a Improve tutorial by Teng Qin · 8 years ago
  88. 1e45e67 Motivate delete() before update() in tutorial (#651) by Paul Chaignon · 8 years ago
  89. 3069caa add open_perf_event api for reading perf counters (#643) by Brenden Blanco · 8 years ago
  90. 7704528 tutorial: add missing return in hello_world example by Igor Sugak · 8 years ago
  91. e5b471e Fix typo in the reference guide by Gary Lin · 8 years ago
  92. 3a50be4 fix reference_guide.md bpf_get_current_comm search by Junli Ou · 8 years ago
  93. 749aa7b typos by Brendan Gregg · 8 years ago
  94. c0c0460 fix local links by Brendan Gregg · 8 years ago
  95. fc5332a add a reference guide by Brendan Gregg · 8 years ago
  96. 08fbceb remove unused MSG_MAX by Brendan Gregg · 8 years ago
  97. c9d9a32 add uprobe lesson to tutorial by Brendan Gregg · 8 years ago
  98. 239e863 tutorials: end-user, and python developer by Brendan Gregg · 8 years ago
  99. fc05b07 kernel version guide (#577) by Brendan Gregg · 8 years ago