1. 0cae0dd Fix syntax error in xdp_redirect_cpu.py (#1969) by Nguyen Phuong An · 6 years ago
  2. 64bf965 Update scripts to use `increment` (#1905) by Javier Honduvilla Coto · 6 years ago
  3. 3d9b687 examples/http_filter: Add pointer offset accounting for variable ip header len (#1868) by ChaosData · 6 years ago
  4. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  5. 87a873f Add DEVMAP, CPUMAP, and redirect_map() to the reference guide by Gary Lin · 6 years ago
  6. b50c725 Added vlan_filter application. (#1773) by smartx-usman · 6 years ago
  7. a82bfb0 tc_perf_event.py command fix by kernel-z · 6 years ago
  8. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  9. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  10. ce657b1 Fix TCPSendStack example stack id error handling by Teng Qin · 6 years ago
  11. 5cf8788 clang-format C++ API and example files by Teng Qin · 6 years ago
  12. bbc3fbf Merge pull request #1715 from iovisor/yhs_dev by 4ast · 6 years ago
  13. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 6 years ago
  14. 9f977c0 Add support of Cgroup Array in C++ by Teng Qin · 6 years ago
  15. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 6 years ago
  16. 914a78f add an example of accessing an externally created map in C++ by Yonghong Song · 6 years ago
  17. 505f98d properly retrieve IP address from array for python2.7 by Nirmoy Das · 6 years ago
  18. 570fd5e Allow obtaining BPFPerfBuffer pointer for polling by Teng Qin · 6 years ago
  19. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 6 years ago
  20. 7c34c05 sync_timing.py: remove unnecessary header file by Liu Bo · 6 years ago
  21. 8268edb urandomread.py: remove extra tail semicolon after TRACEPOINT_PROBE by Liu Bo · 6 years ago
  22. 8721814 Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY by Gary Lin · 6 years ago
  23. 67ae605 Remove semicolon at the end of define BPF_STACK_TRACE() by Song Liu · 6 years ago
  24. 830d58d libbpf: Support unbound raw socket creation by Olivier Tilmans · 7 years ago
  25. 1af99d4 Fix dns_matching example by Olivier Tilmans · 7 years ago
  26. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  27. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  28. b2b9133 examples:dns_matching: accept args from user by Prashant Bhole · 7 years ago
  29. af83f6f examples:dns_matching: make it work as DNS sniffer by Prashant Bhole · 7 years ago
  30. 7436872 examples:dns_matching: helper function for adding cache entry by Prashant Bhole · 7 years ago
  31. 1e21149 examples:dns_matching: fixed loop break condition by Prashant Bhole · 7 years ago
  32. 3c40c02 examples:dns_matching: added pragma directive for loop unrolling by Prashant Bhole · 7 years ago
  33. 07c21f0 examples:dns_matching: fix key length and buffer overrun by Prashant Bhole · 7 years ago
  34. 08dbf13 Merge pull request #1333 from samuelnair/fix-py-tut by Brendan Gregg · 7 years ago
  35. ec60e75 examples: fixed http_filter example by Prashant Bhole · 7 years ago
  36. 53e3afd examples: fix vlan_learning example by Prashant Bhole · 7 years ago
  37. e7a5bdc Modified the docs and example to make a fix for https://github.com/iovisor/bcc/issues/139 by Samuel Nair · 7 years ago
  38. 86bcc27 Fix compile errors with ENABLE_USDT=Off by Brenden Blanco · 7 years ago
  39. 7fef695 Add c-library only option by Brenden Blanco · 7 years ago
  40. 71fc3d5 move api and create dependent option by Brenden Blanco · 7 years ago
  41. f72909f Allow the flags to be specified in remove_xdp() by Gary Lin · 7 years ago
  42. b4691fb Add USDT sample (#1229) by bveldhoen · 7 years ago
  43. 9f3cab7 Add support for generic XDP mode by Andy Gospodarek · 7 years ago
  44. e69aaa8 Get correct PID in TCPSendStack example by Teng Qin · 7 years ago
  45. b84fb86 Merge pull request #1189 from iovisor/fix_test_brb by Brenden Blanco · 7 years ago
  46. 97a0cac Workaround for possible race in pyroute2.ipdb by Brenden Blanco · 7 years ago
  47. d1324ac remove trailing white spaces from source code files by Mauricio Vasquez B · 7 years ago
  48. af6f512 Add bpf_probe_read_str helper by Teng Qin · 7 years ago
  49. bd8370e KVM hypercall analysis example (#1082) by Suchakra Sharma · 7 years ago
  50. 24f77d7 stacksnoop: Retire and move to examples/tracing by Sasha Goldshtein · 7 years ago
  51. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 7 years ago
  52. 7a3e5bc Use new helper Macro across files by Teng Qin · 7 years ago
  53. db4d426 Add build option for installing C++ examples by Teng Qin · 7 years ago
  54. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 7 years ago
  55. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 7 years ago
  56. 98f5d4e Remove usyms.py and redundant ProcessSymbols class by Sasha Goldshtein · 7 years ago
  57. 9840a7b Example of using USDT by Teng Qin · 7 years ago
  58. a4feb69 Perf event example using C++ API by Teng Qin · 7 years ago
  59. cae072a Improve C++ API perf buffer polling by Teng Qin · 7 years ago
  60. ce1ce3f fix issue 829 by affansyed · 7 years ago
  61. 1223843 Set EXAMPLE_PROGRAMS in one line. by Zhiyi Sun · 7 years ago
  62. 33343b0 Fix bug of missing to install simple_tc.py by Zhiyi Sun · 7 years ago
  63. 759c76a hello_perf_output: match the data type of pid by Gary Lin · 8 years ago
  64. 13ebe8e Implement StatusTuple class instead of using std::tuple by Teng Qin · 8 years ago
  65. 284dd8e Examples of using BCC C++ API by Teng Qin · 8 years ago
  66. 082866d fix some typos (#810) by Taekho Nam · 8 years ago
  67. 87d27cf Fix Tracepoint example (#809) by Teng Qin · 8 years ago
  68. a2370ab Update examples and docs to use the new USDT API by Sasha Goldshtein · 8 years ago
  69. 676f357 src/lua: LuaJIT BPF compiler, examples, tests (#652) by Marek Vavruša · 8 years ago
  70. 112491a fixup the issue in which distributed_bridge example (#716) by zaafar · 8 years ago
  71. 5bd242c examples: fix indentation in tracing/tcpv4connect by Iago López Galeiras · 8 years ago
  72. bdad384 Add perf_submit_skb by Martin KaFai Lau · 8 years ago
  73. d602d6b MySQL USDT tool and example (#642) by Brendan Gregg · 8 years ago
  74. ae05984 Add support to xdp_drop_count for clsact mode by Brenden Blanco · 8 years ago
  75. 8db68e8 Add xdp_drop_count example by Brenden Blanco · 8 years ago
  76. 08fbceb remove unused MSG_MAX by Brendan Gregg · 8 years ago
  77. eb1b70d fix uprobe examples to read correct argument by Brendan Gregg · 8 years ago
  78. 239e863 tutorials: end-user, and python developer by Brendan Gregg · 8 years ago
  79. af98a1d return 0 on hello_worlds by Brendan Gregg · 8 years ago
  80. b79df7b merge task_switch example by Brendan Gregg · 8 years ago
  81. 9894e3e merge disksnoop example by Brendan Gregg · 8 years ago
  82. 310ab53 merge bitehist example by Brendan Gregg · 8 years ago
  83. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  84. a4159da use new tracepoint support (#608) by Brendan Gregg · 8 years ago
  85. e422f5e A tracepoint example (#596) by Brendan Gregg · 8 years ago
  86. f9dbfd8 Merge pull request #535 from MQasimSarfraz/patch-1 by Brenden Blanco · 8 years ago
  87. 6dcb7d3 Removing htons in tunnel.py for consistency. by Qasim Sarfraz · 8 years ago
  88. 8cbc816 invalid access fixed. parameter for specify the interface added by Bertrone Matteo · 8 years ago
  89. b263926 Merge branch 'master' into patch-1 by Qasim Sarfraz · 8 years ago
  90. f712dca Avoid byte swap for vxlan port by Qasim Sarfraz · 8 years ago
  91. b0f8e00 Updated the cmake file system to include lua and new networking tools. by Zaafar Ahmed · 8 years ago
  92. ce86b46 Missed this one by extracting this from my actual program. by Valkum · 8 years ago
  93. e3a1c18 Add dns_matching example with test case for for unroll, as requested at iovisor-dev@lists.iovisor.org by Valkum · 8 years ago
  94. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 8 years ago
  95. f7fe094 lua: Implement "Hello world" USDT example by Vicent Marti · 8 years ago
  96. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  97. 9911182 Use local key/leaf definition instead of bpf_tunnel_key by Brenden Blanco · 8 years ago
  98. 6d14b2f lua: Make all probes executable by Vicent Marti · 8 years ago
  99. 55d75ca lua: Use the new native Symbol resolver by Vicent Marti · 8 years ago
  100. fbf7193 lua: Properly support high-range 64 addresses by Vicent Marti · 8 years ago