Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
343abd9a958dca58fbb701d57ea39829eecd1c0f
« Previous
9ff6d16
locitest: add Makefile
by Rich Lane
· 11 years ago
4821f41
Merge into master from pull request #33:
by abat
· 11 years ago
f70be94
loci: fix OF 1.2+ packet-in data offset
by Rich Lane
· 11 years ago
7be2e61
loci: fix of_wire_buffer_replace_data for non-trailing members
by Rich Lane
· 11 years ago
26cc36f
loci: fix packet out action len for OF 1.1+
by Rich Lane
· 11 years ago
08ec362
Merge into master from pull request #34:
by abat
· 11 years ago
f35ec81
generic_utils: addressed reviewer comment (and add unit test)
by Andreas Wundsam
· 11 years ago
47f85b5
.gitignore: ignore vim swap files
by Andreas Wundsam
· 11 years ago
2d29c07
generic_utils: add memoize decorator, OrderedSet, find
by Andreas Wundsam
· 11 years ago
a72c98e
type_maps: fix type value for of_match_v3
by Rich Lane
· 11 years ago
cfd4ce0
loci: fix version used to initialize wire match objects
by Rich Lane
· 11 years ago
6c89d2e
loci: allow dumping OF 1.3 objects
by Rich Lane
· 11 years ago
4708572
loci: fix OXM class and lengths
by Rich Lane
· 11 years ago
ba2c664
Merge into master from pull request #32:
by abat
· 11 years ago
9277a96
flow stats setup: support OF 1.1+ effects
by Rich Lane
· 11 years ago
7152361
loci: correctly validate instructions member in flow mods
by Rich Lane
· 11 years ago
32b13b0
locitest: run all messages through the validator
by Rich Lane
· 11 years ago
46b7804
Merge pull request #31 from rlane/parse-of13
by Andreas Wundsam
· 11 years ago
8ecd3f1
review comments addressed.
by Kiran Poola
· 11 years ago
747339a
Added error codes for virtual port operations.
by Kiran Poola
· 11 years ago
7b9c949
pyloxi: hardcode OF 1.3 multipart message subtypes
by Rich Lane
· 11 years ago
efa5400
pyloxi: fix OF 1.1+ flow mod parsing
by Rich Lane
· 11 years ago
4c88647
pyloxi: fix OF 1.1+ experimenter message parsing
by Rich Lane
· 11 years ago
65790d2
pyloxi: add tests for parse_message
by Rich Lane
· 11 years ago
1c5db11
pyloxi: fix invalid reference to ofp from inside pyloxi
by Rich Lane
· 11 years ago
2c63850
Merge into master from pull request #30:
by abat
· 11 years ago
53989c8
PAN-346 -- the meta-id match is breaking things, so we're backing it out
by Rob Sherwood
· 11 years ago
ef405df
Merge into master from pull request #29:
by abat
· 11 years ago
071b591
improve mcheck availability check
by YAMAMOTO Takashi
· 11 years ago
896e878
make generated c code work on non-glibc platforms
by YAMAMOTO Takashi
· 11 years ago
e8e6401
Merge into master from pull request #27:
by abat
· 11 years ago
f258d0e
make this work with non-gnu version of find
by YAMAMOTO Takashi
· 11 years ago
6df0abb
"/usr/bin/env python" trick
by YAMAMOTO Takashi
· 11 years ago
0560515
Merge into master from pull request #17:
by abat
· 11 years ago
da11f8b
pyloxi: move OFType interface functions to module level
by Rich Lane
· 11 years ago
c854bae
pyloxi: add convenience code to generate most OFTypeData objects
by Rich Lane
· 11 years ago
8a22cda
pyloxi: move OFType logic out of code and into a table
by Rich Lane
· 11 years ago
8f22cee
Merge remote-tracking branch 'origin/master' into pyloxi-ir
by Rich Lane
· 11 years ago
26c455c
Merge into master from pull request #25:
by abat
· 11 years ago
1019d83
Merge into master from pull request #26:
by abat
· 11 years ago
569338c
utest: add loxigen directory to front of sys.path
by Rich Lane
· 11 years ago
6edc8ab
automerge: cd into repository root
by Rich Lane
· 11 years ago
8fe334b
Merge pull request #24 from rlane/licenses
by Dan Talayco
· 11 years ago
3a70c1d
add automerge test script
by Rich Lane
· 11 years ago
9dc5619
add pointer to license files to loci/pyloxi generated copyright headers
by Rich Lane
· 11 years ago
d983aa5
loci: centralize copyright header
by Rich Lane
· 11 years ago
8f89ec1
Merge pull request #23 from capveg/master
by Rich Lane
· 11 years ago
1462504
Merge pull request #22 from floodlight/bsn_det_vport
by Dan Talayco
· 11 years ago
afa73b0
Removed $BIGCODE hack
by Rob Sherwood
· 11 years ago
b392f6b
Make port remove a request/reply pair.
by Dan Talayco
· 11 years ago
c6da97e
Merge pull request #20 from capveg/master
by Dan Talayco
· 11 years ago
6798fff
Loxigen: added src/dst meta id matches
by Rob Sherwood
· 11 years ago
8dbe95c
openflow_input: change of_bsn_pktin_suppression_reply.status to uint32_t
by Rich Lane
· 11 years ago
62bbafb
openflow_input: add of_bsn_set_pktin_suppression_reply
by Rich Lane
· 11 years ago
7b89a32
pyloxi: serialize/deserialize of_bsn_vport_q_in_q_t
by Rich Lane
· 11 years ago
63981e9
Merge pull request #18 from rlane/pyloxi-doc
by Rich Lane
· 11 years ago
8e5a1f8
generate pyloxi documentation using sphinx
by Rich Lane
· 11 years ago
4db1fdc
generate pyloxi documentation using sphinx
by Rich Lane
· 11 years ago
d6c123c
py_gen: remove unused util code
by Rich Lane
· 11 years ago
e0edaad
py_gen: make constant_for_value use the IR
by Rich Lane
· 11 years ago
eb9d3f0
py_gen: support embedding of_bsn_vport_q_in_q_t
by Rich Lane
· 11 years ago
e03e86f
openflow_input: fix padding fields of new messages
by Rich Lane
· 11 years ago
dffcf85
pyloxi: use IR to generate enums
by Rich Lane
· 11 years ago
002e70c
pyloxi: use LOXI IR for classes
by Rich Lane
· 11 years ago
b915bec
pyloxi: trim blacklist
by Rich Lane
· 11 years ago
99c29c3
add check-c make target
by Rich Lane
· 11 years ago
df847e3
fix generation of legacy type maps for message superclasses
by Rich Lane
· 11 years ago
7e948db
Merge branch 'bsn_det_vport'
by Rich Lane
· 11 years ago
d071467
Merge remote-tracking branch 'origin/master' into bsn_det_vport
by Rich Lane
· 11 years ago
fc2eb49
Updates to some reply/request pairs
by Dan Talayco
· 11 years ago
78654ff
Add enum of q-in-q
by Dan Talayco
· 11 years ago
ba50672
Remove extra comment markers
by Dan Talayco
· 11 years ago
f76f711
Added bw ext types
by Dan Talayco
· 11 years ago
c0e802e
Added virtual port
by Dan Talayco
· 11 years ago
e7b572a
Merge branch 'loxi-ir'
by Rich Lane
· 11 years ago
dd6a03f
Merge remote-tracking branch 'origin/master' into loxi-ir
by Rich Lane
· 11 years ago
194b429
Merge pull request #15 from rlane/more-test-data
by Andreas Wundsam
· 11 years ago
c9fc57d
pyloxi: move remaining basic serialization tests to datafiles
by Rich Lane
· 11 years ago
b1f347d
pyloxi: move remaining basic serialization tests to datafiles
by Rich Lane
· 11 years ago
a0ee636
test_data: preserve leading whitespace
by Rich Lane
· 11 years ago
d23c013
loxigen: ignore emacs backup files when searching for input files
by Rich Lane
· 11 years ago
5c4446e
pyloxi: automatically test all datafiles
by Rich Lane
· 11 years ago
c6e4856
Merge pull request #12 from rlane/test-data
by Andreas Wundsam
· 11 years ago
4db4d04
loxigen: generate legacy type_maps data from the IR
by Rich Lane
· 11 years ago
a652f52
openflow_input: remove experimenter OXM header
by Rich Lane
· 11 years ago
6b435a5
move header class generation into legacy codepath
by Rich Lane
· 11 years ago
6bb28dd
type_maps: factor code out of top level
by Rich Lane
· 11 years ago
31b8714
openflow_input: add type values
by Rich Lane
· 11 years ago
3214287
frontend: support specifying type member values in the input file
by Rich Lane
· 11 years ago
f424e97
parser: tag data members
by Rich Lane
· 11 years ago
ff2f472
move OXM wire types into type_maps.py
by Rich Lane
· 11 years ago
883919c
move OXM definitions into the input files
by Rich Lane
· 11 years ago
d797778
loxigen: sort ofclasses by name
by Rich Lane
· 11 years ago
c9e111d
expose new intermediate representation at of_g.ir
by Rich Lane
· 11 years ago
4d9f0f6
frontend: generate intermediate representation
by Rich Lane
· 11 years ago
e2af4ee
openflow_input: use padding member syntax
by Rich Lane
· 11 years ago
e4d04ea
parser: add padding syntax
by Rich Lane
· 11 years ago
68ae4d7
openflow_input: use of_ prefix in input files
by Rich Lane
· 11 years ago
d47e5a2
factor out transforming AST into OFInput
by Rich Lane
· 11 years ago
43b2a90
parser: return AST in list form
by Rich Lane
· 11 years ago
Next »