Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
53ddf5c7d75e1393f444e8e0722d704c22aaa8ca
/
java_gen
53ddf5c
add bsn_udf extension
by Rich Lane
· 11 years ago
28facb2
Merge into master from pull request #226:
by abat
· 11 years ago
e539689
ArpOpcode is updated to add toString()
by Byungjoon Lee
· 11 years ago
abb41e5
ICMPv4Type and ICMPv4Code cannot be converted into TransportPort. Thus, the manual conversion code is inserted.
by Byungjoon Lee
· 11 years ago
384ccc1
java_gen: make of_aggregate_stats_request.out_group type OFGroup
by Andreas Wundsam
· 11 years ago
764a45f
Merge into master from pull request #222:
by abat
· 11 years ago
917bb9a
java_gen: support of_oxm_bsn_egr_port_group_id
by Rich Lane
· 11 years ago
98c96e7
make logical oper typesafe and remove code duplication
by Aditya Vaja
· 11 years ago
b21043d
check for invalid masks in getSubnetBroadcastAddress in IPAWithMask
by Aditya Vaja
· 11 years ago
56b8b18
add bitwise logical operators and broadcast check
by Aditya Vaja
· 11 years ago
3700d16
java_gen: add documentation to string-parsing 'of' methods
by Andreas Wundsam
· 11 years ago
e36faa3
Use Short.parseShort instead of valueOf to avoid boxing
by Rob Vaterlaus
· 11 years ago
a1969e5
Make leading zeroes optional in the string passed to HexString.toLong
by Rob Vaterlaus
· 11 years ago
5f71b41
java_gen: use Arrays.copyOf() instead of .clone() for defensive copy
by Andreas Wundsam
· 11 years ago
4e2469e
java_gen: Return copies of byte arrays in getBytes LOXI-58
by Andreas Wundsam
· 11 years ago
a4fb4c6
Rename interface to isLLDPAddress
by Shudong Zhou
· 11 years ago
e5a3680
Add MacAddress.isLinkLocal()
by Shudong Zhou
· 11 years ago
598d43e
openflowj: upgrade netty to 3.9.0
by Andreas Wundsam
· 11 years ago
7150133
java_gen: fix bug in IPv4Address.equals / hashCode
by Andreas Wundsam
· 11 years ago
ded3517
Merge into master from pull request #190:
by abat
· 11 years ago
c4a5f50
wrong equals comparison
by Sovietaced
· 11 years ago
960fb52
Merge into master from pull request #187:
by abat
· 11 years ago
0f9dddf
fixed up errors
by Sovietaced
· 11 years ago
f1a5ff1
unnecessary
by Sovietaced
· 11 years ago
92603b0
aux id class
by Sovietaced
· 11 years ago
f8498dd
Merge into master from pull request #180:
by abat
· 11 years ago
20c73b6
java_gen: beautify toString output of OFMatch
by Andreas Wundsam
· 11 years ago
ee8b42c
java_gen: use correct type+default for of_flow_mod.out_group
by Andreas Wundsam
· 11 years ago
3d42dbe
OF Aux
by Sovietaced
· 11 years ago
113d25b
java_gen: use auto-generated reader/writer code for OFBsnVportQInQ
by Andreas Wundsam
· 11 years ago
1559876
java_gen: bump version to 0.3.4
by Andreas Wundsam
· 11 years ago
907c361
java_type: remove hard coded superclass information
by Andreas Wundsam
· 11 years ago
d4b2269
java_gen: small improvements to gen_table/tlv extensions
by Andreas Wundsam
· 11 years ago
0e07efe
Merge into master from pull request #165:
by abat
· 11 years ago
2f82644
Fixed typo with masked destination IP addresses
by Rob Vaterlaus
· 11 years ago
1373073
java_gen: support TLVs
by Rich Lane
· 11 years ago
2d1c5c7
java_gen: support of_checksum_128_t
by Rich Lane
· 11 years ago
acaf650
Merge branch 'master' of github.com:floodlight/loxigen
by Andreas Wundsam
· 11 years ago
12cea88
Types: added 'matches' method to Masked<T>
by Andreas Wundsam
· 11 years ago
1acb450
More review comments. Fix concurrency issue.
by Gregor Maier
· 11 years ago
cef9e3e
More test coverage
by Gregor Maier
· 11 years ago
c892a1b
Bump version number for openflowj-loxi maven artifact
by Gregor Maier
· 11 years ago
14e8893
Merge remote-tracking branch 'floodlight/master'
by Gregor Maier
· 11 years ago
5615b6c
Address review comments
by Gregor Maier
· 11 years ago
1ff5597
Add null pointer checks and associated test cases.
by Gregor Maier
· 11 years ago
6db5eac
Bump openflowj-loxi artifact version
by Gregor Maier
· 11 years ago
7f987e6
IPAddress and IPAddressWithMask updates and fixes
by Gregor Maier
· 11 years ago
d1ca4f9
java_gen: dedicated factories for (action|instruction)_id, erromsg
by Andreas Wundsam
· 11 years ago
ea35686
java_gen: support action and instruction IDs
by Rich Lane
· 11 years ago
9b8989c
replace tabs with spaces
by xinwu
· 11 years ago
f08ef68
add bsn_port/vlan_counter_stats_request/reply
by xinwu
· 11 years ago
d815ddb
Merge branch 'master' of github.com:floodlight/loxigen
by Andreas Wundsam
· 11 years ago
4b98d61
javagen.OFPortPortBitmap: add some documentation
by Andreas Wundsam
· 11 years ago
7fb7eb2
Make the of() function public/visible LOXI-54
by Ronald Li
· 11 years ago
0bea4e0
Use hamcrest-integration library to use additional matchers
by Rob Vaterlaus
· 11 years ago
3c9090c
Merge into master from pull request #140:
by abat
· 11 years ago
b8957d6
Merge into master from pull request #139:
by abat
· 11 years ago
4fb8abb
Fix return types for OFActionPopMpls and OFActionSetNwDst LOXI-51 LOXI-52
by Ronald Li
· 11 years ago
5884009
Merge branch 'master' of github.com:floodlight/loxigen
by Andreas Wundsam
· 11 years ago
30b359c
OFPortBitMap: add functionality to iterate over the Ports
by Andreas Wundsam
· 11 years ago
0240860
java_gen: support testing classes without builders
by Rich Lane
· 11 years ago
f33f32f
java_gen: support extension instructions
by Rich Lane
· 11 years ago
d7a63f0
Fix typos
by Ronald Li
· 11 years ago
84bdf5d
java_gen: Generate loxigen build/revision info into jar
by Andreas Wundsam
· 11 years ago
419d6bf
java_gen: fix small formatting error
by Andreas Wundsam
· 11 years ago
90ce686
java_gen: fix typo in MatchField
by Andreas Wundsam
· 11 years ago
057540b
get_config_reply|set_config: fix enum, support java
by Andreas Wundsam
· 11 years ago
f83c3a7
Makefile: make java targets more standard
by Andreas Wundsam
· 11 years ago
83aebd3
java_model: remove hand-generated oxm_map
by Andreas Wundsam
· 11 years ago
bcb73c6
java_gen.OFOxms: throw exception when user asks for unknown OXM
by Andreas Wundsam
· 11 years ago
40bca24
java_gen.OFMatchV3V13: auto-gen list of supported fields
by Andreas Wundsam
· 11 years ago
aa8a918
java_gen: make annoying enum warning a debug message
by Andreas Wundsam
· 11 years ago
b6ed320
Merge into master from pull request #131:
by abat
· 11 years ago
e1140ca
Merge into master from pull request #128:
by abat
· 11 years ago
7352c73
Remove duplicate function getOpCode().
by Ronald Li
· 11 years ago
2cae3f1
Merge branch 'master' of github.com:ronaldchl/loxigen
by Ronald Li
· 11 years ago
a07b257
Fix name mismatch
by Ronald Li
· 11 years ago
bad1845
java_gen: add workaround for OF1.0 values to OFVlanVidMatch.java
by Andreas Wundsam
· 11 years ago
2c0a2d7
Merge branch 'master' of github.com:floodlight/loxigen into group_mod
by Andreas Wundsam
· 11 years ago
5812cf3
group_mod: add subclass structure
by Andreas Wundsam
· 11 years ago
a8757ea
java_gen: add logback, logback config
by Andreas Wundsam
· 11 years ago
c8912c1
java_gen: adapt to of_g removal, new ir
by Andreas Wundsam
· 11 years ago
5420b95
backends: use template_utils
by Andreas Wundsam
· 11 years ago
76db006
moved of_g to c_gen.of_g_legacy, introduced loxi_globals
by Andreas Wundsam
· 11 years ago
97fd13d
java_gen: support of_bsn_lacp_stats_request/reply
by Rich Lane
· 11 years ago
5360560
Merge branch 'master' of github.com:floodlight/loxigen
by Rob Vaterlaus
· 11 years ago
353df0e
Fixed bug with getting TCP src with OF 1.0
by Rob Vaterlaus
· 11 years ago
934b4ad
Match field iteration
by Rob Vaterlaus
· 11 years ago
918c16e
Merge into master from pull request #121:
by abat
· 11 years ago
1758028
IPv6AddressTest: removed unused code
by Andreas Wundsam
· 11 years ago
0bc84ff
java: simplify backend init
by Rich Lane
· 11 years ago
503ceac
java_gen: small convenience fix to VlanVid (use int)
by Andreas Wundsam
· 11 years ago
55dea5f
Merge branch 'master' of github.com:floodlight/loxigen
by Andreas Wundsam
· 11 years ago
008d42e
Merge into master from pull request #114:
by abat
· 11 years ago
820739e
java_gen: MatchV3.builder() - remove synchronized
by Andreas Wundsam
· 11 years ago
3b6d90e
java_gen: OFOxmList: canonicalize OFOxms on build()
by Andreas Wundsam
· 11 years ago
661a222
java_gen: OFOxm: add 'canonical' virtual attribute, test
by Andreas Wundsam
· 11 years ago
4b8661f
java_gen: add support for properties to specify a custom code template
by Andreas Wundsam
· 11 years ago
14ae8c6
java_gen: value types: add NO_MASK, FULL_MASK constants where missing
by Andreas Wundsam
· 11 years ago
e04c86f
java_gen: Fixed bug in Ipv[46]AddressWithMask when mask == /0
by Andreas Wundsam
· 11 years ago
Next »