Skip to content
Snippets Groups Projects
  1. Nov 18, 2021
  2. Nov 17, 2021
    • Maciej Żenczykowski's avatar
      explicitly specify that offload.o & test.o bpf programs are S+ · a457bf7e
      Maciej Żenczykowski authored
      
      Note: due to the release version of the Connectivity/Tethering mainline
      module being built from sc-mainline-prod, this won't actually take effect
      until system/bpf bpfloader at version 0.6+ is merged in to that tree.
      
      This doesn't really matter, since currently things default to v0.0+.
      But there is no mainline module updatable pre-v0.2 supported OS
      anyway. BpfLoader v0.2 is what shipped in Android S Beta 4 through
      Android S Final.
      
      Before S there simply was no bpfloader support for mainline updatable
      ebpf code, while S Beta 3 and earlier shipped v0.0 which is badly
      incompatible with even the current version of the mainline module.
      
      Additionally v0.0 doesn't even parse this field, while v0.1 which
      does was very short lived [~3 days] and can thus be utterly ignored.
      
      As such this change is effectively a no-op, and even post merge
      of bpfloader v0.6+ into sc-mainline-prod will still be effectively
      a no-op.
      
      So why do it? I want to explicitly document that these programs are S+,
      so that I can change the default in the future to be T+.
      
      Test: TreeHugger
      Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
      Change-Id: I7e5d0124700c7045abe16b1f3b504c9e88054ff2
      a457bf7e
    • Treehugger Robot's avatar
      d8d887bd
    • Maciej Żenczykowski's avatar
      Always use OWNERS from master branch. · 101f39bb
      Maciej Żenczykowski authored
      
      Since you cannot include yourself we need an extra level of indirection,
      to make sure that OWNERS remains current even in historical branches.
      
      Also vastly increase the number of OWNERS
      
      Test: N/A
      Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
      Change-Id: I19723fd9fbcee8fe3d8c9386ec5290d2764f2104
      101f39bb
  3. Nov 15, 2021
    • Taras Antoshchuk's avatar
      Disable CtsNetTestCases if needed · bc3f86df
      Taras Antoshchuk authored
      Apply NetworkStackNextEnableDefaults to CtsNetTestCases to disable it
      in branches where NetworkStackNext and related targets should not be
      built.
      
      Test: presubmit
      Change-Id: I850b4294aa4c3c01f8871760185ca7fedc0f8584
      bc3f86df
    • Chalard Jean's avatar
      S- not to crash on NetworkInfo(null) or setDetailedState(null) · dece0d80
      Chalard Jean authored
      When NetworkInfo(null) or setDetailedState(null, any, any) are
      called, S used to not crash but plant a null bomb for later
      which may explode in some calls (notably, parceling) : see the
      bug referenced below for details.
      
      To help catching these errors earlier a patch was made to crash
      as soon as one of these methods is called with a null argument,
      but this will also crash incorrect use on existing code that
      may never actually step on the mine, crashing code that used not
      to crash. For safety, implement the new behavior only on T.
      
      Bug: 145972387
      Test: NetworkInfoTest
      Change-Id: Ib710497d83b2d26439c2bd4d2f572310db97d6fd
      dece0d80
  4. Nov 11, 2021
  5. Nov 10, 2021
  6. Nov 09, 2021
    • markchien's avatar
      Rename tethering util folder and its package name · d02f9af9
      markchien authored
      Move tethering util files from android.net.util into
      com.android.networkstack.tethering.util. The goal is move all of
      tethering internal files into its own namespace
      com.android.networkstack.tethering.util.
      
      Bug: 205088391
      Test: atest TetheringTests
            atest CtsTetheringTest
            atest TetheringPrivilegedTests
      
      Change-Id: I6559fb4f873b3cad5b210b10e49df1b6c6914a70
      d02f9af9
  7. Nov 08, 2021
  8. Nov 06, 2021
  9. Nov 05, 2021
  10. Nov 04, 2021
  11. Nov 02, 2021
  12. Nov 01, 2021
Loading