index
:
packages_modules_Connectivity.git
s12.0
s12.1
t13.0
u14.0
packages_modules_Connectivity
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tethering
/
src
/
android
/
net
/
ip
/
IpServer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add config_p2p_leases_subnet_prefix_length configuration
markchien
2022-03-31
1
-1
/
+7
*
Merge changes from topic "dedup-interfaceparams"
Maciej Żenczykowski
2022-03-05
1
-1
/
+1
|
\
|
*
Deduplicate InterfaceParams
Patrick Rohr
2022-03-04
1
-1
/
+1
*
|
Pass whole TetheringConfiguration to IpServer
markchien
2022-03-03
1
-4
/
+5
|
/
*
Use new bluetooth API to enable/disable bt tethering after T
markchien
2022-01-17
1
-7
/
+8
*
Rename tethering util folder and its package name
markchien
2021-11-09
1
-4
/
+4
*
Move to f/l/n instead of RouteUtils
Chalard Jean
2021-10-29
1
-4
/
+3
*
Use SdkLevel util instead of explicitly checking the version
markchien
2021-08-12
1
-4
/
+2
*
Skip bpf offload if upstream interface is VCN
markchien
2021-07-13
1
-2
/
+14
*
Clear IPv4 offload rules when tethering stopped
Hungming Chen
2021-06-23
1
-1
/
+11
*
Suppress IpServer message logs
markchien
2021-06-08
1
-7
/
+14
*
Allow callers of startTethering to choose local-only mode.
Lorenzo Colitti
2021-04-19
1
-1
/
+1
*
Set the limit whenever any IPv4 or IPv6 rule exists.
Lorenzo Colitti
2021-04-01
1
-8
/
+26
*
[NFCT.TETHER.15] Attach BPF program in the mainline module
Hungming Chen
2021-03-11
1
-0
/
+2
*
Remove IpServer.Dependencies#getIfIndex.
Lorenzo Colitti
2021-01-27
1
-12
/
+0
*
[NFCT.TETHER.7] Prepare the downstream information for IPv4 offload rule
Hungming Chen
2021-01-22
1
-0
/
+28
*
[NFCT.TETHER.1] Add conntrack monitor to BpfCoordinator
Hungming Chen
2021-01-21
1
-0
/
+11
*
Make the IP subnet persistent till reboot
markchien
2020-10-06
1
-4
/
+4
*
tethering: DAD Proxy Daemon
Tyler Wear
2020-09-22
1
-8
/
+37
*
Revert "Revert "Move Inet[4]AddressUtils to libs/net""
Chalard Jean
2020-08-07
1
-1
/
+2
*
Merge "Update language to comply with Android's inclusive language guidance"
Chiachang Wang
2020-07-30
1
-6
/
+10
|
\
|
*
Update language to comply with Android's inclusive language guidance
Chiachang Wang
2020-07-29
1
-6
/
+10
*
|
Always stop dhcp server even it is obsolete
markchien
2020-07-29
1
-3
/
+7
|
/
*
Revert "Move Inet[4]AddressUtils to libs/net"
Chalard Jean
2020-07-02
1
-2
/
+1
*
Move Inet[4]AddressUtils to libs/net
Remi NGUYEN VAN
2020-07-02
1
-1
/
+2
*
Tethering: Add WiGig support
Dedy Lansky
2020-06-22
1
-1
/
+2
*
Merge "Let only Ethernet manage ethernet interface up and down"
Mark Chien
2020-06-19
1
-2
/
+3
|
\
|
*
Let only Ethernet manage ethernet interface up and down
Milim Lee
2020-06-19
1
-2
/
+3
*
|
Memory leak due to no stop for IpNeighborMonitor.
h.zhang
2020-06-18
1
-0
/
+1
|
/
*
[BOT.6] Make BpfCoordinator to support data limit
Hungming Chen
2020-06-09
1
-35
/
+15
*
Merge "Stop reducing RA advertised ipv6 mtu by 16 - not needed."
Maciej Żenczykowski
2020-06-03
1
-6
/
+1
|
\
|
*
Stop reducing RA advertised ipv6 mtu by 16 - not needed.
Maciej Żenczykowski
2020-06-02
1
-6
/
+1
*
|
[BOT.5] Move class Ipv6ForwardingRule from IpServer to the coordinator
Hungming Chen
2020-05-29
1
-35
/
+1
*
|
[BOT.2] Create a coordinator and stats provider to provide tether stats
Hungming Chen
2020-05-29
1
-1
/
+14
|
/
*
Tethering: ensure downstream prefix do not conflict with upstream
markchien
2020-05-27
1
-89
/
+80
*
Adjust TTL for ipv6 tethering
markchien
2020-05-24
1
-7
/
+6
*
Support MirrorLink DHCPDECLINE.
Xiao Ma
2020-05-13
1
-62
/
+170
*
A minor followup change for BPF offload device option stuff
Hungming Chen
2020-05-12
1
-6
/
+6
*
Use device option to control BPF offload features
Hungming Chen
2020-05-05
1
-7
/
+27
*
Don't crash when receiving an RTM_DELNEIGH or NUD_FAILED.
Lorenzo Colitti
2020-04-14
1
-2
/
+7
*
Merge "Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic."
Xiao Ma
2020-04-06
1
-2
/
+7
|
\
|
*
Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic.
Xiao Ma
2020-04-06
1
-2
/
+7
*
|
Migrate to TetherOffloadRuleParcel in IpServer
Lorenzo Colitti
2020-04-04
1
-4
/
+16
|
/
*
Merge "Assign specific client address to dhcp server"
Treehugger Robot
2020-03-30
1
-8
/
+24
|
\
|
*
Assign specific client address to dhcp server
markchien
2020-03-19
1
-8
/
+24
*
|
TetheringManager API clean up
markchien
2020-03-19
1
-2
/
+2
|
/
*
Merge "Support static address configuration"
Mark Chien
2020-03-17
1
-6
/
+22
|
\
|
*
Support static address configuration
markchien
2020-03-17
1
-6
/
+22
*
|
Cleanup the TetheredClients API
Remi NGUYEN VAN
2020-03-13
1
-2
/
+5
|
/
*
Merge changes I4a624ea4,I8626932e
Lorenzo Colitti
2020-02-25
1
-3
/
+18
|
\
[next]