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