ca4d373730
network interfaces. This works by pre-computing the pseudo-header checksum and caching it, delaying the actual checksum to ip_output() if the hardware cannot perform the sum for us. In-bound checksums can either be fully-checked by hardware, or summed up for final verification by software. This method was modeled after how this is done in FreeBSD, although the code is significantly different in most places. We don't delay checksums for IPv6/TCP, but we do take advantage of the cached pseudo-header checksum. Note: hardware-assisted checksumming defaults to "off". It is enabled with ifconfig(8). See the manual page for details. Implement hardware-assisted checksumming on the DP83820 Gigabit Ethernet, 3c90xB/3c90xC 10/100 Ethernet, and Alteon Tigon/Tigon2 Gigabit Ethernet. |
||
---|---|---|
.. | ||
atactl | ||
badsect | ||
bim | ||
ccdconfig | ||
chkconfig | ||
clri | ||
disklabel | ||
dmesg | ||
dump | ||
dump_lfs | ||
edlabel | ||
fastboot | ||
fdisk | ||
fsck | ||
fsck_ext2fs | ||
fsck_ffs | ||
fsck_lfs | ||
fsck_msdos | ||
fsdb | ||
fsirand | ||
ifconfig | ||
init | ||
ldconfig | ||
lmcctl | ||
mbrlabel | ||
mknod | ||
modload | ||
modunload | ||
mount | ||
mount_ados | ||
mount_cd9660 | ||
mount_ext2fs | ||
mount_fdesc | ||
mount_ffs | ||
mount_filecore | ||
mount_kernfs | ||
mount_lfs | ||
mount_msdos | ||
mount_nfs | ||
mount_ntfs | ||
mount_null | ||
mount_overlay | ||
mount_portal | ||
mount_procfs | ||
mount_umap | ||
mount_union | ||
newbtconf | ||
newfs | ||
newfs_lfs | ||
newfs_msdos | ||
nologin | ||
ping | ||
ping6 | ||
raidctl | ||
rcorder | ||
reboot | ||
restore | ||
rndctl | ||
route | ||
routed | ||
rtsol | ||
savecore | ||
scsictl | ||
setkey | ||
shutdown | ||
slattach | ||
swapctl | ||
sysctl | ||
ttyflags | ||
tunefs | ||
umount | ||
wdogctl | ||
wsconsctl | ||
Makefile | ||
Makefile.inc |