1. 6669570 Add an FAQ entry to provide workaround for potential bpf pkg installation problem. by Yonghong Song · 9 years ago
  2. b25d3b8 fix README to provide more clarity for potential python pkg installation issue by Yonghong Song · 9 years ago
  3. c989d1a Merge pull request #51 from iovisor/marcol_dev by 4ast · 9 years ago
  4. 5270dcd Merge pull request #50 from iovisor/bblanco_dev by 4ast · 9 years ago
  5. 0283f82 Turn off vlan_learning BPF debug by Brenden Blanco · 9 years ago
  6. 35de050 Update FAQs to include minimal kernel instructions by Marco Leogrande · 9 years ago
  7. 004f005 Remove the BPF_EXPORT macro, use rewriter instead by Brenden Blanco · 9 years ago
  8. 1f1d98b Update README with kernel headers information by Marco Leogrande · 9 years ago
  9. 2e657fe Merge pull request #49 from iovisor/bblanco_dev by 4ast · 9 years ago
  10. 839dd27 Add kprobe auto-cleanup and header fix by Brenden Blanco · 9 years ago
  11. 8b95e0c Merge pull request #48 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  12. 2036c50 avoid include file linux/bpf.h in helpers.h by Yonghong Song · 9 years ago
  13. a8b4d8b Merge pull request #47 from iovisor/bblanco_dev by 4ast · 9 years ago
  14. af95673 Add a Learning VLAN program example by Brenden Blanco · 9 years ago
  15. dce98b9 Merge pull request #46 from iovisor/yhs_dev by 4ast · 9 years ago
  16. 42cd96b add another bridge-router-bridge test (test_brb2) by Yonghong Song · 9 years ago
  17. 5526c3d Merge pull request #45 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  18. 5604fc8 use 64bit ulonglong to represent mac address by Yonghong Song · 9 years ago
  19. 77b26e1 Merge pull request #44 from iovisor/yhs_dev by 4ast · 9 years ago
  20. 5c483e3 use ethernet->src/dst to get mac address instead of primitive load_* functions by Yonghong Song · 9 years ago
  21. febb97e Merge pull request #43 from iovisor/dext-fix by 4ast · 9 years ago
  22. dff16eb Merge pull request #42 from iovisor/yhs_dev by 4ast · 9 years ago
  23. 56e5163 Fix for >32B bpf_pkt_dext calls by Brenden Blanco · 9 years ago
  24. 4ed03af add a bridge-router-bridge test with router implemented as a namespace by Yonghong Song · 9 years ago
  25. 0b680a2 Merge pull request #40 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  26. 0d05657 start building FAQ by Alexei Starovoitov · 9 years ago
  27. 030c576 Merge pull request #39 from iovisor/revision-fix by 4ast · 9 years ago
  28. 9c8bd81 Omit leading 'v' from python .tar.gz revision by Brenden Blanco · 9 years ago
  29. a0adc86 Merge pull request #38 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  30. 955f3b6 build without have to install llvm/clang by Alexei Starovoitov · 9 years ago
  31. 6b26870 Merge pull request #37 from iovisor/quick_fix by 4ast · 9 years ago
  32. 756ce75 Drop 'experimental' from README.md by Brenden Blanco · 9 years ago
  33. d033c0a Merge pull request #36 from iovisor/install_cleanups by 4ast · 9 years ago
  34. 8310291 Make installation prefixes more realistic by Brenden Blanco · 9 years ago
  35. c765d24 Merge pull request #34 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  36. ab6a37f fix build with gcc < 4.9 by Alexei Starovoitov · 9 years ago
  37. f6b7c9b Merge pull request #33 from iovisor/bblanco_dev by 4ast · 9 years ago
  38. 003b1dd Fix test_call1 for systems without default qdisc by Brenden Blanco · 9 years ago
  39. 6acc0a5 Merge pull request #32 from iovisor/bblanco_dev by 4ast · 9 years ago
  40. 3c0fb6f Fix test_xlate1 when systems have no default tc by Brenden Blanco · 9 years ago
  41. 2eb6c3b Merge pull request #31 from iovisor/bblanco_dev by 4ast · 9 years ago
  42. c785238 Remove BPF_LL_OFF usage by Brenden Blanco · 9 years ago
  43. b07dab8 Merge pull request #30 from iovisor/bblanco_dev by 4ast · 9 years ago
  44. d8acf6f Add python packaging for the bpf library by Brenden Blanco · 9 years ago
  45. 734a3ec Merge pull request #29 from iovisor/bblanco_dev by 4ast · 9 years ago
  46. 41d10e2 Add simple single file example by Brenden Blanco · 9 years ago
  47. 6c0311e Merge pull request #28 from iovisor/bblanco_dev by 4ast · 9 years ago
  48. 246b942 Update license in source code to be Apache 2 by Brenden Blanco · 9 years ago
  49. 826136e Merge pull request #27 from plumgrid/bblanco_dev by 4ast · 9 years ago
  50. bb7200c Convert to using pyroute2 for tc by Brenden Blanco · 9 years ago
  51. 7249bea Create COPYRIGHT.txt by Brenden Blanco · 9 years ago
  52. 7d942da Create LICENSE.txt by Brenden Blanco · 9 years ago
  53. c3f57e6 Merge pull request #25 from plumgrid/bblanco_dev by 4ast · 9 years ago
  54. f178be9 Rename files and a few functions by Brenden Blanco · 9 years ago
  55. f197faf Merge pull request #24 from plumgrid/bblanco_dev by 4ast · 9 years ago
  56. 22a419b Add support for packet field write by Brenden Blanco · 9 years ago
  57. 9678393 Merge pull request #23 from plumgrid/bblanco_dev by 4ast · 9 years ago
  58. d23d699 Return 0 in lookup_or_init error path by Brenden Blanco · 9 years ago
  59. d550d32 Merge pull request #22 from plumgrid/bblanco_dev by 4ast · 9 years ago
  60. 2833386 Add packet read syntax to c parser by Brenden Blanco · 9 years ago
  61. fba3e5c Merge pull request #21 from plumgrid/yhs_dev by Brenden · 9 years ago
  62. c31ca80 Fix a python (version 2.7.3) error by Yonghong Song · 9 years ago
  63. cecd0da Merge pull request #20 from plumgrid/small_test_fix by 4ast · 9 years ago
  64. 0504599 Fix for 2 tests by Brenden Blanco · 9 years ago
  65. 1910956 Merge pull request #19 from plumgrid/llvm_fix by 4ast · 9 years ago
  66. 7d78f38 Fix for LLVM C++ api change by Brenden Blanco · 9 years ago
  67. 4532038 Merge pull request #18 from plumgrid/issue16_cleanups by 4ast · 9 years ago
  68. 083a31d Address comments and add tail_call example by Brenden Blanco · 9 years ago
  69. ac56b0e Merge pull request #17 from plumgrid/issue16 by 4ast · 9 years ago
  70. 414d614 Address some of Issue #16 by Brenden Blanco · 9 years ago
  71. c848e55 Merge pull request #15 from plumgrid/clang_b_lang by 4ast · 9 years ago
  72. 7009b55 Add clang support to bcc by Brenden Blanco · 9 years ago
  73. 691692e Merge pull request #14 from plumgrid/plumgrid/ysong_dev by Brenden · 9 years ago
  74. b8cb323 fix a typo by Yonghong Song · 9 years ago
  75. 3d1d835 Merge pull request #11 from plumgrid/clang_dev by 4ast · 9 years ago
  76. 25245bf Use clang as a lib to parse the helper file live by Brenden Blanco · 9 years ago
  77. ba97c27 Merge pull request #9 from plumgrid/fix_issue8 by Brenden · 9 years ago
  78. 44b93de Fix for Issue #8, pkt.rewrite_field by Brenden Blanco · 9 years ago
  79. 29cc81e Merge pull request #7 from plumgrid/clang-300 by 4ast · 9 years ago
  80. 3bf4147 Reduce strength of clang requirement to 3.0 by Brenden Blanco · 9 years ago
  81. 54be0e4 Merge pull request #6 from plumgrid/ast_dev by Brenden · 9 years ago
  82. e36c094 fix build with bison 2.5 by Alexei Starovoitov · 9 years ago
  83. 3aef7f5 Remove breakpoint in virsh script left on accident by Brenden Blanco · 9 years ago
  84. 452de20 Updated README, example virt-install script by Brenden Blanco · 9 years ago
  85. c3c4fc1 Create README.md by Brenden · 9 years ago
  86. cd5cb41 Initial commit by Brenden Blanco · 9 years ago
  87. a94bd93 Initial commit by Brenden Blanco · 9 years ago