summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/checksum/ipv4.cpp
Commit message (Expand)AuthorAgeFilesLines
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Runtime/checksum/ipv4.cpp: Revert r65584 as it breaks checksumming for the *p...vboxsync2021-12-211-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-5/+5
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* IPRT: Started -Wunused-parameter cleanup.vboxsync2011-10-211-3/+4
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-8/+8
* iprt/ipv4.cpp: fixed mixed code/declaration C warningsvboxsync2010-09-061-12/+25
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp checksumming ad...vboxsync2010-04-071-16/+69
* IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.vboxsync2010-01-051-8/+10
* IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).vboxsync2009-07-071-0/+18
* annoying warningvboxsync2008-09-301-1/+1
* stupid warningvboxsync2008-08-091-2/+2
* RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if it's not ...vboxsync2008-08-011-3/+6
* IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and associated str...vboxsync2008-07-311-0/+128
* IPRT/RTNetIPv4: Simple TCP validation.vboxsync2008-07-311-0/+94
* iprt/RTNetIPv4: The checksums are in network endian, corrected the validators.vboxsync2008-07-311-7/+8
* iprt/net: iSum -> u32Sum since it's kind of important that this intermediate ...vboxsync2008-07-301-100/+99
* iprt: More IPv4 validating / checksumming.vboxsync2008-07-301-6/+72
* iprt: Use the byte swapper routines from iprt/asm.h.vboxsync2008-07-301-0/+1
* iprt: More IPv4 checksum calculation.vboxsync2008-07-301-14/+103
* IPRT: some more IP checksumming stuff (hope it works).vboxsync2008-07-301-14/+194
* IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum and valid...vboxsync2008-07-301-0/+120