summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/IpReachabilityMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* Grab a wakelock while doing ARP/ND probingErik Kline2015-09-211-1/+34
* Send neighbors into NUD_PROBE rather than NUD_DELAYErik Kline2015-06-011-7/+1
* Treat RTM_DELNEIGH as a transition to NUD_NONEErik Kline2015-06-011-3/+2
* Notify only on loss of provisioning.Erik Kline2015-05-221-87/+125
* Set NLM_F_ACK in our RTM_NEWNEIGH requestsErik Kline2015-05-201-31/+57
* Close netlink socket when shutting down IpReachabilityMonitorErik Kline2015-05-201-7/+8
* Add IpReachabilityMonitor#probeAll() to begin doing DNAv4/v6-like probingErik Kline2015-05-191-7/+47
* Initial IpReachabilityMonitor implementation.Erik Kline2015-05-131-0/+354