651417c7c8662572de761c3b9260b1241ff21a79 |
|
23-Apr-2010 |
Robert Greenwalt <robdroid@android.com> |
Fix the reading of /proc/net/dev When the bytes received counter gets too big it changes format from name: 10 ... name: 100 ... name:1000 ... The last one means sscanf can't parse a string and a long seperately - you just get a string. Fixed by detecting a char after ':', splitting the name and reparsing the long. bug:2612082 Change-Id: I84e41da1e38d24ea61f996ede9c87769abba5d22
/system/netd/CommandListener.cpp
|
31c61c80a013bd1a050f0f4103e13fba62bf1717 |
|
14-Apr-2010 |
Robert Greenwalt <robdroid@android.com> |
Don't make such noise when ppp0 is unavailable. On sholes ppp0 comes and goes with wifi and net availability. We don't want our traffic poller to have to care (and deal with race conditions) so just don't make so much noise if we try to read the traffic data for a non-existing iface. bug:2576057 Change-Id: I8c1d721e7afc288b08cffb79f8f52f6cab55c88b
/system/netd/CommandListener.cpp
|
a1992c9ff3e0d180c1f3042658ab9671d61a2fb8 |
|
08-Apr-2010 |
San Mehat <san@google.com> |
netd: Plumb interface throttling Change-Id: I9092a37b3d5f2bfa4f49ddc473d0a5490abaae8f Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
321efa7340e327b25b4ea4e49d86817070a301c9 |
|
03-Apr-2010 |
Robert Greenwalt <robdroid@android.com> |
Fix network byte-count reading. Some networks iface names are too long to fit in a 6-char string. bug:2561759 Change-Id: I571c9871db424d349bc47b4d15c6015a33be6f2a
/system/netd/CommandListener.cpp
|
8e46896b4c4be5deaef651a12b17314f63ae9070 |
|
01-Apr-2010 |
San Mehat <san@google.com> |
netd: Add skelaton support for throttling Change-Id: I361f3c4ac30f7bb6efe4ed703405f0e843b075b4 Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
3208ea0b6cce28e7aef8459d548fd86df329e34f |
|
25-Mar-2010 |
Robert Greenwalt <robdroid@android.com> |
Add support for multiple dhcp ranges. We need multiple dhcp ranges to support dhcp on different interfaces. bug:2533491 Change-Id: I3b568e81c048c6aff1a752ac4a81669034104413
/system/netd/CommandListener.cpp
|
c3539e22bd7a59a12542b9ad961f7d7f0db9a8df |
|
12-Mar-2010 |
Dmitry Shmidt <dimitrysh@google.com> |
netd: softap: Add softap start / stop driver commands Change-Id: I2081e4943b6b93109288e8d764ce25a55f3b6198 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/CommandListener.cpp
|
31fd6c5f3e9c39a13b028718dba5921a4300988c |
|
12-Mar-2010 |
Dmitry Shmidt <dimitrysh@google.com> |
netd: softap: Add FW reload processing Change-Id: I731c2e390187c0fa5f69779cd25d8f2388ee511e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/CommandListener.cpp
|
e7b9422f0dc7a18041536c63efe74c7095496258 |
|
18-Feb-2010 |
Robert Greenwalt <robdroid@android.com> |
Add enable/disable control of USB networking Also fix some errors in the interface control code (if we pass out all flags like so: [up broadcast multicast] we should probably accept that back)
/system/netd/CommandListener.cpp
|
3e6ba3ce1abda6071d5b01f53ca6039bb7b5e2d3 |
|
18-Feb-2010 |
Robert Greenwalt <robdroid@android.com> |
Add enable/disable control of USB networking
/system/netd/CommandListener.cpp
|
5af38c360587ca2eef0badf6137ccf018f8cd4aa |
|
10-Feb-2010 |
Dmitry Shmidt <dimitrysh@google.com> |
netd: Add Softap controller skeleton functions Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/CommandListener.cpp
|
74d8fdd307275bfdf95dcf61d9e6366e87da24ec |
|
01-Feb-2010 |
Robert Greenwalt <robdroid@android.com> |
Add specification of ms-dns arg to pppd. This lets us tell the pc to use the tethered android as their dns server. bug:2281900
/system/netd/CommandListener.cpp
|
01fed783828b592cda3b774deea4099a9e690e3d |
|
23-Jan-2010 |
San Mehat <san@google.com> |
netd: Rename InterfaceGetInfoResult Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
5c1b8af16dbbc20c89aaca2f93e725e12b16d055 |
|
22-Jan-2010 |
San Mehat <san@google.com> |
netd: Add Flush out enumerating/configuring interfaces Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
1bdac9e98c1ef37ba568b6cf23bfbc09cfe6bf15 |
|
21-Jan-2010 |
San Mehat <san@google.com> |
netd: Add preliminary support for BT PAN Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
d5573d34c8fac49e16b20cf144486125bf940086 |
|
20-Jan-2010 |
San Mehat <san@google.com> |
netd: Add support for attaching/detaching PPP daemons Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
9ff78fb7da7158f5bd7c86d89a842691820259cf |
|
19-Jan-2010 |
San Mehat <san@google.com> |
netd: Add primitive NAT control Update: Add stub function to validate interface existance Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
9d10b341a0ba46f108cb96e46691197d778cbc06 |
|
18-Jan-2010 |
San Mehat <san@google.com> |
netd: Plumb in the tethering interfaces Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|
d18304287dbabc7835be771400b85d4ae8b63de6 |
|
15-Jan-2010 |
San Mehat <san@google.com> |
netd: Initial skelaton for netd Signed-off-by: San Mehat <san@google.com>
/system/netd/CommandListener.cpp
|