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