summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Correctly handle the IV_PRESENT flag.Angelos D. Keromytis
2001-06-23Remove unneeded crp_iv field, set the right flags for IV handling inAngelos D. Keromytis
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-06-23be sure to clear (by writing 1) the public done by in the status registerJason Wright
2001-06-23remove debug printfMichael Shalayeff
2001-06-23oops. unbreak after the last change.Artur Grabowski
2001-06-23Put some constants together and calculate max/min mtu based on those;Federico G. Schwindt
2001-06-23under some circumstances, such as on ppc, signature does not read all 32 bits...Michael Shalayeff
2001-06-23remove some debugging prints.Dale Rahn
2001-06-23Conform to new crypto_register() prototypeAngelos D. Keromytis
2001-06-23New prototype for crypto_register(), to take into account maximum keyAngelos D. Keromytis
2001-06-23Conform to new prototype for crypto_register()Angelos D. Keromytis
2001-06-23Go ahead and add the output checksum handling for tcp/udp (commented out)Jason Wright
2001-06-23add some infrastructure for the public engineJason Wright
2001-06-23more 7951 specific bits and definitionsJason Wright
2001-06-23no more kernfsTheo de Raadt
2001-06-23Move to 24 bit minor numbers in a backwards compatible manner.Todd C. Miller
2001-06-23Use pool_cache for l1 ptes.Artur Grabowski
2001-06-23Sync with NetBSD 19990911 (just before PMAP_NEW was required)smart
2001-06-23Add comment on why checksum deferral is not useful in tcp_respond()Angelos D. Keromytis
2001-06-23Clear the checksum flags after verification. Also, don't countAngelos D. Keromytis
2001-06-23Count input packets hardware-checksummed.Angelos D. Keromytis
2001-06-23merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in...Theo de Raadt
2001-06-23ooops. remove unfinished work in progress.Artur Grabowski
2001-06-23Remove unneeded ip_id convertions.Federico G. Schwindt
2001-06-23Bring in a bunch of improvements from NetBSD.Artur Grabowski
2001-06-23convert to use pool_init.Artur Grabowski
2001-06-23sync. -mojMats O Jansson
2001-06-23Added Apple Pangea. -mojMats O Jansson
2001-06-23Likewise, only use outgoing TCP/UDP hardware checksumming if theAngelos D. Keromytis
2001-06-23Only use IP checksumming if the output interface is not in bridgeAngelos D. Keromytis
2001-06-23UDP/IP/TCP packets that hit a bridge and need hardware checksummingAngelos D. Keromytis
2001-06-23m_copyback(), not m_copydata()Angelos D. Keromytis
2001-06-23Software-compute TCP/UDP checksum if we are going to do IPsec or if theAngelos D. Keromytis
2001-06-23Typo.Angelos D. Keromytis
2001-06-23Prototype for in4_cksum()Angelos D. Keromytis
2001-06-23Add in4_cksum.cAngelos D. Keromytis
2001-06-23pool_init, not pool_createArtur Grabowski
2001-06-23Remember to compute IP/TCP/UDP checksum if we're going to broadcast onAngelos D. Keromytis
2001-06-23Check for bridge loops.Angelos D. Keromytis
2001-06-23Placeholder, reminder to fix TCP/UDP checksumming right before doing IPsec.Angelos D. Keromytis
2001-06-23pipe_stat isn't referenced from outside sys_pipe.c anymoreArtur Grabowski
2001-06-23Add pipe_init, call it from main, move the pool initialization into it.Artur Grabowski
2001-06-23Keep stats on TCP/UDP hardware checksumming.Angelos D. Keromytis
2001-06-23Count input/output hardware-checksummed IP packets.Angelos D. Keromytis
2001-06-23Hardware checksumming stats.Angelos D. Keromytis
2001-06-23Since malloc in hashinit can get M_NOWAIT flags, we shouldArtur Grabowski
2001-06-23Only mips uses cpu_set_init_frame (and it shouldn't)Artur Grabowski
2001-06-23TCP/UDP hardware checksumming. Untested, since txp dies when it triesAngelos D. Keromytis