aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/jni/libandroidbridge/kernel/android_net.c
Commit message (Expand)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-121-314/+0
* android: Retrigger a roam event if reportedly connected but no source address...Tobias Brunner2015-07-281-2/+35
* android: Fix kernel-net implementation on Android 4.3 and earlierTobias Brunner2015-07-281-0/+34
* android: Add a custom kernel-net implementation to replace kernel-netlinkTobias Brunner2015-07-281-10/+143
* android: Repurpose android-net to simply handle connectivity eventsTobias Brunner2013-05-031-42/+9
* android: Implement kernel_net_t.get_interface via JNITobias Brunner2013-01-141-2/+9
* Install virtual IPs via interface name, and use an interface lookup where req...Martin Willi2012-11-291-1/+1
* Add an optional kernel-interface parameter to install IPs with a custom prefixMartin Willi2012-11-291-1/+2
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Use a helper function to add milliseconds to timeval structsTobias Brunner2012-10-181-6/+1
* android: Bypass/protect previously bypassed sockets if connectivity changesTobias Brunner2012-10-161-0/+2
* android: Trigger roam events in case connectivity changesTobias Brunner2012-10-161-0/+63
* android: Determine source address dynamicallyTobias Brunner2012-10-161-1/+16
* Add an Android specific kernel_net_t implementationTobias Brunner2012-08-131-0/+64