1. 0426dee fix ARP (single onos instance & multiple onos instances) by pingping-lin · 10 years ago
  2. 6caee5f change the log description to cover more case by pingping-lin · 10 years ago
  3. d92b10c Fixing topology related interface/class tree by Yuta HIGUCHI · 10 years ago
  4. c78b8f6 Removed the old openflowj protocol library by Jonathan Hart · 10 years ago
  5. 72afb33 Fixed log format mismatches. by Naoki Shiota · 10 years ago
  6. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  7. bfc77f0 rename topology related objects: Device -> Host by Yuta HIGUCHI · 10 years ago
  8. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  9. 33a0497 Update to Hazelcast 3.2.3 by Yuta HIGUCHI · 10 years ago
  10. f2519ee Cosmetic changes to ProxyArpManager. by Jonathan Hart · 10 years ago
  11. 5531658 Re-enabled arp request expiry and remove the device deletion mechansim. by Jonathan Hart · 10 years ago
  12. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  13. 238fa2a Moved ARP cache REST API under web package. by Yuta HIGUCHI · 10 years ago
  14. e3702f2 Packet API changes. by Jonathan Hart · 10 years ago
  15. 8b2d167 Added unit tests and some minor changes for ProxyArp. by TeruU · 10 years ago
  16. 51dc5e1 Ported proxyarp to the new packet-out interface. by Jonathan Hart · 10 years ago
  17. 4aa4753 Moved the initialization of the ArpCache to ProxyArpManager's startUp method. by Jonathan Hart · 10 years ago
  18. 3c049c4 Change for the way to learn IP and MAC binding. by TeruU · 10 years ago
  19. 8f6dc09 Renamed SDN-IP packages and classes. by Jonathan Hart · 10 years ago
  20. f1fdc7a Fix issues found by FindBugs: UPM_UNCALLED_PRIVATE_METHOD by Pavlin Radoslavov · 10 years ago
  21. 313fdf0 Small refactoring to support new packet-out API by Jonathan Hart · 10 years ago
  22. 8ed69c5 Fixed Findbugs issues in forwarding and arp modules by Jonathan Hart · 10 years ago
  23. 5d40601 Enable checkstyle trailing spaces rule by Ray Milkey · 10 years ago
  24. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  25. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  26. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  27. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago
  28. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  29. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  30. 6df9017 Renamed datagrid and datastore packages by Jonathan Hart · 10 years ago
  31. 0961fe8 Renamed forwarding and proxyarp packages by Jonathan Hart · 10 years ago[Renamed (99%) from src/main/java/net/onrc/onos/ofcontroller/proxyarp/ProxyArpManager.java]
  32. 382623d Renamed bgproute package by Jonathan Hart · 10 years ago
  33. 7feef8a Did porting of PROXYARP and Forwarding to the new-datamodel branch. by TeruU · 10 years ago
  34. 902fe52 Cleanup Hazelcast event notification framework. by Pavlin Radoslavov · 10 years ago
  35. 7c9a2fb Addressed some checkstyle, PMD and findbugs violations in the ARP module by Jonathan Hart · 10 years ago
  36. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  37. 02a59e4 Removed Floodlight devicemanager, topology, routing and forwarding modules by Jonathan Hart · 10 years ago
  38. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  39. 5fe7188 Removed obsoleted Graph-based Network Storage and associated interfaces: by Pavlin Radoslavov · 10 years ago
  40. 78e403c Cherry-pick from https://gerrit.onos.onlab.us/#/c/338/ by Naoki Shiota · 10 years ago
  41. ba5c52f Cherry-pick from https://gerrit.onos.onlab.us/#/c/335/ by pingping-lin · 10 years ago
  42. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  43. 016f03b Enable ARP handling across multiple instances disabling local ARP handling and turning on the Hazelcast ARP reply notification handler in ProxyArpManager by Jonathan Hart · 10 years ago
  44. c632562 Fixed variable names and javadoc left over from old code, and removed the ArpMessage class by Jonathan Hart · 10 years ago
  45. 78d9df8 Merge branch 'master' into arprefactor by Jonathan Hart · 10 years ago
  46. 7804bea Refactored packet broadcasting framework. Previously only ARP packets were being broadcasted, but as part of reactive forwarding we need to broadcast all packets that we don't know where to send. This commit refactors the Hazelcast notification system used to tell other instances to send packet-outs. by Jonathan Hart · 10 years ago
  47. 7ea78be Merge latests ONOS codes by yoshi · 10 years ago
  48. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 10 years ago
  49. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  50. 18ad950 Changes to ARP, Forwarding, and OnosDeviceManager to make reactive forwarding more reliable by Jonathan Hart · 11 years ago
  51. 9a6f709 Merge branch 'master' into fw by Jonathan Hart · 11 years ago
  52. d857ad6 Removed Floodlight DeviceManager and created a stripped-down device manager that pushes device data from every packet seen into the network map by Jonathan Hart · 11 years ago
  53. 3f166b5 Merge pull request #493 from pingping-lin/master by jonohart · 11 years ago
  54. 568c601 improve the performance by replace GremlinGroovy by pingping-lin · 11 years ago
  55. f9bd98d Fix for ARPs being broadcast out the input port by Jonathan Hart · 11 years ago
  56. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  57. 1767299 Broadcast all broadcast packets, not just ARP by Jonathan Hart · 11 years ago
  58. 3cd4862 Removed a verbose log message by Jonathan Hart · 11 years ago
  59. a2c8d9c merge from upstream/master by pingping-lin · 11 years ago
  60. b8757bf code adjustment according to reviewer's suggestion: MAC final type, indentation, exception handler by pingping-lin · 11 years ago
  61. 017a892 fixed ARP returns wrong MAC && ARP reply uses hazelcast && handle ARP request in two steps by pingping-lin · 11 years ago
  62. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  63. f3b6d49 Merge in latest code from master and fix conflicts by Jonathan Hart · 11 years ago
  64. 38805cd Merge from master by onlab-qa · 11 years ago
  65. e93aed4 Removed the OnosModuleLoader and made ProxyArpManager and Forwarding separate modules by Jonathan Hart · 11 years ago
  66. ba9ced9 Fixes and debugging for bad device data by Jonathan Hart · 11 years ago
  67. b292c62 Success complication by yoshitomo · 11 years ago
  68. d300325 Implemented ARP reply notifications when a new device is written to the database. Created an ArpMessage class which is the object put into hazelcast for both requests and replies by Jonathan Hart · 11 years ago
  69. 9a21e0d Reimplemented ARP broadcasting to use the network map to determine whether a port has a link, which prevents issues of devices popping up on link ports between controller domains by Jonathan Hart · 11 years ago
  70. 5ea7cc0 Minor changes to ARP by Jonathan Hart · 11 years ago
  71. 18ad55c Began implementing IPC with Hazelcast in order to broadcast ARP via other ONOS nodes by Jonathan Hart · 11 years ago
  72. d6ed62b Moved ARP on top of network map device storage. This required improvements to the device storage, most notably to improved IP address handling by representing IP addresses as separate vertices rather than a serialized string in the Device vertex by Jonathan Hart · 11 years ago
  73. a18e479 ARP now uses the DeviceManager as its source of information, not ArpCache. Disabled broadcasting of unknown ARP requests for now. by Jonathan Hart · 11 years ago
  74. ebba1e1 Pulled ProxyArpManager out of the SDN-IP module. Most of the work is related to stubbing out an IConfigInfoService object that can provide default configuration to the ARP module when there's no SDN-IP config file to read it from by Jonathan Hart · 11 years ago
  75. a888764 Began moving the ARP module out of SDNIP exclusivity and sketched out a module framework we can use to load ONOS modules without having them be Floodlight modules by Jonathan Hart · 11 years ago
  76. 1cf9de0 Added ability to configure a global vlan used for all ARP packets sent from the controller by Jonathan Hart · 11 years ago
  77. 1912afc Implemented a flow cache so we can still operate while if our switches lose connection by flushing and re-inserting flows when they reconnect by Jonathan Hart · 11 years ago
  78. 5afde49 Added a REST API to the Proxy ARP module to inspect the ARP cache by Jonathan Hart · 11 years ago
  79. da4d0e1 Refactored HostArpRequester to be a private inner class of ProxyArpManager and removed the clumsy sendArpReply method in the IProxyArpService interface which was needed to support the old arrangement by Jonathan Hart · 11 years ago
  80. abad6a5 Refactored the ARP cache logic out of ProxyArpManager and into its own class to make the code clearer. Moved to using MACAddress objects in the ProxyArpManager APIs and implementation which prevents us having to pass byte arrays around and are safer as MACAddress prevents a rogue client changing the MAC address for everyone by Jonathan Hart · 11 years ago
  81. 4aa2b4e Added explicity forward-to-controller rule for LLDP and BDDP. Also made Interface and BgpPeer immutable by Jonathan Hart · 11 years ago
  82. 5b803bc Cleaned up old code out of SDNIP and the proxy ARP module, and improved ProxyArpManager logging by Jonathan Hart · 11 years ago
  83. 08ee852 Cleaned up ProxyArpManager code by creating an interface through which it can request information about the L3 configuration (IP addresses, ports, etc) by Jonathan Hart · 11 years ago
  84. 1633a40 Improved Proxy ARP logging by Jonathan Hart · 11 years ago
  85. e751e1c Was doing a callback while holding a lock, which was causing deadlock by Jonathan Hart · 11 years ago
  86. 6e61821 Prevented ProxyArp from re-broadcasting requests for hosts not in our network by Jonathan Hart · 11 years ago
  87. b8c2153 More hardcoded MACs by Jonathan Hart · 11 years ago
  88. e97fa64 Left hardcoded MAC lying around by Jonathan Hart · 11 years ago
  89. 64c0b20 Improved switch connection handling so we can survive small connection outages. Reduced proxy arp logging by Jonathan Hart · 11 years ago
  90. 2f790d2 Added an L3 mode to ProxyArpModule which limits the ports ARPs are sent out based on IP address. This should prevent leaking ARPs from one network into another by Jonathan Hart · 11 years ago
  91. 9ea3121 Fixed bug in Prefix which caused some updates not to be added to the PTrie, and reverted ProxyArp to broadcasting every received request by Jonathan Hart · 11 years ago
  92. 32e1822 Changes to Prefix to support new PATRICIA Trie by Jonathan Hart · 11 years ago
  93. df6ec33 Removed peer MAC addresses from the config.json file and cleaned up a lot of old code by Jonathan Hart · 11 years ago
  94. 0ee0f02 SDNIP now uses learned MAC address from the ProxyArp module for prefix-match flows by Jonathan Hart · 11 years ago
  95. 4dfc365 Improved ARP interface to other app modules and changed SDNIP full-mesh paths between peers to use learned MAC addresses by Jonathan Hart · 11 years ago
  96. f0c0dcb Added APIs to allow other modules to request ARP information from the Proxy ARP module by Jonathan Hart · 11 years ago
  97. 6261dcd Implemented a mechanism to remember ARP requests and answer them when the response is received by Jonathan Hart · 11 years ago
  98. c824ad0 Finished transition to new configuration format by Jonathan Hart · 11 years ago
  99. 98957bf Implemented asynchronous topology detection thread to determine when links are in the network map by Jonathan Hart · 11 years ago
  100. 8ec133c Finished off initial proxy arp implementation by Jonathan Hart · 11 years ago