Age | Commit message (Expand) | Author |
1999-02-04 | indent | Theo de Raadt |
1999-02-04 | report on no udp checksum | Theo de Raadt |
1999-02-04 | use u_int32_t and u_int64_t for stats variables, instead of quad/long | Theo de Raadt |
1999-02-01 | remove the correct KFREE | David Leonard |
1999-01-29 | remove multiple free | David Leonard |
1999-01-27 | fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has | Niels Provos |
1999-01-27 | reordered FIN segments caused early termination, bug introduced by ipv6 integ... | Niklas Hallqvist |
1999-01-15 | IN_MULTICAST takes network order addresses | Niklas Hallqvist |
1999-01-11 | remove panic() calls, consistent error reporting | Theo de Raadt |
1999-01-11 | Use bzero instead of memset in the kernel | Niklas Hallqvist |
1999-01-11 | Make TCP_SACK compile with new netinet | Niklas Hallqvist |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
1999-01-11 | Remove duplicate code. | Angelos D. Keromytis |
1999-01-10 | merge INPROTO_* tables | Theo de Raadt |
1999-01-08 | dont call ip_randomid() in htons(). | Niels Provos |
1999-01-08 | do not use random bits when not necessary, remove 8-byte block dependence | Theo de Raadt |
1999-01-08 | IPV6 pieces; NRL | Theo de Raadt |
1999-01-08 | more IPV6 merge; cmetz | Theo de Raadt |
1999-01-08 | remove NRL debugging goop; cmetz | Theo de Raadt |
1999-01-08 | rip_input() should be called with a 0 terminator; cmetz | Theo de Raadt |
1999-01-08 | INET6 hooks; NRL/cmetz | Theo de Raadt |
1999-01-07 | INET6 support | Theo de Raadt |
1999-01-07 | add ipv6 transition related ICMP errors | Theo de Raadt |
1999-01-07 | indent | Theo de Raadt |
1999-01-07 | ipv6 ethertype | Theo de Raadt |
1999-01-07 | update for ipv6 | Theo de Raadt |
1999-01-07 | in_pcblookup() now takes ptr to both ip address arguments | Theo de Raadt |
1999-01-07 | indent | Theo de Raadt |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt |
1999-01-03 | use int8_t, not char in c++ case for consistency and fix indentation | Todd C. Miller |
1999-01-01 | mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681 | Theo de Raadt |
1998-12-31 | one last fix for byte order. now all architectures return the same correct i... | Theo de Raadt |
1998-12-31 | look at that, correct nested ip checksums... | Theo de Raadt |
1998-12-31 | XXX marker for where nested ip ip_sum should be re-build (but it is not in an... | Theo de Raadt |
1998-12-31 | icmp_error() is now getting packets which are completely in network byte order | Theo de Raadt |
1998-12-31 | mangle uh_sum as before, but recover it for icmp errors | Theo de Raadt |
1998-12-28 | ensure the ip packet embedded inside an icmp packet has correct ip_len, | Theo de Raadt |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos |
1998-12-15 | check for valid ip_hl too; route@infonexus.com | Theo de Raadt |
1998-11-25 | typo in comment | Niklas Hallqvist |
1998-11-25 | Better error code for too large packets | Niklas Hallqvist |
1998-11-25 | more min vs. ulmin/lmin fixes | Todd C. Miller |
1998-11-25 | Must use lmin() not min() when comparing longs. Fixes alpha | Todd C. Miller |
1998-11-25 | typo in diagnostic | Niklas Hallqvist |
1998-11-25 | Add checks of packets getting to big after transforms. | Niklas Hallqvist |
1998-11-25 | Tell caller of error condition | Niklas Hallqvist |
1998-11-24 | Use our exact size types instead of char/long | Niklas Hallqvist |
1998-11-18 | 64-bit clean up | Niels Provos |
1998-11-18 | do not require userland programs to define cpp variables, that is stupid | Theo de Raadt |