index
:
system_netd.git
master
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.1
s12.1
t13.0
system_netd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
NetworkController.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add special subpriority that does not set default network for uids
Patrick Rohr
2022-01-26
1
-5
/
+14
*
rename subpriority constants to make more readable
Patrick Rohr
2022-01-25
1
-1
/
+1
*
[ELR#1] Add excludeLocalRoutes in VirtualNetwork
Chiachang Wang
2022-01-13
1
-2
/
+3
*
Keep subPriority in int
Ken Chen
2021-12-13
1
-6
/
+6
*
[NETD-TC#9] Clean up dependency between InterfaceController and
waynema
2021-12-08
1
-1
/
+3
*
Print uid network permissions
paulhu
2021-10-28
1
-0
/
+16
*
Merge changes Idd57eb85,I4d457152
Taras Antoshchuk
2021-10-19
1
-2
/
+4
|
\
|
*
Use route priority only for route cache invalidation
Taras Antoshchuk
2021-10-11
1
-2
/
+4
*
|
rename OffloadUtils to TcUtils
Patrick Rohr
2021-10-15
1
-1
/
+1
|
/
*
Show UID ranges config in dumpsys netd
Ken Chen
2021-07-01
1
-0
/
+5
*
Support subsidiary priority on UID ranges
Ken Chen
2021-07-01
1
-21
/
+26
*
Add networkCreate API. Deprecate networkCreate[Physical/Vpn]
Ken Chen
2021-05-11
1
-1
/
+6
*
Add debug trace for netd stuck issue
Ken Chen
2021-04-02
1
-0
/
+2
*
Remove Network::Type and Network::getType()
Ken Chen
2021-03-31
1
-1
/
+2
*
Swap the priority of UID_DEFAULT_UNREACHABLE and UID_DEFAULT_NETWORK
Ken Chen
2021-03-31
1
-12
/
+12
*
Restrict apps from using the 'unreachable network'
Ken Chen
2021-03-30
1
-3
/
+2
*
PANS - Support unreachable default network
Ken Chen
2021-03-26
1
-12
/
+25
*
Merge "Configurable per application default network"
Maciej Żenczykowski
2021-02-05
1
-6
/
+43
|
\
|
*
Configurable per application default network
Ken Chen
2021-02-02
1
-6
/
+43
*
|
bpf is always supported
Maciej Żenczykowski
2021-01-19
1
-8
/
+6
|
/
*
Merge "Let ConnectivityService control the socket closure"
Ken Chen
2021-01-12
1
-2
/
+2
|
\
|
*
Let ConnectivityService control the socket closure
Ken Chen
2020-12-30
1
-2
/
+2
*
|
Add utility functions isPhysical() and isVirtual()
Ken Chen
2021-01-12
1
-18
/
+15
|
/
*
Reduce code duplication in UID ranges RPCs
Ken Chen
2020-12-25
1
-17
/
+18
*
Move addUsers/removeUsers from VirtualNetwork to Network
Ken Chen
2020-12-25
1
-3
/
+2
*
Move appliesToUser() from VirtualNetwork to Network
Ken Chen
2020-12-09
1
-6
/
+5
*
Add comments in checkUserNetworkAccessLocked
Ken Chen
2020-12-03
1
-0
/
+5
*
Track local network ifindices in sInterfaceToTable as well.
Lorenzo Colitti
2020-04-26
1
-7
/
+15
*
NetworkController: Clear all clsact stubs in initialization
Hungming Chen
2020-02-18
1
-0
/
+17
*
netd: Route MTU
Tyler Wear
2020-01-23
1
-6
/
+19
*
Use stubs generated by build system
Jooyung Han
2019-11-27
1
-4
/
+2
*
Merge "Delete NetworkController::getNetworkForDns()"
Treehugger Robot
2019-08-22
1
-5
/
+0
|
\
|
*
Delete NetworkController::getNetworkForDns()
Bernie Innocenti
2019-08-21
1
-5
/
+0
*
|
Use C++17's [[nodiscard]] instead of WARN_UNUSED_RESULT
Bernie Innocenti
2019-08-21
1
-14
/
+12
|
/
*
Remove explicitlySelected bit for vpn fallthrough rule
Luke Huang
2019-05-23
1
-5
/
+4
*
NDC migration to binder ver.
Luke Huang
2019-04-24
1
-10
/
+3
*
Clean up Netd and libnetd_resolv for resolver related commands
Luke Huang
2019-03-29
1
-1
/
+0
*
Use IDnsResolver instead of INetd for all resolver related commands
Luke Huang
2019-03-29
1
-1
/
+0
*
Move DumpWriter to libnetdutils
Luke Huang
2019-03-15
1
-1
/
+3
*
Rename struct __res_params to res_params
Bernie Innocenti
2019-02-21
1
-2
/
+1
*
Use dlopen() and dlsym() for resolver functions
Lorenzo Colitti
2018-12-19
1
-3
/
+5
*
Remove getHasDns() and VirtualNetwork.mHasDns
cken
2018-12-18
1
-2
/
+2
*
Add resolv_has_nameserver() to replace getHasDns()
cken
2018-12-18
1
-3
/
+2
*
Refine network-related commands porting
Luke Huang
2018-10-23
1
-1
/
+2
*
Move resolver public headers to separate include path
Bernie Innocenti
2018-10-18
1
-2
/
+3
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-25
1
-3
/
+3
*
Merge "Fix use-after-free in NetworkController::removeInterfaceAddress()"
Treehugger Robot
2018-07-23
1
-1
/
+3
|
\
|
*
Fix use-after-free in NetworkController::removeInterfaceAddress()
Bernie Innocenti
2018-07-20
1
-1
/
+3
*
|
Replace RW lock with mutex, shared_mutex
Luke Huang
2018-07-11
1
-28
/
+27
|
/
*
Add basic logging infrastructure for bugreports
Erik Kline
2018-07-10
1
-1
/
+1
[next]