1. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  2. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  3. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  4. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  5. c626f1e ONOS-2043: Move device event handling in PacketManager off of event loop thread by Madan Jampani · 9 years ago
  6. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  7. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  8. 864a9db2 Pushes the flow rules also when devices are available (with DEVICE_AVAILABLLITY_CHANGED event). by sangho · 9 years ago
  9. 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 9 years ago
  10. 17d0045 Upgrade packet requests to use flow objectives API. by Jonathan Hart · 9 years ago
  11. 6cba495 ONOS-1736 - Modified PacketManager to register packet request flows using the core app id, instead of the requesting app id. This is to prevent packet request flows from vanishing when app removes all its flows. This is a provisional fix until packet requests allow removal via reference counting or a similar tracking strategy. by Thomas Vachuska · 9 years ago
  12. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  13. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  14. 8b3e80b Remove default flow rules for ROADMs. Fix LinkResource NPE. Single instance provisions optical path. by Marc De Leenheer · 9 years ago
  15. 089bb77 partial fix for default flows. Need to redesign packet requests by alshabib · 9 years ago
  16. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  17. 78baaf2 fix for flows stuck in pending add state by alshabib · 9 years ago
  18. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  19. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  20. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/packet/impl/PacketManager.java]
  21. 7466d61 Null checking in packet-out mechanism. by Jonathan Hart · 9 years ago
  22. 4f60f98 Implemented multi-instance packet out. by Jonathan Hart · 10 years ago
  23. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  24. 3d643ec functional stats service by alshabib · 10 years ago
  25. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (98%) from core/net/src/main/java/org/onlab/onos/net/packet/impl/SimplePacketManager.java]
  26. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago[Renamed (98%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/packet/impl/SimplePacketManager.java]
  27. c370ebd Added javadocs and simplified the reactive fwd app in attempt to find the glitch; no dice by tom · 10 years ago
  28. 030111e sample app launched by alshabib · 10 years ago
  29. d58d352 receiving packet ins by alshabib · 10 years ago
  30. ae85758 added of packet provider - unimplemented by alshabib · 10 years ago
  31. 7674db4 add ReactivePacketProcessor and SimplePacketManager by alshabib · 10 years ago