History log of /external/iputils/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
acadef7a134ea68e65f017078f6c6af56d75dcbf 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Remove the debug tag from the ping6 build target"
eb65e5ffa2cfcef6e171b6973b1424a0cfbde342 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Support the ping socket in ping6."
da527bc25bf2b1a99e23b1f8baac3518f1f282a4 11-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Remove the debug tag from the ping6 build target

Change Ia78f6b0e5fc8f7042fb99cdb4a0add426bb56c7e includes ping6
in all device builds, not just debug.

Bug: 9469682
Change-Id: Iac66fcaf799bb7d276e581a0857b267d7f7e6a54
ndroid.mk
105a2c7332e7d325d953589590fc5047c0d6cb87 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Support the ping socket in ping6.

Bug: 9469682
Change-Id: I1043ffef9b4a353546871b0c80de7fdecf2d5765
ing6.c
5f7905da854b1042b143c9156c20e6214f2d01fd 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Put the Android security check in its own function"
924a10d5d9645d4e82fa4b9781f2d85b41ec74f1 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Put the Android security check in its own function

Bug: 9469682
Change-Id: I60253008333edd7c8f2efe63f31059dc22adda63
ing.c
ing_common.c
ing_common.h
b4ef47459422fb32dab979e9488e33e30c4d7626 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Rely on the kernel to check the ident for us."
fcf37a6a033abbb1d05eb4c08093aa43995dedfb 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Add a function to check if a packet is ours"
843c7616a2f52b7c4b93445835130cc8be37774c 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Reduce spurious diffs with upstream."
67d70dd91e6a3b7de77e4e11a38e811cbc1edc1f 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Apply local Android modifications to ping."
1397b19c1447a157c9d4e54fd820a80f6fe4e360 12-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Merge "Initial import from ToT git."
7618e8104cac3bcc0ba509f4ba40644b665a3ac1 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Rely on the kernel to check the ident for us.

The code path that uses the ping socket still keeps track of the
ident value in the packet. This is unnecessary because the ident
value is overwritten by the kernel when sending packets and is
checked by the kernel when receiving packets.

Instead just rely on the fact that the kernel checks the ident
value on received packets filters out non-matching replies. This
allows us to remove the code that calls bind() and getsockname()
just to get the ident value from the socket.

Bug: 9469682
Change-Id: I5041316c6e5262a4de2b547c40bd77cfac29a5b9
ing.c
ing_common.c
ing_common.h
ce2d2d04ca21aedab67bd41dd9f89063454ed463 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Add a function to check if a packet is ours

This allows the ping socket codepaths to be simpler.

Bug: 9469682
Change-Id: I05174cafd74ad5de5e867af8a3a3ac19439034b4
ing.c
ing6.c
ing_common.c
ing_common.h
eadaaeadfa3d5fcf49f433896e9244f0a10a5f63 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Reduce spurious diffs with upstream.

Bug: 9469682
Change-Id: I69260ab36fa5eb02c979cea38d0ed2e100e1acbb
ing.c
ing_common.c
5df1daf326001b8d7d91a8b726ded17e09309952 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Apply local Android modifications to ping.

This just copies files from external/ping to external/iputils.

Bug: 9469682
Change-Id: Id55cdd44e7908f1ac1faffb65eea372969de15fc
ndroid.mk
leanSpec.mk
OTICE
n6_flowlabel.h
ing.c
ing_common.c
ing_common.h
313379eb6b9da55f7371adef39a92153a0707d4a 10-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Initial import from ToT git.

Bug: 9469682
Change-Id: I6fc32550557dc5e94e9ecbbb57b0ec30a844adb4
Upstream: git://git.linux-ipv6.org/gitroot/iputils.git
Commit: 608419a7804caf36a359875d2fdae0b3eb181387
NSTALL
akefile
odules/Makefile
odules/pg3.c
ELNOTES
NAPSHOT.h
rping.c
lockdiff.c
oc/Makefile
oc/arping.sgml
oc/clockdiff.sgml
oc/docbook2man-spec.pl
oc/index.db
oc/index.out
oc/iputils.db
oc/ninfod.sgml
oc/pg3.sgml
oc/ping.sgml
oc/rarpd.sgml
oc/rdisc.sgml
oc/snapshot.db
oc/tftpd.sgml
oc/tracepath.sgml
oc/traceroute6.sgml
n6_flowlabel.h
pg
putils.spec
infod/COPYING
infod/Makefile.in
infod/config.h.in
infod/configure
infod/configure.in
infod/icmp6_nodeinfo.h
infod/install-sh
infod/ni_ifaddrs.c
infod/ni_ifaddrs.h
infod/ninfod.c
infod/ninfod.h
infod/ninfod.sh.in
infod/ninfod_addrs.c
infod/ninfod_core.c
infod/ninfod_name.c
ing.c
ing6.c
ing6_niquery.h
ing_common.c
ing_common.h
arpd.c
disc.c
ftp.h
ftpd.c
ftpsubs.c
racepath.c
racepath6.c
raceroute6.c
3904f272e6a1900492bbcf91d2b0b5c4945ed126 08-Jul-2013 Geoff Mendal <mendal@google.com> Initial empty repository