summaryrefslogtreecommitdiff
path: root/sys/netinet/in_offload.h
AgeCommit message (Expand)Author
2018-12-12PR kern/53562rin
2018-07-11Style, rename 'iph' -> 'ip', and reduce the diff betweenmaxv
2018-07-11Remove the callback, localify, and add a comment.maxv
2018-07-11Renamemaxv
2011-04-25undefer csum in looutput.yamt
2010-12-11Add routines to calculate a checkesum if the driver concludes that thematt
2007-11-28Move IN_NEED_CHECKSUM() to in_offload.h for re-use.dyoung
2007-04-24Constify.dyoung
2006-11-25move tso-by-software code to their own files. no functional changes.yamt
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-08-10move {tcp,udp}_do_loopback_cksum back to tcp/udpyamt
2005-04-18add a function to handle M_CSUM_TSOv4 by software.yamt