1. e3a1c18 Add dns_matching example with test case for for unroll, as requested at iovisor-dev@lists.iovisor.org by Valkum · 8 years ago
  2. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 8 years ago
  3. f7fe094 lua: Implement "Hello world" USDT example by Vicent Marti · 8 years ago
  4. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  5. 9911182 Use local key/leaf definition instead of bpf_tunnel_key by Brenden Blanco · 8 years ago
  6. 6d14b2f lua: Make all probes executable by Vicent Marti · 8 years ago
  7. 55d75ca lua: Use the new native Symbol resolver by Vicent Marti · 8 years ago
  8. fbf7193 lua: Properly support high-range 64 addresses by Vicent Marti · 8 years ago
  9. afd4303 memleak.lua: Fix indentation by Vicent Marti · 8 years ago
  10. e789360 bpf.lua: Add support for CFLAGS and LLVM debug flags by Vicent Marti · 8 years ago
  11. df11f32 Add a few examples written in Lua by Vicent Marti · 8 years ago
  12. 8889906 examples: Add `mallocstacks` by Vicent Marti · 8 years ago
  13. d0764aa make tcpv4connect.py example tracer more robust by Jean-Tiare Le Bigot · 9 years ago
  14. a8e4f46 readme fixed by Bertrone Matteo · 9 years ago
  15. 0c0ef11 Added files via upload by Bertrone Matteo · 9 years ago
  16. 46974b1 http_filter renamed, README fixed by Bertrone Matteo · 9 years ago
  17. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  18. c5d917b README changes by Bertrone Matteo · 9 years ago
  19. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago
  20. 8177cdb http filter example by Bertrone Matteo · 9 years ago
  21. b095058 http filter example by Bertrone Matteo · 9 years ago
  22. 0030d34 more strlen examples by Brendan Gregg · 9 years ago
  23. 7adab96 Add uprobe strlen histogram example by Brenden Blanco · 9 years ago
  24. 5bd0eb2 Updates to use cmake GLOB and libbcc.so.0 in python init by Brenden Blanco · 9 years ago
  25. 98d0beb Update trace perf output with struct deserialize example by Brenden Blanco · 9 years ago
  26. aeca6bf Let perf_output be always per-cpu by Brenden Blanco · 9 years ago
  27. 7598249 Add per-cpu parameters to buffered perf output by Brenden Blanco · 9 years ago
  28. d0daf6a Add perf_output support for high rate events by Brenden Blanco · 9 years ago
  29. c43e990 Reorganize examples into subdirectories by Brenden Blanco · 9 years ago
  30. f06d3b4 tcpconnect for IPv4 and IPv6, and make tcpv4connect a trimmed example by Brendan Gregg · 9 years ago
  31. 0823f56 improve comments for prime example by Brendan Gregg · 9 years ago
  32. 8d70a88 use BPF_HISTOGRAM by Brendan Gregg · 9 years ago
  33. 30abd81 use bpf_log2l helper by Brendan Gregg · 9 years ago
  34. 665c5b0 variable name typo by Brendan Gregg · 9 years ago
  35. 6ed4a49 accomodate mq block device I/O by Brendan Gregg · 9 years ago
  36. 5853e72 shorten disksnoop.c example further by Brendan Gregg · 9 years ago
  37. 75f47be delete unused variable by Brendan Gregg · 9 years ago
  38. f92e668 improve and shorten BPF_HASH usage by Brendan Gregg · 9 years ago
  39. 32097d9 Always autoload k[ret]probe__ prefixed functions by Brenden Blanco · 9 years ago
  40. ab660b3 Autoload kprobes for all types of trace_* functions by Brenden Blanco · 9 years ago
  41. e12a95d Denote auto-loading with k[ret]probe__ prefix by Brenden Blanco · 9 years ago
  42. 4fd308f Support automatic kprobe event detection in common case by Brenden Blanco · 9 years ago
  43. 79553c2 Merge pull request #184 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  44. e845c52 shorten hello world example by Brendan Gregg · 9 years ago
  45. 08af9e4 no longer need the clear() by Brendan Gregg · 9 years ago
  46. f32a67c make bitehist a simpler example of log2 histograms by Brendan Gregg · 9 years ago
  47. 7bc5b99 add print_log2_hist() from #143 by Brendan Gregg · 9 years ago
  48. 288e18e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  49. 7b9e5f1 Add BPF_HASH macro with variadic arguments by Brenden Blanco · 9 years ago
  50. 819334e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  51. d21af64 simplify code using new features by Brendan Gregg · 9 years ago
  52. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  53. c8b6698 Minor change to task_switch example syntax by Brenden Blanco · 9 years ago
  54. 3fe56c3 Add gretap support for full mesh tunnel by Wei-Chun Chao · 9 years ago
  55. 39e1373 improve code by utilizing trace_readline_fields() by Brendan Gregg · 9 years ago
  56. ef2452d improve code by utilizing .clear() by Brendan Gregg · 9 years ago
  57. d7a981f examples: use IPDB `wait_ip()` feature by Peter V. Saveliev · 9 years ago
  58. 022f3d7 Add field support to trace_print and friends by Brenden Blanco · 9 years ago
  59. 4101d2e Add BPF python helpers for reading trace_pipe by Brenden Blanco · 9 years ago
  60. 057b078 more examples of b[] syntax, fix func arg passing by Brendan Gregg · 9 years ago
  61. 01ef55f Add getitem api to BPF object to reference tables by Brenden Blanco · 9 years ago
  62. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  63. ebdb242 save some syscalls by Brendan Gregg · 9 years ago
  64. 762b1b4 python 2 & 3 compatibility by Brendan Gregg · 9 years ago
  65. 177e07e support odd Linux distros by Brendan Gregg · 9 years ago
  66. ef4e1fc cleaner get_table calls by Brendan Gregg · 9 years ago
  67. 68abbec include paths by Brendan Gregg · 9 years ago
  68. 48fbc3e some bcc examples and tools by Brendan Gregg · 9 years ago
  69. 703bad5 add dhcp support for tunnel-mesh by Yonghong Song · 9 years ago
  70. f7a261d Merge pull request #130 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  71. 780ce48 distributed_bridge: check ip address before validating traffic by Wei-Chun Chao · 9 years ago
  72. a7e9bf8 add vlan_learning and distributed_bridge in libbcc package by Yonghong Song · 9 years ago
  73. 7b90b52 distributed_bridge: wait for ns comes up before validating traffic by Wei-Chun Chao · 9 years ago
  74. df73a82 close ipr to avoid fd leak by Yonghong Song · 9 years ago
  75. 83f800f use pyroute2 IProute to remove the stale veth by Yonghong Song · 9 years ago
  76. 1bd744d clean up potential conflict veth before creating new one in create_ns by Yonghong Song · 9 years ago
  77. 0d7245d Merge pull request #122 from iovisor/yhs_dev2 by Brenden Blanco · 9 years ago
  78. 0066ca5 Merge pull request #121 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  79. b264e03 add connectivity validation in distributed bridge examples by Wei-Chun Chao · 9 years ago
  80. 8cb8e96 Fixing more ctrl-c problem by Yonghong Song · 9 years ago
  81. 8bbf062 print out simple_tc success at the end of test by Yonghong Song · 9 years ago
  82. e2a2c48 Add one line desc output for simple_tc by Yonghong Song · 9 years ago
  83. b67b607 release IPDB in host ns early by Wei-Chun Chao · 9 years ago
  84. 06cfc59 Merge pull request #110 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  85. cd5ffdf fix tunnel_mesh.py by Wei-Chun Chao · 9 years ago
  86. c90bece better clean up of created namespace/interfaces if ctrl-c is pressed by Yonghong Song · 9 years ago
  87. ee92dcc Assign ip address to br by Wei-Chun Chao · 9 years ago
  88. b37f8a0 update tunnel_key prototypes by Alexei Starovoitov · 9 years ago
  89. fd270a9 import "input" from "builtins" for python v2/v3 compatibility by Yonghong Song · 9 years ago
  90. 50f1242 full mesh vxlan example without multicast by Wei-Chun Chao · 9 years ago
  91. 3f12ca2 Add distributed bridge example, using vxlan mcast by Brenden Blanco · 9 years ago
  92. 6d8381c update ifindex/vlan info unconditionally in the map in vlan_learning example by Yonghong Song · 9 years ago
  93. 540d45a simply vlan_learning example with newer vlan_push/pop helpers by Yonghong Song · 9 years ago
  94. 9d2f33a Restore disable_ipv6 of out_ifc in simulation.py by Brenden Blanco · 9 years ago
  95. a3ef55b Change to simulator arguments for readability by Brenden Blanco · 9 years ago
  96. fd4e4a5 Bugfix for simulation.py by Brenden Blanco · 9 years ago
  97. a51ec2f add required parameter ifc_name for additional ifc adding to ns by Yonghong Song · 9 years ago
  98. 485af95 rewrite test_brb/test_brb2 python binding with pyroute2 by Yonghong Song · 9 years ago
  99. 46176a1 Update README with install info, few cleanups by Brenden Blanco · 9 years ago
  100. f2ea631 Update missing monitor.c to use cursor_advance by Brenden Blanco · 9 years ago