Age | Commit message (Expand) | Author |
2001-06-24 | remove whitespace | Niels Provos |
2001-06-23 | Put some constants together and calculate max/min mtu based on those; | Federico G. Schwindt |
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 | Remove unneeded ip_id convertions. | Federico G. Schwindt |
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 | 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 | Placeholder, reminder to fix TCP/UDP checksumming right before doing IPsec. | Angelos D. Keromytis |
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 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-06-23 | Initialize only if no hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | Clear IPv4 input checksum OK flag after verification. | Angelos D. Keromytis |
2001-06-23 | fix up mtu for routes and ongoing tcp connection when if mtu changes | Niels Provos |
2001-06-23 | TCP, UDP, IPv4 input hardware checksumming processing; also IPv4 | Angelos D. Keromytis |
2001-06-19 | revert parts that were meant to be committed (June 12th commit) | jasoni |
2001-06-19 | mop up after angelos | Theo de Raadt |
2001-06-14 | limited broadcast 255.255.255.255 was not recognized correctly, reported | Niels Provos |
2001-06-13 | Use blocksize, not ivmask | Angelos D. Keromytis |
2001-06-12 | IPsec-related socket options; these can be set/removed/retrieved, but | Angelos D. Keromytis |
2001-06-12 | IPsec setsockopts. | Angelos D. Keromytis |
2001-06-09 | Inclusion protection. | Angelos D. Keromytis |
2001-06-09 | Protect from multiple inclusion. | Angelos D. Keromytis |
2001-06-09 | Less aggressive include cleanup, so it won't piss of Theo again (one hopes) | Angelos D. Keromytis |
2001-06-08 | it is nice if the kernel compiles | Theo de Raadt |
2001-06-08 | IPSP_POLICY_STATIC flag. | Angelos D. Keromytis |
2001-06-08 | Update packet counters correctly. | Artur Grabowski |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-08 | Trim include files. | Angelos D. Keromytis |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-06-05 | That debug message was just too chatty, even as a debug message :-) | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff |
2001-06-01 | use pool allocation for ip fragement queue, from netbsd, | Niels Provos |