summaryrefslogtreecommitdiff
path: root/server/NetdNativeService.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move the 464xlat control plane from clatd to netd.Lorenzo Colitti2019-02-271-2/+3
* Make PrivateDnsConfiguration report event to binder directlyMike Yu2019-02-201-1/+1
* Apply the automatic logging feature to Netd native service.Xiao Ma2019-02-161-296/+35
* Allow NetworkStack permissions in netdRemi NGUYEN VAN2019-02-151-122/+125
* Get bpf level when check bpf supportChenbo Feng2019-02-151-6/+0
* Improve resolver cache lock and thread synchronizationKen Chen2019-02-141-7/+6
* Fix memory leak in resolver cacheMike Yu2019-02-061-1/+2
* Allow registering multiple event listeners from the same processBernie Innocenti2019-02-011-4/+2
* Use bpf maps to store permission informationChenbo Feng2019-01-291-0/+9
* Netd unsolicited event portingLuke Huang2019-01-231-0/+24
* Remove DNS event reporting levelBernie Innocenti2019-01-211-22/+0
* Reduction of networkCreateVpn() permissionKen Chen2018-12-191-1/+1
* Remove getHasDns() and VirtualNetwork.mHasDnscken2018-12-181-2/+4
* Synthesize DNS64 prefix in netdnuccachen2018-12-171-0/+13
* Add an IPC that writes to the tcp_{rmem, wmem}Chenbo Feng2018-12-051-0/+21
* Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidlLuke Huang2018-12-031-18/+10
* Add the tests for ResolverStatsMike Yu2018-11-281-5/+8
* Add fallback logic and enable XFRM-I support in netdBenedict Wong2018-11-221-0/+3
* Add XFRM-I support to XfrmControllerBenedict Wong2018-11-221-43/+28
* Add XFRM Interface creation logicBenedict Wong2018-11-221-43/+32
* Nat-related commands refineLuke Huang2018-11-191-7/+1
* Nat-related commands portingLuke Huang2018-11-191-0/+26
* Interface-related commands portingLuke Huang2018-11-011-0/+107
* Merge libnetddns into libnetd_resolvMike Yu2018-10-301-1/+1
* Refactor UidRange by using stable aidl structureLuke Huang2018-10-251-11/+41
* Firewall-related commands portingLuke Huang2018-10-241-0/+91
* libnetdutils: Remove dependency on libbinderBernie Innocenti2018-10-181-0/+7
* Move resolver public headers to separate include pathBernie Innocenti2018-10-181-1/+1
* Network-related commands portingLuke Huang2018-10-151-3/+174
* Refactor tetherGetStats by using stable aidl structureLuke Huang2018-10-111-19/+51
* Skip permission checking for binder call from system serverLuke Huang2018-10-011-4/+12
* Tether-related commands portingLuke Huang2018-09-261-0/+72
* bandwidth-related commands portingLuke Huang2018-09-111-0/+96
* Implement INetd.aidl getProcSysNet().Erik Kline2018-09-111-19/+61
* Use independent address families for SP selector and templateBenedict Wong2018-08-301-9/+14
* Rename tunnel mode local/remote addresses to src/dstBenedict Wong2018-08-301-50/+20
* Ipfwd-related commands portingLuke Huang2018-08-211-0/+42
* Clatd-related commands portingLuke Huang2018-08-131-0/+15
* Merge "Strict-related commands porting"Luke Huang2018-08-131-0/+24
|\
| * Strict-related commands portingLuke Huang2018-08-011-0/+24
* | Let lock_guard deduce its template argumentBernie Innocenti2018-08-101-1/+1
|/
* Idletimer-related commands portingLuke Huang2018-07-301-0/+28
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-1/+1
* Replace RW lock with mutex, shared_mutexLuke Huang2018-07-111-3/+3
* Add basic logging infrastructure for bugreportsErik Kline2018-07-101-14/+58
* Add static Process class and improved dump outputErik Kline2018-06-061-0/+2
* Add Functions to flush SADB, Policy DB, and IfacesNathan Harold2018-04-261-1/+0
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* Add dump function for trafficControllerChenbo Feng2018-04-121-0/+10
* Receive all the resolver info from ConnectivityServiceErik Kline2018-03-221-2/+3