1. 15 Jun, 2016 8 commits
  2. 14 Jun, 2016 13 commits
  3. 13 Jun, 2016 2 commits
  4. 11 Jun, 2016 1 commit
  5. 10 Jun, 2016 4 commits
  6. 09 Jun, 2016 6 commits
  7. 08 Jun, 2016 6 commits
    • Change-Id: I95cd5c7ffa52727cab409541b7dd0e6d5a8d0bd4
      Ray Milkey authored
    • Previously, uploading invalid config results in a generic error message
      which makes it difficult to figure out what is wrong with the config
      
      Change-Id: I307d2fc0669679b067389c722556eef3aae098b9
      Jonathan Hart authored
    • The default value for relativePath is: ../pom.xml
      
      Change-Id: If9cb7ff8124b71be6c0cd67e1f368a9c1fc36538
      Brian O'Connor authored
    • Change-Id: If997943aef8e46caafd21629296b939d6669e374
      Thomas Vachuska authored
    • Driver notable changes:
      - Implemented new behaviors, removed deprecated ones
      - Removed flow rule translator classes (now under protocol module)
      - Improved FlowRuleProgrammable: now it uses BMv2TableEntryService
      	to lookup/bind flow rules with BMv2 table entries, retrieves flow
      	statistics, better exception handling when adding/replacing/removing
      	table entries.
      - Improved PacketProgrammable: better exception handling and logging
      
      Provider notable changes:
      - Bmv2DeviceProvider: detects and notifies device configuration
      	changes and reboots to Bmv2DeviceContextService, added support for
      	periodic polling of port statistics
      - Bmv2PacketProvider: implemented workaround for OutboundPackets with
      	flood treatment
      
      Change-Id: I79b756b533d4afb6b70025a137b2e811fd42a4e8
      Carmelo Cascone authored
    • - cleaned up application confirmation dialog.
      
      Change-Id: I498ef3897f828611ed8677873bcfcbcc3b09e1cc
      Simon Hunt authored