1. d7ed697 Handle IllegalArgumentException from packet parsing by Ray Milkey · 5 years ago
  2. 208bcb3 Fix NPE when there is no port name available by Ray Milkey · 5 years ago
  3. e3c454e Fix NPE in LinkDiscovery by Ray Milkey · 5 years ago
  4. ce65cc0 Make a link depends on packet-in LLDP packet. by DongRyeol Cha · 6 years ago
  5. bbbb942 ONOS-7832 - query device services for the latest chassis ID for lldp by David K. Bainbridge · 6 years ago
  6. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  7. 44ba937 Prevent concurrent access to the port map by Ray Milkey · 6 years ago
  8. aaa4f83 [ONOS-7518] NullPointerException in LinkDiscovery by jaegonkim · 6 years ago
  9. 168aa62 [ONOS-7515] Fix increased port up delay caused by not sending probes immediately a new port comes up by You Wang · 6 years ago
  10. 1ab441b Fix STC concurrent modification problem by Ray Milkey · 6 years ago
  11. 9280e19 Fixed ConcurrentModificationException issue in LinkDiscovery code. by Thomas Vachuska · 6 years ago
  12. d9119d0d [ONOS-7458] Supporting port description in ONOS LLDP by jaegonkim · 6 years ago
  13. 274cecb Clarify and add more details to some log messages by Jon Hall · 7 years ago
  14. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  15. 19afc03 Migrate HashedWheelTimer to netty 4 by Yuta HIGUCHI · 7 years ago
  16. 928ff8b Refactor MacAddress and ONOSLLDP class by Charles Chan · 7 years ago
  17. 586bc4f Fixed a potential NPE in link discovery. by Thomas Vachuska · 8 years ago
  18. d9bbde8 Fix ONOS-4683 - Don't process device events on the listener thread by Ray Milkey · 8 years ago
  19. 7838c51 Use ON.Lab OUI for LLDP packets. by Jonathan Hart · 8 years ago
  20. 4822922 [ONOS-4424] Tag LLDP/BDDP source address with fingerprint by Ayaka Koshibe · 8 years ago
  21. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  22. 957390e Refactored LLDP link discovery to be shared by multiple providers by Ray Milkey · 8 years ago[Renamed (93%) from providers/lldp/src/main/java/org/onosproject/provider/lldp/impl/LinkDiscovery.java]
  23. 3ddb7b2 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  24. 12c8c08 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  25. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 8 years ago
  26. 9a9edf8 ONOS-3206 refactoring LLDP link provider. by HIGUCHI Yuta · 9 years ago
  27. 3edc08a [ONOS-2880] Initialize SuppressionRules before use by Jon Hall · 9 years ago
  28. e4ebac9 ONOS-2846, ONOS-2812 Refactored link discovery pruning to be centralized rather than being with each link discovery helper. by Thomas Vachuska · 9 years ago
  29. 05453c9 ONOS-2846, ONOS-2812 Reworking link discovery provider to be fully configurable and to prune links based on links rather than based on ports. by Thomas Vachuska · 9 years ago
  30. 96f3ea7 ONOS-2812 Refactored the link code in search of a defect; the root cause was old OVS-based switch which is wrongly forwarding LLDP frames. by Thomas Vachuska · 9 years ago
  31. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  32. 45066bc Fix issue with link discovery missing ports. by Jonathan Hart · 9 years ago
  33. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  34. fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
  35. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  36. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  37. 4128938 Configuration to suppress LLDP discovery by Yuta HIGUCHI · 9 years ago
  38. 4785eec removing some TODOs by alshabib · 9 years ago
  39. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  40. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from providers/lldp/src/main/java/org/onlab/onos/provider/lldp/impl/LinkDiscovery.java]
  41. 3419858 LinkDiscovery: check if Stopped before starting scheduled task. by Yuta HIGUCHI · 9 years ago
  42. 3225578 LinkDiscovery: only reschedule if not requested to stop by Yuta HIGUCHI · 10 years ago
  43. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  44. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  45. 4f1ba09 Lowered log level for common log by Jonathan Hart · 10 years ago
  46. f672588 LLDP LinkDiscovery related fix by Yuta HIGUCHI · 10 years ago
  47. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  48. e1bcb0b Added isLinkLocal predicate to MacAddress and used it in ReactiveForwarding. by Thomas Vachuska · 10 years ago
  49. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  50. eb24e9d Attempt to fix Link vanishing after mastership change by Yuta HIGUCHI · 10 years ago
  51. 43ef46f Shut LinkDiscovery up by Jonathan Hart · 10 years ago
  52. 3d643ec functional stats service by alshabib · 10 years ago
  53. 2374fc9 many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery by alshabib · 10 years ago
  54. dfc7afb distributed link fixes by alshabib · 10 years ago
  55. 0ed6a20 added test for lldp provider by alshabib · 10 years ago
  56. 875d626 added mastership to lldpdiscovery by alshabib · 10 years ago
  57. acd9183 link provider cleanup by alshabib · 10 years ago
  58. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago