1. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  2. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  3. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  4. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  5. 043daa2 Enable checkstyle empty statement check by Ray Milkey · 10 years ago
  6. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  7. 45614c5 Enable checkstyle rule to disallow C style by Ray Milkey · 10 years ago
  8. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  9. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  10. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  11. 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]
  12. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  13. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  14. 02a59e4 Removed Floodlight devicemanager, topology, routing and forwarding modules by Jonathan Hart · 10 years ago
  15. b7246af Changes to be committed: (use "git reset HEAD <file>..." to unstage) by Teru U · 10 years ago
  16. e881340 portBroadcastDomainLinks expect NodePortTuple by Yuta HIGUCHI · 10 years ago
  17. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  18. ec4f14e Removed Floodlight's hot-standby HA framework by Jonathan Hart · 11 years ago
  19. ffbcffb Removed IInfoProvider interface by Jonathan Hart · 11 years ago
  20. b0904bf Cleaned up the code further after removing the storage framework by Jonathan Hart · 11 years ago
  21. 2fa2806 Removed Floodlight storage framework by Jonathan Hart · 11 years ago
  22. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  23. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  24. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  25. dc73bb1 Next iteration of fix for jira:155..Single update queue by Pankaj Berde · 11 years ago
  26. 7113736 Change LLDP dst address back to broadcast address (from BSN multicast address). See ONOS-160. by Masayoshi Kobayashi · 11 years ago
  27. 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]
  28. a89b284 Removed currently unnnecessary function deleteLinks(,,hasControl) by HIGUCHI Yuta · 11 years ago
  29. 3d96f65 Match whitespacing style with Floodlight by HIGUCHI Yuta · 11 years ago
  30. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  31. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  32. 30d0330 Add comments to clarify modification by ONOS. by HIGUCHI Yuta · 11 years ago
  33. e0515e5 Remove unused code. Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  34. a41016d use OnosListener to publish link updates to ONOS by Pankaj Berde · 11 years ago
  35. 465ac7c jira #ONOS-34: ONOS publisher to publish to ONOS for switch add, remove and port add, remove by Pankaj Berde · 11 years ago
  36. 0fd363f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  37. 7760120 Increase lldp timers to decrease load on database reads by Umesh Krishnaswamy · 11 years ago
  38. 8afa882 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS by Masayoshi Kobayashi · 11 years ago
  39. 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
  40. 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
  41. 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
  42. 57a32a9 REST API for flow summary /wm/flow/getsummary/{0}/{0}/json by Umesh Krishnaswamy · 11 years ago
  43. 0b2c76a Fix for the spurious links caused by BDDP broadcast by Jonathan Hart · 11 years ago
  44. ed9e4aa Turn on BDDP packets. Link Discovery will quelch (standard) LLDP packets from a remote by Umesh Krishnaswamy · 11 years ago
  45. dd72d93 A patch to turn off BSN packets to see if spurious links issues goes away when there by Umesh Krishnaswamy · 11 years ago
  46. c6ba862 Modified LLDP destination to non-broadcast address by Masayoshi Kobayashi · 11 years ago
  47. 9cbb4ca revert back LLDP handling by Ubuntu · 11 years ago
  48. 787c3ad modified start-onos.sh to fix starting tcpdump bug by Ubuntu · 11 years ago
  49. 82dcd98 Fix NPE when logging remotesw in addRemoteSwitch(). by Umesh Krishnaswamy · 11 years ago
  50. acb79d4 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  51. 68c118c Bug005: push fix to remotesw to add remote port. Decrease lldp timers by Umesh Krishnaswamy · 11 years ago
  52. e723105 Fixed merge conflicts by Jonathan Hart · 11 years ago
  53. c125e62 Threadlocal Titan handle by Pankaj Berde · 11 years ago
  54. 4c8e108 Bug005: fix remotesw null pointer exception. by Umesh Krishnaswamy · 11 years ago
  55. c56a8cc Fix Bug005 - remoteSwitches not initialized. by Umesh Krishnaswamy · 11 years ago
  56. 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
  57. 67f88fb added config properties for titan by Pankaj Berde · 11 years ago
  58. 0fc4e43 integrated and added checks to avoid duplicate links by Pankaj Berde · 11 years ago
  59. afb2053 fix compile errors by Pankaj Berde · 11 years ago
  60. 2b9d564 Changes to call the network map Link Storage apis. by Umesh Krishnaswamy · 12 years ago
  61. 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]
  62. 345ee99 Import Floodlight v0.90 by Umesh Krishnaswamy · 12 years ago