1. 4bc13b7 Fix a bug in the Link Discovery module when a switch is disconnected. by Pavlin Radoslavov · 10 years ago
  2. 3d322f4 Removed obsolete methods SwitchPort.dpid() and SwitchPort.port() by Pavlin Radoslavov · 10 years ago
  3. a213bce Added getFactory() method to IOFSwitch to get a message factory appropriate by Jonathan Hart · 10 years ago
  4. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  5. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  6. 0f38354 Added a couple more link discovery tests to cover the recent changes by Jonathan Hart · 10 years ago
  7. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago[Renamed (72%) from src/main/java/net/onrc/onos/core/linkdiscovery/internal/LinkDiscoveryManager.java]
  8. cd1ab17 Improved LinkInfo handling for ONOS by Jonathan Hart · 10 years ago
  9. ba354e0 Cleaned out all BDDP related features, and some other obselete code. by Jonathan Hart · 10 years ago
  10. 299d113 Use LLDP for inter-instance link discovery. by Jonathan Hart · 10 years ago
  11. 6d20802 Removed the EventHistory mechanism from the link discovery module. by Jonathan Hart · 10 years ago
  12. 5337fb8 Fix for link flapping problem caused by commit 121a0243. by Jonathan Hart · 10 years ago
  13. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  14. 121a024 Link discovery bug fixes. by Jonathan Hart · 10 years ago
  15. 149693c Fix some compilation warnings. by Ray Milkey · 10 years ago
  16. a5450cc Enable checkstyle rule for too many formal parameters by Ray Milkey · 10 years ago
  17. 1f6c7a2 Fixed a bug which prevent all links from being discovered. by Jonathan Hart · 10 years ago
  18. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  19. 6c4f2fe Enable checkstyle rule to check for boolean simplifications by Ray Milkey · 10 years ago
  20. 0b88a26 Fix issues found by FindBugs: BC_UNCONFIRMED_CAST by Pavlin Radoslavov · 10 years ago
  21. 0002b2d Fix issues found by FindBugs: ICAST_INTEGER_MULTIPLY_CAST_TO_LONG by Pavlin Radoslavov · 10 years ago
  22. 8861ea5 Fix issues found by FindBugs: ICAST_INTEGER_MULTIPLY_CAST_TO_LONG by Pavlin Radoslavov · 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. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  26. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  27. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  28. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  29. 043daa2 Enable checkstyle empty statement check by Ray Milkey · 10 years ago
  30. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  31. 45614c5 Enable checkstyle rule to disallow C style by Ray Milkey · 10 years ago
  32. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  33. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  34. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  35. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago[Renamed (98%) from src/main/java/net/onrc/onos/ofcontroller/linkdiscovery/internal/LinkDiscoveryManager.java]
  36. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  37. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  38. 02a59e4 Removed Floodlight devicemanager, topology, routing and forwarding modules by Jonathan Hart · 10 years ago
  39. b7246af Changes to be committed: (use "git reset HEAD <file>..." to unstage) by Teru U · 10 years ago
  40. e881340 portBroadcastDomainLinks expect NodePortTuple by Yuta HIGUCHI · 10 years ago
  41. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  42. ec4f14e Removed Floodlight's hot-standby HA framework by Jonathan Hart · 11 years ago
  43. ffbcffb Removed IInfoProvider interface by Jonathan Hart · 11 years ago
  44. b0904bf Cleaned up the code further after removing the storage framework by Jonathan Hart · 11 years ago
  45. 2fa2806 Removed Floodlight storage framework by Jonathan Hart · 11 years ago
  46. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  47. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  48. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  49. dc73bb1 Next iteration of fix for jira:155..Single update queue by Pankaj Berde · 11 years ago
  50. 7113736 Change LLDP dst address back to broadcast address (from BSN multicast address). See ONOS-160. by Masayoshi Kobayashi · 11 years ago
  51. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago[Renamed (98%) from src/main/java/net/floodlightcontroller/linkdiscovery/internal/LinkDiscoveryManager.java]
  52. a89b284 Removed currently unnnecessary function deleteLinks(,,hasControl) by HIGUCHI Yuta · 11 years ago
  53. 3d96f65 Match whitespacing style with Floodlight by HIGUCHI Yuta · 11 years ago
  54. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  55. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  56. 30d0330 Add comments to clarify modification by ONOS. by HIGUCHI Yuta · 11 years ago
  57. e0515e5 Remove unused code. Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  58. a41016d use OnosListener to publish link updates to ONOS by Pankaj Berde · 11 years ago
  59. 465ac7c jira #ONOS-34: ONOS publisher to publish to ONOS for switch add, remove and port add, remove by Pankaj Berde · 11 years ago
  60. 0fd363f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  61. 7760120 Increase lldp timers to decrease load on database reads by Umesh Krishnaswamy · 11 years ago
  62. 8afa882 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS by Masayoshi Kobayashi · 11 years ago
  63. 06aae4e Fix for #296. We were doing database read/writes from inside a write lock in LinkDiscoveryManager which was taking time and synchronizing the switch I/O threads. Taking database I/O outside the write lock has considerably improved convergence times on AWS by Jonathan Hart · 11 years ago
  64. 1064fc2 Fix for #296. We were doing database read/writes from inside a write lock in LinkDiscoveryManager which was taking time and synchronizing the switch I/O threads. Taking database I/O outside the write lock has considerably improved convergence times on AWS by Jonathan Hart · 11 years ago
  65. 0ef75ee Let an inactive switch remove the links from the network map. The link update code will add it back. by Umesh Krishnaswamy · 11 years ago
  66. 57a32a9 REST API for flow summary /wm/flow/getsummary/{0}/{0}/json by Umesh Krishnaswamy · 11 years ago
  67. 0b2c76a Fix for the spurious links caused by BDDP broadcast by Jonathan Hart · 11 years ago
  68. ed9e4aa Turn on BDDP packets. Link Discovery will quelch (standard) LLDP packets from a remote by Umesh Krishnaswamy · 11 years ago
  69. dd72d93 A patch to turn off BSN packets to see if spurious links issues goes away when there by Umesh Krishnaswamy · 11 years ago
  70. c6ba862 Modified LLDP destination to non-broadcast address by Masayoshi Kobayashi · 11 years ago
  71. 9cbb4ca revert back LLDP handling by Ubuntu · 11 years ago
  72. 787c3ad modified start-onos.sh to fix starting tcpdump bug by Ubuntu · 11 years ago
  73. 82dcd98 Fix NPE when logging remotesw in addRemoteSwitch(). by Umesh Krishnaswamy · 11 years ago
  74. acb79d4 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  75. 68c118c Bug005: push fix to remotesw to add remote port. Decrease lldp timers by Umesh Krishnaswamy · 11 years ago
  76. e723105 Fixed merge conflicts by Jonathan Hart · 11 years ago
  77. c125e62 Threadlocal Titan handle by Pankaj Berde · 11 years ago
  78. 4c8e108 Bug005: fix remotesw null pointer exception. by Umesh Krishnaswamy · 11 years ago
  79. c56a8cc Fix Bug005 - remoteSwitches not initialized. by Umesh Krishnaswamy · 11 years ago
  80. f962d64 Added functionality to delete links and to add links to remote switches that have a link to a local switch. by Umesh Krishnaswamy · 11 years ago
  81. 67f88fb added config properties for titan by Pankaj Berde · 11 years ago
  82. 0fc4e43 integrated and added checks to avoid duplicate links by Pankaj Berde · 11 years ago
  83. afb2053 fix compile errors by Pankaj Berde · 11 years ago
  84. 2b9d564 Changes to call the network map Link Storage apis. by Umesh Krishnaswamy · 12 years ago
  85. 9b5c59e Create a copy of floodlight source files on which we can apply our changes. by Umesh Krishnaswamy · 12 years ago[Renamed from src/ext/floodlight/src/main/java/net/floodlightcontroller/linkdiscovery/internal/LinkDiscoveryManager.java]
  86. 345ee99 Import Floodlight v0.90 by Umesh Krishnaswamy · 12 years ago