Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_netd
/
refs/heads/q
/
server
/
TetherController.cpp
8053fa1
netd: Don't fail on FTP or PPTP conntrack failure
by Pierre-Hugues Husson
· 6 years ago
f0e019f
Move ResponseCode to libnetdutils
by Mike Yu
· 6 years ago
8dc1cac
Remove wrong and unnecessary check for setDnsForwarders
by Luke Huang
· 6 years ago
728cf4c
refine test TestIpfwdEnableDisableStatusForwarding and some minor changes on test
by Luke Huang
· 6 years ago
e3dc131
TetherController: Fix a memory and fd leak
by George Burgess IV
· 6 years ago
4096244
Use posix_spawn instead of vfork
by Luke Huang
· 6 years ago
94c43a1
Fix flaky netd_integration_test in Cuttlefish
by Luke Huang
· 7 years ago
a5161a0
Enable more clang-tidy checks and treat them as errors
by Bernie Innocenti
· 7 years ago
71a0b59
Remove sscanf() in TetherController.
by waynema
· 7 years ago
45238a1
Enable -Wsign-compare for netd and fix warnings
by Bernie Innocenti
· 7 years ago
ae038f8
Nat-related commands refine
by Luke Huang
· 7 years ago
19b49c5
Nat-related commands porting
by Luke Huang
· 7 years ago
b5733d7
Tether-related commands porting
by Luke Huang
· 7 years ago
4debf3b
Wrap InterfaceController into the android::net namespace
by Bernie Innocenti
· 7 years ago
04f2cb5
netd: PPTP Helper
by hiroaki.yokoyama
· 7 years ago
edbf5f6
Allow starting dnsmasq without DHCP
by Remi NGUYEN VAN
· 7 years ago
8126754
Merge "netd: Active FTP Helper"
by Treehugger Robot
· 7 years ago
bdfd57e
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
b31fd69
Add basic logging infrastructure for bugreports
by Erik Kline
· 7 years ago
415c44b
netd: Active FTP Helper
by Tyler Wear
· 8 years ago
15bb55c
netd: Enable clang-tidy and fix all warnings
by Bernie Innocenti
· 7 years ago
f988ee7
Merge "Ensure icmp redirects are always ignored"
by Hugo Benichi
· 7 years ago
c4b3a0c
Ensure icmp redirects are always ignored
by Hugo Benichi
· 7 years ago
15079dd
Always push all state to dnsmasq
by Erik Kline
· 7 years ago
76fb716
Merge "Simplifying const/destructor in TetherController."
by Remi NGUYEN VAN
· 7 years ago
3f46148
Rename <cutils/log.h> to <log/log.h>
by Logan Chien
· 7 years ago
7d9bebf
Simplifying const/destructor in TetherController.
by Remi NGUYEN VAN
· 7 years ago
3b47c79
Support adding multiple tethering upstreams.
by Remi NGUYEN VAN
· 7 years ago
5f0358b
Run dnsmasq as dns_tether rather than nobody
by Erik Kline
· 7 years ago
93f9b22
Set nf_conntrack_tcp_be_liberal only when tethering is enabled
by Erik Kline
· 8 years ago
38fd136
Don't complain when finding no tether stats.
by Lorenzo Colitti
· 8 years ago
9a65ac6
Swap TX and RX in addForwardChainStats for clarity.
by Lorenzo Colitti
· 8 years ago
5192bf7
Remove the gettetherstats command.
by Lorenzo Colitti
· 8 years ago
9a8a9ff
Add a binder RPC for tethering stats.
by Lorenzo Colitti
· 9 years ago
4604b4a
Rename natctrl_* iptables rules to tetherctrl_*
by Lorenzo Colitti
· 8 years ago
0935339
Remove support for filtering tether stats.
by Lorenzo Colitti
· 8 years ago
a93126d
Move all tethering functionality into TetherController.
by Lorenzo Colitti
· 8 years ago
e20a526
Pass dnsmasq the socket mark to use for listen sockets.
by Lorenzo Colitti
· 8 years ago
b95c60c
TetherController.cpp: add O_CLOEXEC
by Nick Kralevich
· 9 years ago
6cddf51
Disable DAD for downstream interfaces when tethering
by Erik Kline
· 9 years ago
1d065ba
Setup interfaces for IPv6 tethering
by Erik Kline
· 9 years ago
33fe732
Merge "Revert "Tell dnsmasq not to start wildcard sockets""
by Erik Kline
· 10 years ago
a3ec370
Revert "Tell dnsmasq not to start wildcard sockets"
by Erik Kline
· 10 years ago
3000ca5
Merge "Tell dnsmasq not to start wildcard sockets"
by Erik Kline
· 10 years ago
c284128
Support scoped addresses as tethered DNS servers.
by Lorenzo Colitti
· 10 years ago
f1dfabe
Tell dnsmasq not to start wildcard sockets
by Erik Kline
· 10 years ago
f90a8b9
Pass both IPv4 and IPv6 nameservers to dnsmasq
by Erik Kline
· 10 years ago
13fa01f
Change dnsmasq input command argument separator
by Erik Kline
· 10 years ago
5407e14
Revert "Revert "Update for libbase.""
by Dan Albert
· 10 years ago
afd4037
Forgot this in merge resolution.
by Nicolas Geoffray
· 10 years ago
e298ded
resolved conflicts for merge of 6066d418 to master
by Nicolas Geoffray
· 10 years ago
4a0ab5f
Revert "Update for libbase."
by Nicolas Geoffray
· 10 years ago
a4614fe
Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'
by Vinit Deshpande
· 10 years ago
b67219a
Update for libbase.
by Dan Albert
· 10 years ago
799625c
Changes to forwarding for wifi calling.
by Lorenzo Colitti
· 10 years ago
d161406
Switch netd over to <utils/file.h>.
by Elliott Hughes
· 11 years ago
53ea9ca
Avoid leaking file descriptors
by Nick Kralevich
· 11 years ago
a9d791f
Plug some leaks
by Jesper Hansson
· 13 years ago
667c477
Add a socket mark parameter to tethering DNS commands.
by Lorenzo Colitti
· 11 years ago
87475a1
Fix WiFi-Direct and Tethering.
by Sreeram Ramachandran
· 11 years ago
6a77353
Fix tethering in the case of a regular upstream connection.
by Sreeram Ramachandran
· 11 years ago
69261cb
server: check interface names in RPC arguments for validity
by JP Abgrall
· 11 years ago
56afacf
Turn on C++11 and make all warnings into errors.
by Sreeram Ramachandran
· 11 years ago
f4cfad3
Move netd_client into netd.
by Sreeram Ramachandran
· 11 years ago
[Renamed from TetherController.cpp]
bc775ed
tethering: Add --dhcp-authoritative to dnsmasq daemon
by Dmitry Shmidt
· 12 years ago
6222d86
Remove Broadcom hack for BT reverse Tether
by Robert Greenwalt
· 13 years ago
3d4c758
Inform dnsmasq of the downstream ifaces.
by Robert Greenwalt
· 13 years ago
ce4f379
TetherController: Use correct exit() after fork()+failed exec().
by JP Abgrall
· 13 years ago
ad5b41f
ndc: get rid of arbritrary command length limit
by Nick Kralevich
· 13 years ago
1994410
HACK: Need to startup dhcpd for non-system bluetooth stack
by Matthew Xie
· 13 years ago
9caaa44
change logx to alogx
by Matthew Xie
· 13 years ago
9589a4c
Added bluetooth reverse tether start/stop cmd
by zzy
· 13 years ago
9997f9a
resolved conflicts for merge of e36a3a2f to jb-dev-plus-aosp
by Jean-Baptiste Queru
· 13 years ago
b756f69
Run dnsmasq with options --keep-in-foreground and --pid-file.
by Peter Nilsson
· 14 years ago
6df79da
Add "metered" flag to DHCP offer vendor info.
by Jeff Sharkey
· 13 years ago
5ea0c05
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
7b984e3
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
6b858eb
Keep IP forwarding enabled in tools mode.
by Kazuhiro Ondo
· 14 years ago
ff2c0d8
Add missing include headers for compilation on x86 targets.
by Olivier Bailly
· 15 years ago
37dc4a5
Fix fd leaks
by Robert Greenwalt
· 15 years ago
3208ea0
Add support for multiple dhcp ranges.
by Robert Greenwalt
· 15 years ago
cf52faf
Check total string length of supplied DNS servers
by Kenny Root
· 15 years ago
1873784
netd: Wait when killing tethering services
by San Mehat
· 16 years ago
9d10b34
netd: Plumb in the tethering interfaces
by San Mehat
· 16 years ago