summaryrefslogtreecommitdiff
path: root/Tethering/src/android/net/ip/IpServer.java
Commit message (Expand)AuthorAgeFilesLines
* Add config_p2p_leases_subnet_prefix_length configurationmarkchien2022-03-311-1/+7
* Merge changes from topic "dedup-interfaceparams"Maciej Żenczykowski2022-03-051-1/+1
|\
| * Deduplicate InterfaceParamsPatrick Rohr2022-03-041-1/+1
* | Pass whole TetheringConfiguration to IpServermarkchien2022-03-031-4/+5
|/
* Use new bluetooth API to enable/disable bt tethering after Tmarkchien2022-01-171-7/+8
* Rename tethering util folder and its package namemarkchien2021-11-091-4/+4
* Move to f/l/n instead of RouteUtilsChalard Jean2021-10-291-4/+3
* Use SdkLevel util instead of explicitly checking the versionmarkchien2021-08-121-4/+2
* Skip bpf offload if upstream interface is VCNmarkchien2021-07-131-2/+14
* Clear IPv4 offload rules when tethering stoppedHungming Chen2021-06-231-1/+11
* Suppress IpServer message logsmarkchien2021-06-081-7/+14
* Allow callers of startTethering to choose local-only mode.Lorenzo Colitti2021-04-191-1/+1
* Set the limit whenever any IPv4 or IPv6 rule exists.Lorenzo Colitti2021-04-011-8/+26
* [NFCT.TETHER.15] Attach BPF program in the mainline moduleHungming Chen2021-03-111-0/+2
* Remove IpServer.Dependencies#getIfIndex.Lorenzo Colitti2021-01-271-12/+0
* [NFCT.TETHER.7] Prepare the downstream information for IPv4 offload ruleHungming Chen2021-01-221-0/+28
* [NFCT.TETHER.1] Add conntrack monitor to BpfCoordinatorHungming Chen2021-01-211-0/+11
* Make the IP subnet persistent till rebootmarkchien2020-10-061-4/+4
* tethering: DAD Proxy DaemonTyler Wear2020-09-221-8/+37
* Revert "Revert "Move Inet[4]AddressUtils to libs/net""Chalard Jean2020-08-071-1/+2
* Merge "Update language to comply with Android's inclusive language guidance"Chiachang Wang2020-07-301-6/+10
|\
| * Update language to comply with Android's inclusive language guidanceChiachang Wang2020-07-291-6/+10
* | Always stop dhcp server even it is obsoletemarkchien2020-07-291-3/+7
|/
* Revert "Move Inet[4]AddressUtils to libs/net"Chalard Jean2020-07-021-2/+1
* Move Inet[4]AddressUtils to libs/netRemi NGUYEN VAN2020-07-021-1/+2
* Tethering: Add WiGig supportDedy Lansky2020-06-221-1/+2
* Merge "Let only Ethernet manage ethernet interface up and down"Mark Chien2020-06-191-2/+3
|\
| * Let only Ethernet manage ethernet interface up and downMilim Lee2020-06-191-2/+3
* | Memory leak due to no stop for IpNeighborMonitor.h.zhang2020-06-181-0/+1
|/
* [BOT.6] Make BpfCoordinator to support data limitHungming Chen2020-06-091-35/+15
* Merge "Stop reducing RA advertised ipv6 mtu by 16 - not needed."Maciej Żenczykowski2020-06-031-6/+1
|\
| * Stop reducing RA advertised ipv6 mtu by 16 - not needed.Maciej Żenczykowski2020-06-021-6/+1
* | [BOT.5] Move class Ipv6ForwardingRule from IpServer to the coordinatorHungming Chen2020-05-291-35/+1
* | [BOT.2] Create a coordinator and stats provider to provide tether statsHungming Chen2020-05-291-1/+14
|/
* Tethering: ensure downstream prefix do not conflict with upstreammarkchien2020-05-271-89/+80
* Adjust TTL for ipv6 tetheringmarkchien2020-05-241-7/+6
* Support MirrorLink DHCPDECLINE.Xiao Ma2020-05-131-62/+170
* A minor followup change for BPF offload device option stuffHungming Chen2020-05-121-6/+6
* Use device option to control BPF offload featuresHungming Chen2020-05-051-7/+27
* Don't crash when receiving an RTM_DELNEIGH or NUD_FAILED.Lorenzo Colitti2020-04-141-2/+7
* Merge "Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic."Xiao Ma2020-04-061-2/+7
|\
| * Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic.Xiao Ma2020-04-061-2/+7
* | Migrate to TetherOffloadRuleParcel in IpServerLorenzo Colitti2020-04-041-4/+16
|/
* Merge "Assign specific client address to dhcp server"Treehugger Robot2020-03-301-8/+24
|\
| * Assign specific client address to dhcp servermarkchien2020-03-191-8/+24
* | TetheringManager API clean upmarkchien2020-03-191-2/+2
|/
* Merge "Support static address configuration"Mark Chien2020-03-171-6/+22
|\
| * Support static address configurationmarkchien2020-03-171-6/+22
* | Cleanup the TetheredClients APIRemi NGUYEN VAN2020-03-131-2/+5
|/
* Merge changes I4a624ea4,I8626932eLorenzo Colitti2020-02-251-3/+18
|\