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
/
TetherController.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor stoping process to one util API
WeiZhang
2021-12-08
1
-2
/
+1
*
use str.empty() to check for empty string instead of !str[0]
Maciej Żenczykowski
2021-11-18
1
-1
/
+1
*
rename OffloadUtils to TcUtils
Patrick Rohr
2021-10-15
1
-1
/
+1
*
Add debug trace for netd stuck issue
Ken Chen
2021-04-02
1
-0
/
+2
*
TetherController - remove initMaps() and bpf maps
Maciej Żenczykowski
2021-03-16
1
-18
/
+0
*
TetherController - remove setBpfLimit()
Maciej Żenczykowski
2021-03-16
1
-43
/
+0
*
remove dead code compiler warns about
Maciej Żenczykowski
2021-03-16
1
-24
/
+0
*
TetherController - remove a bunch of no longer used RPC support code
Maciej Żenczykowski
2021-03-16
1
-155
/
+0
*
TetherController - remove bpf dump code
Maciej Żenczykowski
2021-03-16
1
-102
/
+0
*
TetherController - remove bpf map clears
Maciej Żenczykowski
2021-03-16
1
-24
/
+6
*
TetherController - remove unused mBpfDownstream64Map
Maciej Żenczykowski
2021-03-16
1
-6
/
+1
*
TetherController: Remove the BPF program attachment stubs
Hungming Chen
2021-03-11
1
-68
/
+1
*
merge Tether{Up,Down}stream6Value -> Tether6Value
Maciej Żenczykowski
2021-01-27
1
-6
/
+5
*
Revert "TetherController - populate TetherUpstream6Map"
Lorenzo Colitti
2021-01-27
1
-71
/
+8
*
TetherController - populate TetherUpstream6Map
Maciej Żenczykowski
2021-01-23
1
-8
/
+71
*
add code to dump the content of the tether offload upstream6 map
Maciej Żenczykowski
2021-01-22
1
-4
/
+32
*
TetherController - add bpf map objects
Maciej Żenczykowski
2021-01-21
1
-0
/
+21
*
use proper types for tether limit/stats bpf map keys/values
Maciej Żenczykowski
2021-01-21
1
-6
/
+7
*
attach upstream ipv4 and ipv6 tether offload tc ebpf programs
Maciej Żenczykowski
2021-01-21
1
-16
/
+19
*
attach downstream ipv4 tether offload tc ebpf program
Maciej Żenczykowski
2021-01-21
1
-14
/
+31
*
add functions to attach/detach tc ipv4 tether offload programs
Maciej Żenczykowski
2021-01-21
1
-4
/
+4
*
OffloadUtils - tcFilterAddDevBpf() - add support for Tether Upstream6
Maciej Żenczykowski
2021-01-21
1
-2
/
+2
*
refactor: TetherIngress becomes TetherDownstream6 (and friends)
Maciej Żenczykowski
2021-01-20
1
-30
/
+36
*
bpf is always supported
Maciej Żenczykowski
2021-01-19
1
-6
/
+0
*
Merge "TetherController - print iface names in bpf info"
Maciej Żenczykowski
2020-06-11
1
-8
/
+16
|
\
|
*
TetherController - print iface names in bpf info
Maciej Żenczykowski
2020-06-11
1
-8
/
+16
*
|
TetherController: Remove default data limit in tethering start
Hungming Chen
2020-06-09
1
-3
/
+0
|
/
*
Add binder call tetherOffloadGetAndClearStats
Hungming Chen
2020-06-05
1
-0
/
+40
*
Add binder call tetherOffloadSetInterfaceQuota
Hungming Chen
2020-06-05
1
-0
/
+25
*
Merge changes from topic "tether_offload_data_limit"
Nucca Chen
2020-06-01
1
-29
/
+13
|
\
|
*
Add binder call tetherOffloadGetStats
Hungming Chen
2020-05-29
1
-29
/
+13
*
|
use/test pmtu from TetherOffloadRuleParcel
Maciej Żenczykowski
2020-06-01
1
-1
/
+4
|
/
*
TetherIngressValue - add output path/route mtu field
Maciej Żenczykowski
2020-05-23
1
-5
/
+6
*
ebpf tethering - add a map to store data limit, part 3
Maciej Żenczykowski
2020-05-23
1
-0
/
+46
*
ebpf tethering - add a map to store data limit, part 2
Maciej Żenczykowski
2020-05-10
1
-1
/
+21
*
TetherController - use %u not %d for uint32_t formatting
Maciej Żenczykowski
2020-05-08
1
-2
/
+2
*
TetherController - bpf offload should only be enabled once per upstream
Maciej Żenczykowski
2020-04-07
1
-7
/
+5
*
Convert tethering offload IPCs from primitive args to a parcel.
Lorenzo Colitti
2020-04-06
1
-25
/
+44
*
Merge "TetherController: A followup change refactors getTetherStats"
Treehugger Robot
2020-02-20
1
-19
/
+28
|
\
|
*
TetherController: A followup change refactors getTetherStats
Hungming Chen
2020-02-20
1
-19
/
+28
*
|
TetherController - clear both ebpf tether offload maps on startup
Maciej Żenczykowski
2020-02-19
1
-2
/
+4
|
/
*
TetherController: Process tether stats from bpf maps
Hungming Chen
2020-02-20
1
-10
/
+44
*
TetherController - print less errors on bpf unsupporting devices
Maciej Żenczykowski
2020-02-19
1
-0
/
+4
*
Add binder IPCs to add and remove downstream IPv6 tethering rules
Lorenzo Colitti
2020-02-18
1
-0
/
+127
*
TetherController: attach/detach tether bpf program to upstream interface
Hungming Chen
2020-02-18
1
-0
/
+49
*
Add a dump method to TetherController
Lorenzo Colitti
2020-02-17
1
-0
/
+32
*
Support enable/disable dns forwarding of dnsmasq
Luke Huang
2019-08-20
1
-8
/
+26
*
TetherController - fix missing calls to posix_*_destroy() on error paths
Maciej Żenczykowski
2019-05-11
1
-22
/
+17
*
Move ResponseCode to libnetdutils
Mike Yu
2019-04-02
1
-3
/
+2
*
Remove wrong and unnecessary check for setDnsForwarders
Luke Huang
2019-03-30
1
-9
/
+1
[next]