Skip to content
Snippets Groups Projects
  1. Aug 16, 2023
    • Motomu Utsumi's avatar
      Use Java code path for bpf map operations in BpfNetMaps · 7628ea30
      Motomu Utsumi authored
      Experiment to verify bpf map operations refactoring showed no
      change of map size metrics and no system health regressions.
      So this CL update BpfNetMaps to always use new code path with kill
      switch.
      
      Test: m
      Bug: 217624062
      Change-Id: Ic17470ac5c075884871ea2df2c13c054f5ac2929
      7628ea30
    • Motomu Utsumi's avatar
      Rename to isTetheringFeatureNotChickenedOut · dafb9f25
      Motomu Utsumi authored
      Original name was isTetheringFeatureForceDisabled but it's expected that
      the caller of this method will use as `enabled =
      !isTetheringFeatureForceDisabled` which is error prune.
      So aosp/2711138 renames to isTetheringFeatureNotChickenedOut and updates to
      return true if the feature is not disabled.
      
      Bug: 279108992
      Test: m
      Change-Id: Ia992113e9fb1aee09fcfe48e2b39ca03876063ee
      dafb9f25
  2. Aug 15, 2023
  3. Aug 14, 2023
  4. Aug 12, 2023
  5. Aug 11, 2023
  6. Aug 10, 2023
  7. Aug 09, 2023
  8. Aug 08, 2023
  9. Aug 07, 2023
  10. Aug 06, 2023
  11. Aug 05, 2023
  12. Aug 04, 2023
Loading