summaryrefslogtreecommitdiff
path: root/sys/netinet/in_offload.c
AgeCommit message (Expand)Author
2020-03-27fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20"jdolecek
2018-12-12PR kern/53562rin
2018-09-19Fix in_undefer_cksum() and in6_undefer_cksum().rin
2018-07-11Add KASSERTs in in_undefer_cksum_tcpudp.maxv
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
2016-04-26Stop using rt_gwroute on packet sending pathsozaki-r
2015-06-04Pull out route lookups from L2 output routinesozaki-r
2011-04-25ip_undefer_csum:yamt
2011-04-14after ip_input.c rev.1.285 and 1.286, restore kernel_lock for if_output.yamt
2010-12-11Add routines to calculate a checkesum if the driver concludes that thematt
2007-04-24Constify.dyoung
2006-11-25move tso-by-software code to their own files. no functional changes.yamt