1. aea385b Move BGP shortest path intent to new intent by pingping-lin · 10 years ago
  2. 6e01c85 Integration tests for SDN-IP. by Jonathan Hart · 10 years ago
  3. 0426dee fix ARP (single onos instance & multiple onos instances) by pingping-lin · 10 years ago
  4. 43f2874 Refactored SdnIp slightly to allow for testing. by Jonathan Hart · 10 years ago
  5. bec31fc init two services by pingping-lin · 10 years ago
  6. 1ada7ce using MultiPointToSinglePointIntent by pingping-lin · 10 years ago
  7. a507baf PortNumber fixes by Yuta HIGUCHI · 10 years ago
  8. 3d322f4 Removed obsolete methods SwitchPort.dpid() and SwitchPort.port() by Pavlin Radoslavov · 10 years ago
  9. 4de98c3 Removed the Pavlin FlowPath abstraction. by Jonathan Hart · 10 years ago
  10. c78b8f6 Removed the old openflowj protocol library by Jonathan Hart · 10 years ago
  11. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  12. 9ec3982 Refactor caller ID related code by Sho SHIMIZU · 10 years ago
  13. ba37219 Limit visibility of methods to private by Sho SHIMIZU · 10 years ago
  14. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  15. dde5a0b Clean up SdnIp code by Sho SHIMIZU · 10 years ago
  16. 84a72de Clean up SdnIp with use of diamond operator and type inference by Sho SHIMIZU · 10 years ago
  17. f6978ce Replaced our old Patricia tree with Google's concurrent radix tree by Jonathan Hart · 10 years ago
  18. fb56450 Rename Port to PortNumber by Yuta HIGUCHI · 10 years ago
  19. 399a292 IPAddress into IntentFramework Fixed & SDN-IP SetupBGPPaths by Komal Shah · 10 years ago
  20. 0fe749a Update findbugs versions. by Yuta HIGUCHI · 10 years ago
  21. 8f6dc09 Renamed SDN-IP packages and classes. by Jonathan Hart · 10 years ago[Renamed (98%) from src/main/java/net/onrc/onos/apps/bgproute/BgpRoute.java]
  22. 5e54f2e Renamed Trie to Tree for consistency. by Jonathan Hart · 10 years ago
  23. 31e15f1 Added javadoc for all the helper classes in SDN-IP. by Jonathan Hart · 10 years ago
  24. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  25. 0b122ed Enable checkstyle rule for missing defaults in switch statements by Ray Milkey · 10 years ago
  26. 9fc535a Fix issues found by FindBugs: RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE by Pavlin Radoslavov · 10 years ago
  27. 7531a34 Enable checkstyle rule to verify method names by Ray Milkey · 10 years ago
  28. 4985f21 Enable checkstyle rule for boolean return statement that can be simplified. by Ray Milkey · 10 years ago
  29. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  30. 7d21c0a Fix issues found by FindBugs: NM_METHOD_NAMING_CONVENTION by Pavlin Radoslavov · 10 years ago
  31. ec9ee2e Findbugs and PMD work by Jonathan Hart · 10 years ago
  32. 3255ae5 Fix issues found by FindBugs: DLS_DEAD_LOCAL_STORE by Pavlin Radoslavov · 10 years ago
  33. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  34. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  35. 29a2a88 Change some of the basic classes in the "unit/" directory to immutable: by Pavlin Radoslavov · 10 years ago
  36. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  37. 5d40601 Enable checkstyle trailing spaces rule by Ray Milkey · 10 years ago
  38. 938a015 Cleaned up PMD violations in SDN-IP by Jonathan Hart · 10 years ago
  39. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  40. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  41. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  42. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  43. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  44. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  45. 0961fe8 Renamed forwarding and proxyarp packages by Jonathan Hart · 10 years ago
  46. 382623d Renamed bgproute package by Jonathan Hart · 10 years ago[Renamed (99%) from src/main/java/net/onrc/onos/ofcontroller/bgproute/BgpRoute.java]
  47. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  48. 02a59e4 Removed Floodlight devicemanager, topology, routing and forwarding modules by Jonathan Hart · 10 years ago
  49. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  50. 5fe7188 Removed obsoleted Graph-based Network Storage and associated interfaces: by Pavlin Radoslavov · 10 years ago
  51. 1237e39 Work toward fixing ONOS-1031: Remove or comment-out references to the old TopologyManager by Pavlin Radoslavov · 10 years ago
  52. 39f0f2e Work toward fixing ONOS-1031: Remove or comment-out references to the FlowManager by Pavlin Radoslavov · 10 years ago
  53. 52163ed Work toward fixing ONOS-1031: Moved method FlowManager.getNextFlowEntryId() by Pavlin Radoslavov · 10 years ago
  54. e7eac18 Fix for findbugs detected bugs by Yuta HIGUCHI · 10 years ago
  55. ba5c52f Cherry-pick from https://gerrit.onos.onlab.us/#/c/335/ by pingping-lin · 10 years ago
  56. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  57. 4443300 bgproute: ethertypes for LLDP and BDDP were reversed by Stacey Sheldon · 10 years ago
  58. 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 · 11 years ago
  59. f7424e4 Modified how to get DBOperator object by yoshi · 11 years ago
  60. 7e466b3 Preserved old ARP functionality for SDN-IP by forking the ARP module into two versions, one for SDN-IP and one for mult-instance ONOS by Jonathan Hart · 11 years ago
  61. 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
  62. 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
  63. e81522d Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  64. 4510722 Added equals and hashCode to the Interface class by Jonathan Hart · 11 years ago
  65. 7b01b30 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  66. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  67. ef23d6b Bug fix detected bug findbugs comparing 2 different classes: Interface against String by Yuta HIGUCHI · 11 years ago
  68. 1cf9de0 Added ability to configure a global vlan used for all ARP packets sent from the controller by Jonathan Hart · 11 years ago
  69. 3a32612 Merge upstream changes by Jonathan Hart · 11 years ago
  70. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  71. f247ee7 Made BgpRoute.java fields private rather than protected by Jonathan Hart · 11 years ago
  72. f590805 Merge in changes from upstream by Jonathan Hart · 11 years ago
  73. e4c9869 Implemented sequence number processing on the ONOS side. BGPd needs to be upgraded after this commit by Jonathan Hart · 11 years ago
  74. 1278ac7 Renamed interface by Pavlin Radoslavov · 11 years ago
  75. e1b37bc Renamed class routing.TopoRouteService to topology.TopologyManager by Pavlin Radoslavov · 11 years ago
  76. 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
  77. 5afde49 Added a REST API to the Proxy ARP module to inspect the ARP cache by Jonathan Hart · 11 years ago
  78. 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
  79. bdc8746 Added a priority for the L2 forwarding flows so they're higher than the default drop flow by Jonathan Hart · 11 years ago
  80. 4aa2b4e Added explicity forward-to-controller rule for LLDP and BDDP. Also made Interface and BgpPeer immutable by Jonathan Hart · 11 years ago
  81. 5b803bc Cleaned up old code out of SDNIP and the proxy ARP module, and improved ProxyArpManager logging by Jonathan Hart · 11 years ago
  82. 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
  83. f886fa1 Added the default drop flow by Jonathan Hart · 11 years ago
  84. 9971e1c Changed flow mod send rate by Jonathan Hart · 11 years ago
  85. 65139e4 Added small sleep after pushing each prefix flow mod so we don't overwhelm the switch by Jonathan Hart · 11 years ago
  86. d5f2e95 Changed to one flow mod per switch for prefix flows to prevent duplicate flow mods by Jonathan Hart · 11 years ago
  87. d992f1a Fixed null pointer exception in path delete by Jonathan Hart · 11 years ago
  88. e769453 Suppressed LLDPs on external-facing ports by Jonathan Hart · 11 years ago
  89. c82051c Added flow to explicitly forward ARP traffic to controller by Jonathan Hart · 11 years ago
  90. 1633a40 Improved Proxy ARP logging by Jonathan Hart · 11 years ago
  91. 64c0b20 Improved switch connection handling so we can survive small connection outages. Reduced proxy arp logging by Jonathan Hart · 11 years ago
  92. fb1ebc5 Fixed a bug preventing a path from being reestablished after it had been torn down by Jonathan Hart · 11 years ago
  93. defa44d Used a prepared topology to speed up the proactive flow installer by Jonathan Hart · 11 years ago
  94. 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
  95. a23ffdb Cleaned up the refactor of BgpRoute and renamed PathUpdate to Path by Jonathan Hart · 11 years ago
  96. 309889c Implemented support for routes where the next hop is not a BGP peer by Jonathan Hart · 11 years ago
  97. abf1022 Implemented PatriciaTrie.match and put an interface PTrie in BgpRoute. Minor bug fixes to Prefix and RibEntry by Jonathan Hart · 11 years ago
  98. 29b972d Paramaterized the Patricia Trie by Jonathan Hart · 11 years ago
  99. 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
  100. b39a67d Cleaned up the Rib class and renamed it to RibEntry by Jonathan Hart · 11 years ago