platform/upstream/bcc.git
2015-06-18 Brenden BlancoRework vlan example to be 1:1, no mac learning
2015-06-18 Brenden BlancoMerge pull request #70 from iovisor/ast_dev
2015-06-18 Alexei Starovoitovexample that shows usages of maps, probe_read, get_curr...
2015-06-18 4astMerge pull request #69 from iovisor/bblanco_dev
2015-06-18 Brenden BlancoMove shared example code into simulation.py
2015-06-18 4astMerge pull request #68 from iovisor/bblanco_dev
2015-06-18 Brenden BlancoRemove update() call from vlan example
2015-06-18 4astMerge pull request #67 from iovisor/bblanco_dev
2015-06-18 Brenden BlancoMake python table accesses more pythonic
2015-06-17 Brenden BlancoMerge pull request #65 from iovisor/ast_dev
2015-06-17 Alexei Starovoitovupdate FAQ for past.builtins
2015-06-17 Alexei Starovoitovadd get_current_pid/tgid/uid/gid/comm helpers
2015-06-17 4astMerge pull request #64 from iovisor/bblanco_dev
2015-06-17 Brenden BlancoAutomatically compute sizeof in bpf_trace_printk
2015-06-17 4astMerge pull request #63 from iovisor/bblanco_dev
2015-06-17 Brenden BlancoUse update() instead of init() in neighbor example
2015-06-17 Brenden BlancoUse netperf for testing, update comments
2015-06-16 Brenden BlancoAdd example for BPF+tc rate limiting
2015-06-16 4astMerge pull request #62 from iovisor/bblanco_dev
2015-06-16 Brenden BlancoRemove simple_ipdb example as redundant
2015-06-16 Brenden BlancoAdd simple examples for using pyroute2+tc
2015-06-16 Brenden BlancoFix python2.7 compatibility breakage
2015-06-12 Brenden BlancoMerge pull request #58 from iovisor/yhs_dev
2015-06-12 Yonghong Songreduce test time for test_brb and test_brb2
2015-06-12 4astMerge pull request #57 from iovisor/bblanco_dev
2015-06-12 Brenden BlancoFix breakage in vlan_learning example
2015-06-12 Brenden BlancoAutomatically detect key/leaf type in clang
2015-06-12 4astMerge pull request #55 from iovisor/bblanco_dev
2015-06-12 yonghong-songMerge pull request #56 from iovisor/test_brb-fix
2015-06-12 Brenden BlancoUse "ip" instead of "route" command
2015-06-12 Brenden BlancoFix python3 incompatible code in tests
2015-06-11 Brenden BlancoMerge pull request #54 from iovisor/yhs_dev
2015-06-11 Brenden BlancoCleanups for some build/compile failures
2015-06-11 Yonghong Songpython commands module is removed in python 3, use...
2015-06-11 Brenden BlancoMerge pull request #53 from iovisor/yhs_dev
2015-06-11 Yonghong SongAdd an FAQ entry to provide workaround for potential...
2015-06-11 Yonghong Songfix README to provide more clarity for potential python...
2015-06-11 4astMerge pull request #51 from iovisor/marcol_dev
2015-06-11 4astMerge pull request #50 from iovisor/bblanco_dev
2015-06-11 Brenden BlancoTurn off vlan_learning BPF debug
2015-06-11 Marco LeograndeUpdate FAQs to include minimal kernel instructions
2015-06-11 Brenden BlancoRemove the BPF_EXPORT macro, use rewriter instead
2015-06-11 Marco LeograndeUpdate README with kernel headers information
2015-06-11 4astMerge pull request #49 from iovisor/bblanco_dev
2015-06-11 Brenden BlancoAdd kprobe auto-cleanup and header fix
2015-06-11 Brenden BlancoMerge pull request #48 from iovisor/yhs_dev
2015-06-11 Yonghong Songavoid include file linux/bpf.h in helpers.h
2015-06-11 4astMerge pull request #47 from iovisor/bblanco_dev
2015-06-11 Brenden BlancoAdd a Learning VLAN program example
2015-06-10 4astMerge pull request #46 from iovisor/yhs_dev v0.1.1
2015-06-10 Yonghong Songadd another bridge-router-bridge test (test_brb2)
2015-06-10 Brenden BlancoMerge pull request #45 from iovisor/yhs_dev
2015-06-10 Yonghong Songuse 64bit ulonglong to represent mac address
2015-06-10 4astMerge pull request #44 from iovisor/yhs_dev
2015-06-10 Yonghong Songuse ethernet->src/dst to get mac address instead of...
2015-06-10 4astMerge pull request #43 from iovisor/dext-fix
2015-06-10 4astMerge pull request #42 from iovisor/yhs_dev
2015-06-10 Brenden BlancoFix for >32B bpf_pkt_dext calls
2015-06-10 Yonghong Songadd a bridge-router-bridge test with router implemented...
2015-06-10 Brenden BlancoMerge pull request #40 from iovisor/ast_dev
2015-06-10 Alexei Starovoitovstart building FAQ
2015-06-10 4astMerge pull request #39 from iovisor/revision-fix
2015-06-10 Brenden BlancoOmit leading 'v' from python .tar.gz revision
2015-06-10 Brenden BlancoMerge pull request #38 from iovisor/ast_dev
2015-06-10 Alexei Starovoitovbuild without have to install llvm/clang
2015-06-10 4astMerge pull request #37 from iovisor/quick_fix
2015-06-10 Brenden BlancoDrop 'experimental' from README.md
2015-06-10 4astMerge pull request #36 from iovisor/install_cleanups
2015-06-10 Brenden BlancoMake installation prefixes more realistic
2015-06-09 Brenden BlancoMerge pull request #34 from iovisor/ast_dev
2015-06-09 Alexei Starovoitovfix build with gcc < 4.9
2015-06-08 4astMerge pull request #33 from iovisor/bblanco_dev
2015-06-08 Brenden BlancoFix test_call1 for systems without default qdisc
2015-06-08 4astMerge pull request #32 from iovisor/bblanco_dev
2015-06-08 Brenden BlancoFix test_xlate1 when systems have no default tc
2015-06-08 4astMerge pull request #31 from iovisor/bblanco_dev
2015-06-08 Brenden BlancoRemove BPF_LL_OFF usage
2015-06-08 4astMerge pull request #30 from iovisor/bblanco_dev
2015-06-08 Brenden BlancoAdd python packaging for the bpf library
2015-06-05 4astMerge pull request #29 from iovisor/bblanco_dev v0.1
2015-06-05 Brenden BlancoAdd simple single file example
2015-06-05 4astMerge pull request #28 from iovisor/bblanco_dev
2015-06-05 Brenden BlancoUpdate license in source code to be Apache 2
2015-06-05 4astMerge pull request #27 from plumgrid/bblanco_dev
2015-06-05 Brenden BlancoConvert to using pyroute2 for tc
2015-06-05 Brenden BlancoCreate COPYRIGHT.txt
2015-06-05 Brenden BlancoCreate LICENSE.txt
2015-06-01 4astMerge pull request #25 from plumgrid/bblanco_dev
2015-06-01 Brenden BlancoRename files and a few functions
2015-06-01 4astMerge pull request #24 from plumgrid/bblanco_dev
2015-06-01 Brenden BlancoAdd support for packet field write
2015-05-29 4astMerge pull request #23 from plumgrid/bblanco_dev
2015-05-29 Brenden BlancoReturn 0 in lookup_or_init error path
2015-05-29 4astMerge pull request #22 from plumgrid/bblanco_dev
2015-05-29 Brenden BlancoAdd packet read syntax to c parser
2015-05-28 BrendenMerge pull request #21 from plumgrid/yhs_dev
2015-05-28 Yonghong SongFix a python (version 2.7.3) error
2015-05-28 4astMerge pull request #20 from plumgrid/small_test_fix
2015-05-27 Brenden BlancoFix for 2 tests
2015-05-27 4astMerge pull request #19 from plumgrid/llvm_fix
next