1. 8ac3ea7 Convert bpf_module structures to use vector instead of map for tables by Brenden Blanco · 9 years ago
  2. 0a1dc29 Remove some deprecated checks in bpf_module by Brenden Blanco · 9 years ago
  3. 00ee4fe Add LLVM IR based sscanf routine, to be run by the JIT by Brenden Blanco · 9 years ago
  4. 8c5661e Rename BPFTable to TableDesc by Brenden Blanco · 9 years ago
  5. 5a19f90 Extract table types from B programs as well by Brenden Blanco · 9 years ago
  6. 52b0a90 Add framework to support map string reader (fuse feature) by Brenden Blanco · 9 years ago
  7. f889683 Move helper.h prototype for tail call into 4.2 section by Brenden Blanco · 9 years ago
  8. 990d66d Flags for 4.3 were accidentally committed, revert by Brenden Blanco · 9 years ago
  9. 2b2161f Move rest of frontend implementation into subdirs by Brenden Blanco · 9 years ago
  10. d710bd7 Move (some) frontend specific logic to the respective directories by Brenden Blanco · 9 years ago
  11. 13fabb7 Move frontends into individual directories by Brenden Blanco · 9 years ago
  12. bc6a863 Enable memory cleanup in Clang, otherwise 500KB lost per compile by Brenden Blanco · 9 years ago
  13. a151c1e Merge pull request #102 from iovisor/bblanco_dev by yonghong-song · 9 years ago
  14. e06f10a Add pkg-config support and include compat/linux* in packaging by Brenden Blanco · 9 years ago
  15. 3666a92 Add version check for functions only in >= 4.3 kernel by Brenden Blanco · 9 years ago
  16. 268fda2 fix incorrect DataLayout by Alexei Starovoitov · 9 years ago
  17. b37f8a0 update tunnel_key prototypes by Alexei Starovoitov · 9 years ago
  18. 759029f Add option for custom log string to bpf_prog_load by Brenden Blanco · 9 years ago
  19. ddf2bf8 Add bpf_tunnel_info and helpers by Brenden Blanco · 9 years ago
  20. 32109bf Include libbpf.h in some places, cleanup constants by Brenden Blanco · 9 years ago
  21. fdb0ace Add #define for ".bpf.fn." by Brenden Blanco · 9 years ago
  22. ba7dd24 Add index-based function references to c api by Brenden Blanco · 9 years ago
  23. 62af2db Kill wrapper .h, add #include to libbpf.h by Brenden Blanco · 9 years ago
  24. 3dd85d1 Include bcc headers in /usr/include by Brenden Blanco · 9 years ago
  25. 540d45a simply vlan_learning example with newer vlan_push/pop helpers by Yonghong Song · 9 years ago
  26. 53d45da Cache function handles in BPF class by Brenden Blanco · 9 years ago
  27. 44f5e86 use better error reporting interface by Yonghong Song · 9 years ago
  28. 894e3e0 add error checking/reporting in case that maps/prog is not supported by Yonghong Song · 9 years ago
  29. ab21dcd use running linux version number for feature availability checking by Yonghong Song · 9 years ago
  30. 46176a1 Update README with install info, few cleanups by Brenden Blanco · 9 years ago
  31. f275d3d Add multiple build support styles by Brenden Blanco · 9 years ago
  32. 439a9f3 WIP: rpm packaging by Brenden Blanco · 9 years ago
  33. 3c8c6de Update libvirt script to use fedora22 by Brenden Blanco · 9 years ago
  34. 6ec65e4 Drop PROTO macro syntax and introduce alternative by Brenden Blanco · 9 years ago
  35. b711d45 Automate bpf_probe_read by Brenden Blanco · 9 years ago
  36. 561dafc Clean some brittle parts of clang rewriter by Brenden Blanco · 9 years ago
  37. 5891757 Add vxlan tunnel monitoring example by Brenden Blanco · 9 years ago
  38. 6d82a58 Make python table accesses more pythonic by Brenden Blanco · 9 years ago
  39. 9704eb6 add get_current_pid/tgid/uid/gid/comm helpers by Alexei Starovoitov · 9 years ago
  40. 71c3638 Automatically compute sizeof in bpf_trace_printk by Brenden Blanco · 9 years ago
  41. 00b8a40 Fix python2.7 compatibility breakage by Brenden Blanco · 9 years ago
  42. c546271 Automatically detect key/leaf type in clang by Brenden Blanco · 9 years ago
  43. 260d516 Cleanups for some build/compile failures by Brenden Blanco · 9 years ago
  44. 004f005 Remove the BPF_EXPORT macro, use rewriter instead by Brenden Blanco · 9 years ago
  45. 839dd27 Add kprobe auto-cleanup and header fix by Brenden Blanco · 9 years ago
  46. 8b95e0c Merge pull request #48 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  47. 2036c50 avoid include file linux/bpf.h in helpers.h by Yonghong Song · 9 years ago
  48. af95673 Add a Learning VLAN program example by Brenden Blanco · 9 years ago
  49. febb97e Merge pull request #43 from iovisor/dext-fix by 4ast · 9 years ago
  50. 56e5163 Fix for >32B bpf_pkt_dext calls by Brenden Blanco · 9 years ago
  51. 4ed03af add a bridge-router-bridge test with router implemented as a namespace by Yonghong Song · 9 years ago
  52. 8310291 Make installation prefixes more realistic by Brenden Blanco · 9 years ago
  53. ab6a37f fix build with gcc < 4.9 by Alexei Starovoitov · 9 years ago
  54. c785238 Remove BPF_LL_OFF usage by Brenden Blanco · 9 years ago
  55. d8acf6f Add python packaging for the bpf library by Brenden Blanco · 9 years ago
  56. 41d10e2 Add simple single file example by Brenden Blanco · 9 years ago
  57. 246b942 Update license in source code to be Apache 2 by Brenden Blanco · 9 years ago
  58. bb7200c Convert to using pyroute2 for tc by Brenden Blanco · 9 years ago
  59. f178be9 Rename files and a few functions by Brenden Blanco · 9 years ago
  60. 22a419b Add support for packet field write by Brenden Blanco · 9 years ago
  61. d23d699 Return 0 in lookup_or_init error path by Brenden Blanco · 9 years ago
  62. 2833386 Add packet read syntax to c parser by Brenden Blanco · 9 years ago
  63. 0504599 Fix for 2 tests by Brenden Blanco · 9 years ago
  64. 7d78f38 Fix for LLVM C++ api change by Brenden Blanco · 9 years ago
  65. 083a31d Address comments and add tail_call example by Brenden Blanco · 9 years ago
  66. 414d614 Address some of Issue #16 by Brenden Blanco · 9 years ago
  67. 7009b55 Add clang support to bcc by Brenden Blanco · 9 years ago
  68. b8cb323 fix a typo by Yonghong Song · 10 years ago
  69. 25245bf Use clang as a lib to parse the helper file live by Brenden Blanco · 10 years ago
  70. 44b93de Fix for Issue #8, pkt.rewrite_field by Brenden Blanco · 10 years ago
  71. e36c094 fix build with bison 2.5 by Alexei Starovoitov · 10 years ago
  72. cd5cb41 Initial commit by Brenden Blanco · 10 years ago