1. 4cbdef7 use new event_re option to improve vfscount by Brendan Gregg · 9 years ago
  2. ab4ca4c Merge pull request #168 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  3. 3fe56c3 Add gretap support for full mesh tunnel by Wei-Chun Chao · 9 years ago
  4. ef3b5d9 Merge pull request #166 from iovisor/bblanco_dev by 4ast · 9 years ago
  5. 85208ec Merge pull request #167 from brendangregg/master by Brenden Blanco · 9 years ago
  6. 39e1373 improve code by utilizing trace_readline_fields() by Brendan Gregg · 9 years ago
  7. ef2452d improve code by utilizing .clear() by Brendan Gregg · 9 years ago
  8. 9e5c352 Support versioning out of git tree in debuild by Brenden Blanco · 9 years ago
  9. bd8fea4 Add proper debian build support by Brenden Blanco · 9 years ago
  10. 0c7ab87 Merge pull request #165 from iovisor/bblanco_dev by 4ast · 9 years ago
  11. 254264a Fix print() breakage in python 2.7 environments by Brenden Blanco · 9 years ago
  12. 7eb074a Merge pull request #163 from iovisor/bblanco_dev by 4ast · 9 years ago
  13. b71f9fa test_trace4 is unreliable, use a different test regex by Brenden Blanco · 9 years ago
  14. 81a783a Add debug flag to enable prints from kernel verifier by Brenden Blanco · 9 years ago
  15. 88fda69 Merge pull request #162 from iovisor/bblanco_dev by 4ast · 9 years ago
  16. 5a888c7 Add regex support to attach_k[ret]probe by Brenden Blanco · 9 years ago
  17. f39d745 Merge pull request #161 from svinota/master by yonghong-song · 9 years ago
  18. d7a981f examples: use IPDB `wait_ip()` feature by Peter V. Saveliev · 9 years ago
  19. bb34fe7 Merge pull request #160 from iovisor/bblanco_dev by 4ast · 9 years ago
  20. 022f3d7 Add field support to trace_print and friends by Brenden Blanco · 9 years ago
  21. ee28632 Merge pull request #158 from iovisor/bblanco_dev by 4ast · 9 years ago
  22. 8e40c23 Fix map.clear() usage for array type maps by Brenden Blanco · 9 years ago
  23. 136d85f Merge pull request #157 from iovisor/bblanco_dev by 4ast · 9 years ago
  24. 4f74646 Add test case for clearing of maps from python by Brenden Blanco · 9 years ago
  25. 29856f6 Merge pull request #156 from iovisor/bblanco_dev by 4ast · 9 years ago
  26. 4101d2e Add BPF python helpers for reading trace_pipe by Brenden Blanco · 9 years ago
  27. 20e2342 Merge pull request #153 from brendangregg/master by Brenden Blanco · 9 years ago
  28. 9421054 tidier example by Brendan Gregg · 9 years ago
  29. 057b078 more examples of b[] syntax, fix func arg passing by Brendan Gregg · 9 years ago
  30. d3c27a7 Merge pull request #152 from iovisor/bblanco_dev by 4ast · 9 years ago
  31. 01ef55f Add getitem api to BPF object to reference tables by Brenden Blanco · 9 years ago
  32. ef67bb2 Merge pull request #151 from iovisor/bblanco_dev by 4ast · 9 years ago
  33. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  34. 307ac0b Merge pull request #150 from brendangregg/master by Brenden Blanco · 9 years ago
  35. ebdb242 save some syscalls by Brendan Gregg · 9 years ago
  36. 762b1b4 python 2 & 3 compatibility by Brendan Gregg · 9 years ago
  37. 177e07e support odd Linux distros by Brendan Gregg · 9 years ago
  38. ef4e1fc cleaner get_table calls by Brendan Gregg · 9 years ago
  39. 68abbec include paths by Brendan Gregg · 9 years ago
  40. 48fbc3e some bcc examples and tools by Brendan Gregg · 9 years ago
  41. 5484bad Merge pull request #134 from iovisor/bblanco_dev by 4ast · 9 years ago
  42. 29cd8bf Add format string argument to bpf-run by Brenden Blanco · 9 years ago
  43. 615db32 Merge pull request #133 from iovisor/bblanco_dev by 4ast · 9 years ago
  44. f1edfe4 Add bpf-run command line tool by Brenden Blanco · 9 years ago
  45. ada05c2 Merge pull request #132 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  46. 703bad5 add dhcp support for tunnel-mesh by Yonghong Song · 9 years ago
  47. f7a261d Merge pull request #130 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  48. b97dee3 Merge pull request #131 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  49. 780ce48 distributed_bridge: check ip address before validating traffic by Wei-Chun Chao · 9 years ago
  50. a7e9bf8 add vlan_learning and distributed_bridge in libbcc package by Yonghong Song · 9 years ago
  51. a0e58e0 Merge pull request #129 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  52. 7b90b52 distributed_bridge: wait for ns comes up before validating traffic by Wei-Chun Chao · 9 years ago
  53. 6e64585 Merge pull request #128 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  54. 8cea2e9 Merge pull request #127 from iovisor/bblanco_dev by 4ast · 9 years ago
  55. cb41b2b test_brb2: only account for IP and ARP packets by Wei-Chun Chao · 9 years ago
  56. 2582ecf Add testing for scanf/printf in python, deprecate table_update by Brenden Blanco · 9 years ago
  57. f8ee5bf Add sscanf C api for parsing key/leaf ascii to binary by Brenden Blanco · 9 years ago
  58. f04003e Merge pull request #126 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  59. df73a82 close ipr to avoid fd leak by Yonghong Song · 9 years ago
  60. 83f800f use pyroute2 IProute to remove the stale veth by Yonghong Song · 9 years ago
  61. 02bf681 Merge pull request #125 from iovisor/bblanco_dev by 4ast · 9 years ago
  62. a328d23 Support nested rewrite of trace arguments in bpf_trace_printk by Brenden Blanco · 9 years ago
  63. 4a09dd5 Add printf key/leaf writer functionality by Brenden Blanco · 9 years ago
  64. 3381c79 Merge pull request #123 from iovisor/bblanco_dev by 4ast · 9 years ago
  65. dfcdf0a Fix recursive loop in parsing pointer to self struct by Brenden Blanco · 9 years ago
  66. 1bd744d clean up potential conflict veth before creating new one in create_ns by Yonghong Song · 9 years ago
  67. 0d7245d Merge pull request #122 from iovisor/yhs_dev2 by Brenden Blanco · 9 years ago
  68. 0066ca5 Merge pull request #121 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  69. 4aca477 Merge pull request #120 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  70. b264e03 add connectivity validation in distributed bridge examples by Wei-Chun Chao · 9 years ago
  71. 8cb8e96 Fixing more ctrl-c problem by Yonghong Song · 9 years ago
  72. 8bbf062 print out simple_tc success at the end of test by Yonghong Song · 9 years ago
  73. e2a2c48 Add one line desc output for simple_tc by Yonghong Song · 9 years ago
  74. 949e9eb Merge pull request #119 from iovisor/bblanco_dev by 4ast · 9 years ago
  75. 5c387ba Cleanup some flags left on during development by Brenden Blanco · 9 years ago
  76. 985adf6 Add update_table API: accepts sscanf style strings and populates a map by Brenden Blanco · 9 years ago
  77. 8ac3ea7 Convert bpf_module structures to use vector instead of map for tables by Brenden Blanco · 9 years ago
  78. 0a1dc29 Remove some deprecated checks in bpf_module by Brenden Blanco · 9 years ago
  79. 00ee4fe Add LLVM IR based sscanf routine, to be run by the JIT by Brenden Blanco · 9 years ago
  80. 8c5661e Rename BPFTable to TableDesc by Brenden Blanco · 9 years ago
  81. 5a19f90 Extract table types from B programs as well by Brenden Blanco · 9 years ago
  82. 52b0a90 Add framework to support map string reader (fuse feature) by Brenden Blanco · 9 years ago
  83. fdb3f74 Merge pull request #118 from iovisor/bblanco_dev by 4ast · 9 years ago
  84. e913eb9 Change wording to "Recommended" by Brenden Blanco · 9 years ago
  85. bbc2b03 Add cmake checks for required test programs by Brenden Blanco · 9 years ago
  86. a753549 Merge pull request #117 from iovisor/bblanco_dev by 4ast · 9 years ago
  87. f889683 Move helper.h prototype for tail call into 4.2 section by Brenden Blanco · 9 years ago
  88. 644f0cc Merge pull request #116 from iovisor/bblanco_dev by 4ast · 9 years ago
  89. 39152d5 Add INSTALL.md instructions for using Ubuntu binary build by Brenden Blanco · 9 years ago
  90. db2b9c7 Merge pull request #115 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  91. 990d66d Flags for 4.3 were accidentally committed, revert by Brenden Blanco · 9 years ago
  92. b3d5864 Merge pull request #114 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  93. b67b607 release IPDB in host ns early by Wei-Chun Chao · 9 years ago
  94. 3ba6ad8 Merge pull request #113 from iovisor/bblanco_dev by weichunc · 9 years ago
  95. a44d4da Suggest Release and add X86 target in readme by Brenden Blanco · 9 years ago
  96. ee79f13 Merge pull request #112 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  97. ce09490 llvm 3.7+ deb is broken by Wei-Chun Chao · 9 years ago
  98. 06cfc59 Merge pull request #110 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  99. 930573e Merge pull request #111 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  100. cd5ffdf fix tunnel_mesh.py by Wei-Chun Chao · 9 years ago