Skip to content
Snippets Groups Projects
  1. Dec 27, 2023
  2. Dec 26, 2023
  3. Dec 25, 2023
  4. Dec 23, 2023
  5. Dec 22, 2023
    • Yang Sun's avatar
      Use NetlinkUtil to process dump messages in InetDiagMessage. · 4e3bc16e
      Yang Sun authored
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink.InetDiagSocketTest
      atest FrameworksNetTests:android.net.connectivity.com.android.server.ConnectivityServiceTest
      
      Change-Id: I71545beea8e4d9d9993f473813017f76094dc2e0
      4e3bc16e
    • Yang Sun's avatar
      Add mif6ctl struct definition. · 03e3ceaa
      Yang Sun authored
      This is used to configure interfaces for multicast routing.
      
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.structs.StructMif6ctlTest
      Change-Id: Ic26cddab2d5a9f90f63b0828c3e133d830aa0db4
      03e3ceaa
    • Yang Sun's avatar
      Add mf6cctl struct definition. · 15d4e023
      Yang Sun authored
      This is used to configure multicast routes.
      
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.structs.StructMf6cctlTest
      Change-Id: I57b36e6678262f48781b70ab77d49b920c7ddca2
      15d4e023
    • Maciej Żenczykowski's avatar
      Include both eth%d and usb%d ethernet interfaces on V+ · 5512a2b7
      Maciej Żenczykowski authored
      
      Ethernet interface naming is not consistent on Linux.
      While some USB ethernet dongles show up as eth0,
      others might show up as usb0.
      
      This CL changes config_ethernet_iface_regex to "*" which stands
      for "use Android version specific default". The default will
      include both usb\d+ and eth%d named interfaces on Android V+.
      Android T/U will continue to only include eth%d interfaces
      (note that the "+" is a new addition which is highly unlikely
      to have any actual effect, but is more technically correct).
      
      This reverts commit ac6ff00b
      with change of U+ to V+ minimum.
      
      Reason for revert: Change from U+ to V+
      
      Test: TreeHugger
      Bug: 304335605
      Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
      Change-Id: I124b8cd284968b920e753a8dcc270c22af46c9aa
      5512a2b7
    • Yang Sun's avatar
      Add Mrt6Msg struct for multicast routing support. · 50b4fd79
      Yang Sun authored
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.structs.StructMrt6MsgTest
      Change-Id: I71367761662117aa6c0af3153039e50266d79259
      50b4fd79
Loading