1. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  2. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  3. d709dba Request may be null, if not checked, it may be error. by 柯志勇10068695 · 6 years ago
  4. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  5. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  6. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  7. d7e3b4b [ONOS-7051] Support for P4Runtime meters by Frank Wang · 7 years ago
  8. bdcd967 Implements policer-meter-mapping [ONOS-5867] by Pier Luigi · 7 years ago
  9. e370878 [ONOS-7116] Implement MeterProgrammable and MeterDriverProvider by Andrea Campanella · 7 years ago
  10. f094c61 [ONOS-7114] Meter Subsystem Refactoring by Pier Luigi · 7 years ago
  11. ebdd485 Move meter manager implementation out of incubator by Ray Milkey · 7 years ago[Renamed (99%) from incubator/net/src/main/java/org/onosproject/incubator/net/meter/impl/MeterManager.java]
  12. 31d4d38 MeterManager: Use Executor to call provider to mitigate DistributedMeterStore timeouts by Jordi Ortiz · 7 years ago
  13. e165e1d Forward METER_ADDED/REMOVED events to MeterListener by Jordi Ortiz · 7 years ago
  14. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  15. 205af45 ONOS-6625: Remove meters from device not present in onos by Jordi Ortiz · 7 years ago
  16. 9287b63 MeterManager optimiziation. Use entryset instead of keyset avoiding some store access, by Jordi Ortiz · 7 years ago
  17. 58d5ec0 FIX: Onos is reinstalling the meter to the switch when in PENDING_REMOVE state by Jordi Ortiz · 7 years ago
  18. df28ecd [ONOS-6188] Notify to MeterListeners meter installation and removal on device. by Jordi Ortiz · 7 years ago
  19. 6c84776 [ONOS-5934] MeterId availability after withdraw. by Jordi Ortiz · 7 years ago
  20. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  21. 5889691 ONOS-5958 Meter restoration to device by Jordi Ortiz · 7 years ago
  22. 67546fb [ONOS-5310] FullMetersAvailable by Jordi Ortiz · 8 years ago
  23. 21daebf MeterManager, check max meters before requesting a new meter by Jordi Ortiz · 7 years ago
  24. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  25. 3a6f307 Add missing Sink to MeterManager. by Jordi Ortiz · 8 years ago
  26. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  27. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  28. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  29. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  30. a45755d Fixes to solve Jira Issues ONOS-4173 and ONOS-4174 by Konstantinos Kanonakis · 8 years ago
  31. 317a7de Fixed issue in MeterManager.java by Konstantinos Kanonakis · 8 years ago
  32. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  33. 4ae5aa8 Blew away old version of PIM to restructure. And: by Rusty Eddy · 8 years ago
  34. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  35. 5196e86 cleaning up some meter code by alshabib · 9 years ago
  36. 70aaa1b adding device specific counters for meter ids in the meter service. by alshabib · 9 years ago
  37. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  38. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  39. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  40. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  41. eadfc8e Moving meter store implementation to use map events by alshabib · 9 years ago
  42. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  43. 1d2bc40 moving meter service to incubator and initial implementation of meter manager. by alshabib · 9 years ago