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