summaryrefslogtreecommitdiffstats
path: root/libnetutils
Commit message (Expand)AuthorAgeFilesLines
* Refactor OWNERS files for Android Core Networkingjunyulai2019-02-121-3/+2
* Move checksum code from clatd to libnetutils.Lorenzo Colitti2019-01-303-0/+180
* Merge "Add OWNERS." am: 3289b9c928Elliott Hughes2017-12-071-0/+3
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+3
| * Mark the modules as VNDK in Android.bpJustin Yun2017-09-141-0/+3
* | libnetutil: Check dhcp respose packet length am: 61f25d4a36 am: cee6d38c55 am...tintin2017-11-021-0/+14
|\ \
| * \ libnetutil: Check dhcp respose packet length am: 61f25d4a36 am: cee6d38c55 am...tintin2017-11-021-0/+14
| |\ \ | | |/ | |/|
| | * libnetutil: Check dhcp respose packet length am: 61f25d4a36 am: cee6d38c55 am...tintin2017-11-021-0/+14
| | |\
| | | * libnetutil: Check dhcp respose packet length am: 61f25d4a36 am: cee6d38c55 am...tintin2017-11-021-0/+14
| | | |\
| | | | * libnetutil: Check dhcp respose packet length am: 61f25d4a36tintin2017-11-021-0/+14
| | | | |\
| | | | | * libnetutil: Check dhcp respose packet lengthtintin2017-11-021-0/+14
| | | | | |\
| | | | | | * libnetutil: Check dhcp respose packet lengthtintin2017-10-171-0/+14
| | | | | | * DO NOT MERGE:Add missing SOCK_CLOEXEC flag when opening socketTianjie Xu2016-11-031-1/+1
| | | | | |/
| | * | | | Mark libnetutils vendor_available.Jayant Chowdhary2017-05-311-0/+1
| | * | | | Convert libnetutils to Android.bpColin Cross2017-04-282-21/+19
* | | | | | Mark the modules as VNDK in Android.bpJustin Yun2017-08-031-0/+3
|/ / / / /
* | | | | Mark libnetutils vendor_available.Jayant Chowdhary2017-05-241-0/+1
* | | | | libnetutils: Rename dhcptool to dhcpdbgDmitry Shmidt2017-05-172-2/+2
* | | | | libnetutils: Restore dhcptoolDmitry Shmidt2017-05-162-0/+61
* | | | | Convert libnetutils to Android.bpColin Cross2017-04-202-21/+19
|/ / / /
* | | | liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-113-3/+3
* | | | system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-303-56/+49
* | | | Remove deprecated libnetutils DHCPv4 codeErik Kline2016-09-102-54/+0
* | | | resolve merge conflicts of 847d963 to nyc-dev-plus-aospElliott Hughes2016-05-182-45/+2
|\| | |
| * | | Remove a dead header (<netutils/dhcp.h>).Elliott Hughes2016-05-181-1/+2
| * | | Set IFA_BROADCAST during IPv4 RTM_NEWADDRsErik Kline2016-03-311-2/+14
* | | | Merge "Set IFA_BROADCAST during IPv4 RTM_NEWADDRs" am: d709914Erik Kline2016-03-311-2/+14
|\ \ \ \
| * | | | Set IFA_BROADCAST during IPv4 RTM_NEWADDRsErik Kline2016-03-301-2/+14
* | | | | Merge "Delete dhcpcd code in system/core, since dhcpcd is no more." into nyc-devLorenzo Colitti2016-02-252-373/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Delete dhcpcd code in system/core, since dhcpcd is no more.Lorenzo Colitti2016-02-252-373/+0
* | | | | Merge "Move libnetutils headers into libnetutils."Elliott Hughes2016-02-163-0/+113
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Move libnetutils headers into libnetutils.Elliott Hughes2016-02-123-0/+113
* | | | Merge "libnetutils: Check socket() return value" am: e4b332c7e4Elliott Hughes2016-01-121-2/+9
|\| | |
| * | | libnetutils: Check socket() return valueBjorn Andersson2015-12-291-2/+9
| * | | am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS."Elliott Hughes2015-07-301-2/+2
| |\ \ \ | | |/ / | |/| |
* | | | libnetutils: Add synchronization per socket full operationDmitry Shmidt2015-10-012-2/+14
* | | | am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS."Elliott Hughes2015-07-301-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Use __ANDROID__ instead of HAVE_ANDROID_OS.Elliott Hughes2015-07-301-2/+2
* | | am f91c0664: am 421d01c8: am d4196ef8: Merge "Add a command to call libnetuti...Elliott Hughes2015-04-222-0/+50
|\| |
| * | Add a command to call libnetutils' do_dhcp.Elliott Hughes2015-04-212-0/+50
* | | am c92420b2: am d9a65a65: Merge "Improving the time to wait for assigning IP ...Dmitry Shmidt2015-03-191-2/+4
|\| |
| * | Merge "Improving the time to wait for assigning IP address"Dmitry Shmidt2015-03-191-2/+4
| |\ \
| | * | Improving the time to wait for assigning IP addressdaisuke niwa2015-02-271-2/+4
* | | | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande2015-03-161-57/+55
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure errmsg starts out null-terminated.Erik Kline2015-03-041-10/+10
| * | | Refactor dhcp_utils for more flexible uses.Erik Kline2015-03-021-49/+46
| | |/ | |/|
* | | More SOCK_CLOEXECNick Kralevich2015-02-261-3/+3
| |/ |/|
* | Move sprintf to snprintf.Yabin Cui2015-02-171-5/+5
* | Remove netcfg's unused options.Elliott Hughes2015-02-031-7/+7
* | Revert "Remove netcfg's unused options."Elliott Hughes2015-02-032-7/+27