1. 43ac289 [SDFAB-359] Allow purging flows, groups and meters by device and application ID by Daniele Moro · 2 years, 10 months ago
  2. d900fe4 Add support for one shot action profile programming in PI by Daniele Moro · 3 years, 3 months ago
  3. c6f2f7f Add Optional match fields support to PI subsystem by Daniele Moro · 3 years, 4 months ago
  4. 9017741 Added ability to configure or programmatically inject default maximum number of paths when computing topology using default methods. by Thomas Vachuska · 3 years, 6 months ago
  5. 8d3cad2 [AETHER-76] Impelentation of a new Trellis Troubleshoot Tool (T3) for offline mode by Seyeon Jeong · 4 years, 2 months ago
  6. 388ec25 Fix for duplicated event issue. by pier · 4 years, 1 month ago
  7. 55a0103 REST interface for VPLS application by DScano · 4 years, 1 month ago
  8. 9ceeacb Add JSON decoders for Host and HostLocation by Seyeon Jeong · 4 years, 2 months ago
  9. 8188da1 Found a few codec inconsistencies between JSON encoders and decoders by Seyeon Jeong · 4 years, 2 months ago
  10. 05c6f43 Added TierConstraint and MeteredConstraint by David Glantz · 4 years, 1 month ago
  11. 8f01414 Add JSON codec for ETH_DST_MASKED Criterion by Seyeon Jeong · 4 years, 2 months ago
  12. daeb949 Throw exception if dscp value is not byte. by Rory Savage · 4 years, 2 months ago
  13. eb5bd49 Added CLI and REST support for auxLocations by Charles Chan · 4 years, 5 months ago
  14. 2103989 Fix null pointer exception when deviceId is temporarily absent on startup by Clement Cheung · 4 years, 8 months ago
  15. 5079a7f Define new type of group CLONE by Carmelo Cascone · 5 years ago
  16. 8b488de Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  17. b48533e Fix for ONOS-7960 - single to multi intent json codec can't decode egress point array by Ray Milkey · 5 years ago
  18. 4f7e363 Removal of deprecated APIs by Ray Milkey · 5 years ago
  19. 5ec4208 Remove deprecated Port Statistics APIs by Ray Milkey · 5 years ago
  20. cb4327a ONOS-7887 Rename action profile-related entities by Carmelo Cascone · 6 years ago
  21. 2133a74 ONOS-7879 - unzip the app.png file and process it as part of app desc by David K. Bainbridge · 5 years ago
  22. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  23. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  24. c88ebaa Save developers from wasting hours on wrong bucket type by Charles Chan · 5 years ago
  25. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  26. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  27. 1a4333c Enhance CLI command 'tablestats' to support P4 switch by hjtsao · 6 years ago
  28. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  29. d64ea7b InputStream should be closed, or there will be a risk of memory leaks. by 柯志勇10068695 · 6 years ago
  30. 2fd325f Minor clean-up of the 4.2.1 migration. by Thomas Vachuska · 6 years ago
  31. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  32. 3bceb01 Remove deprecated getLeaderBoard() API from LeadershipService by Ray Milkey · 6 years ago
  33. dc579c5 Implement compareTo for TableId to avoid IllegalArgumentException by Charles Chan · 6 years ago
  34. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  35. 74c98a3 Refactor file path validation code; reject apps with up-level references in the name by Ray Milkey · 6 years ago
  36. 351d456 Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  37. 4b19da6 Fix for OS-13 - don't allow app pathnames to leave the app root by Ray Milkey · 6 years ago
  38. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  39. 6af4e17 Bumped supported revisions of P4 tools by Carmelo Cascone · 6 years ago
  40. 74ce2c1 [ONOS-7583]Adding PI flow rules via REST API and unit tests by Frank Wang · 6 years ago
  41. 800d9d0 [ONOS-7624] Implement egress pipeline programming by Jonghwan Hyun · 6 years ago
  42. 6c52606 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  43. 2c95acf Support double-tagged host by Jonghwan Hyun · 6 years ago
  44. 957bb37 ONOS-7577 - REST API to add and remove buckets from a group by Ray Milkey · 6 years ago
  45. 054e23d Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  46. 27cff8c Remove deprecated unfiltered connect point methods from multipoint to single point intents by Ray Milkey · 6 years ago
  47. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  48. 7483e1b Remove deprecated LinkWeight interface by Ray Milkey · 6 years ago
  49. a2cf3a1 Remove deprecated connect point APIs for point to point intents by Ray Milkey · 6 years ago
  50. 06297ed SONAR suggestion - Synchronize initialization of static fields by Ray Milkey · 6 years ago
  51. 62c3e07 Order the annotation output by Laszlo Papp · 6 years ago
  52. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  53. 7390b5c Expose the port stats annotations to REST by Laszlo Papp · 6 years ago
  54. 5e95961 [ONOS-7333] adapted REST API for bitwise match on TCP/UDP/SCTP source/destination port (flow) by Andreas Gilbert · 6 years ago
  55. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  56. e2a1500 [ONOS-7267] Fix pipeconf UI by Yi Tseng · 6 years ago
  57. 4f68ec9 ONOS-6613 Non-disruptive intent reallocation by Antonio Marsico · 7 years ago
  58. 87892e2 ONOS-7066 ONOS-7067 PI abstractions refactoring and P4Info model parser by Carmelo Cascone · 6 years ago
  59. 409289d Multiple meter support added and meter action added for OF1.5 by cansu.toprak · 7 years ago
  60. 370d908 [ONOS-7144] Membership CLI Command by slowr · 7 years ago
  61. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  62. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  63. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  64. 47c9541 Refactor construction of application objects by Ray Milkey · 7 years ago
  65. a87b40c [ONOS-6964][ONOS-6966] Add pipeconf codec and pipeconf view by Yi Tseng · 7 years ago
  66. 18177a5 [ONOS-7026] Show table name if the table id of a flow is PiTableId by Yi Tseng · 7 years ago
  67. d0c147a Allow host provider to remove a learnt host provided by others by Charles Chan · 7 years ago
  68. 08b4dec ONOS-6980 Adding support for download of application bits. by Thomas Vachuska · 7 years ago
  69. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  70. 8338b8d Allow addition and removal of individual routes via REST. by Jonathan Hart · 7 years ago
  71. 360b02f [CORD-1675]Bug fix and encode, decode implementation for Ofdpa3 extensions by Jonghwan Hyun · 7 years ago
  72. a579c8f Adding MP2SP Intent Codec Unit Test for REST API by Aris C. Risdianto · 7 years ago
  73. 7c5f9c9 Adding the DomainConstraint to the web interface. by Thomas Szyrkowiec · 7 years ago
  74. 9576131 Adding support for MultiPointToSinglePoint intents in the RESTful API by nassima toumi · 7 years ago
  75. d5abc4b fix virtual network comparator by Harold Huang · 7 years ago
  76. 95c84ed ONOS-6245:Intent_mini_summary by dvaddire · 7 years ago
  77. ad37e37 Integrating YANG live compilation into YANG runtime. by Thomas Vachuska · 7 years ago
  78. a0efdcc ONOS-6516 - Fix for NullPointer Exceptions found during OFDPA testing by Sivachidambaram Subramanian · 7 years ago
  79. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  80. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  81. f70bf46 [ONOS-6756] Replicate node version information for ISSU by Jordan Halterman · 7 years ago
  82. 0d0c683 [ONOS-6806] Add getAvailableDeviceCount method to DeviceStore by mskala · 7 years ago
  83. 2cfe8ef Moving Extensions codecs to net/flow to avoid circular dependencies by Andrea Campanella · 7 years ago
  84. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  85. 9312a80 Fix checkstyle buck daemon issue by Yuta HIGUCHI · 7 years ago
  86. 10b69e8 Avoid multi-thread issue of encoding the installable Intents to json by Yi Tseng · 7 years ago
  87. 99d6696 Improved comparator unit tests by Sbhat35 · 7 years ago
  88. f97e0ed [ONOS-6547] Add method to obtain intent's installables in REST API. by Rafal Szalecki · 7 years ago
  89. 888e20a Remove host location when port down or device down by Charles Chan · 7 years ago
  90. ebf88d6 Cleaning up MeteringAgent. by Yuta HIGUCHI · 7 years ago
  91. 1022a4e ONOS-6464 interfaces for protocol-independence (PI) by Carmelo Cascone · 7 years ago
  92. cd06c69 Extend host structures to store multiple locations by Charles Chan · 7 years ago
  93. cc962d8 Add REST support for MPLS_POP, TTL_IN and DEC_TTL instructions, MPLS_BOS criterion by Jonathan Hart · 8 years ago
  94. 8521f81 remove deprecated isDurable() method by Ray Milkey · 7 years ago
  95. dab7f4b ONOS-6452 - Supplied Eth Type value was not getting reflected for MPLS_POP instructions. Now this has been corrected. by Sivachidambaram Subramanian · 7 years ago
  96. 498fa1d Bump Guava to 21.0 by Yuta HIGUCHI · 7 years ago
  97. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  98. 215f245 the port in action field is optional for qos flow rule by ke han · 7 years ago
  99. ac8b229 ONOS-6225 Expose k-shortest path search as part of TopologyService. by Yuta HIGUCHI · 7 years ago
  100. aa178db Add ability to set clearDeferred flag in treatments from REST API. by Jonathan Hart · 7 years ago