Age | Commit message (Expand) | Author |
2000-10-14 | ASKPOLICY message; used by key management to inquire about policy | Angelos D. Keromytis |
2000-10-14 | implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic | Jun-ichiro itojun Hagino |
2000-10-13 | validate mbuf chain length on *_ctlinput. remote node may be able to | Jun-ichiro itojun Hagino |
2000-10-13 | make sure we don't share external mbuf between m and mcopy, in ip_forward(). | Jun-ichiro itojun Hagino |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-10-10 | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | Jun-ichiro itojun Hagino |
2000-10-10 | verify payload of the icmp need fragment message at the tcp layer. okay itojun@ | Niels Provos |
2000-10-10 | bring in icmp rate limitation code. | Jun-ichiro itojun Hagino |
2000-10-09 | AES support. | Angelos D. Keromytis |
2000-10-09 | check if we have a tcb connected to the destination quoted in the icmp need | Niels Provos |
2000-10-06 | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | Jun-ichiro itojun Hagino |
2000-09-29 | Make sure there's enough data on the mbuf for the TCP/UDP ports (if | Angelos D. Keromytis |
2000-09-29 | Outgoing packets that hit IPsec will be IPF/IPNAT processed as well on | Angelos D. Keromytis |
2000-09-27 | Fix checking for incoming packets when the remote gateway has been | Angelos D. Keromytis |
2000-09-26 | Update to previous fix on ICMP messages coming on unnumbered | Angelos D. Keromytis |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos |
2000-09-23 | Angelos you forgot this one !! | Chris Cappuccio |
2000-09-22 | Move the PI_MAGIC define outside the INET6 ifdef block (doh!) | Angelos D. Keromytis |
2000-09-22 | fix my bug dating back to february the 14th of 1998, | Michael Shalayeff |
2000-09-21 | calculate maxopd at the right place | Niels Provos |
2000-09-20 | Add IDENTITY payloads to flow establishment (and cleanup accordingly) | Angelos D. Keromytis |
2000-09-20 | Don't use LOOPBACK addresses when trying to determine source address | Angelos D. Keromytis |
2000-09-20 | remove unused code | Niels Provos |
2000-09-20 | correctly calculate mss | Niels Provos |
2000-09-20 | fix in_pcbrtentry | Niels Provos |
2000-09-19 | only free tdbi if IPSEC | Theo de Raadt |
2000-09-19 | SA bundles. | Angelos D. Keromytis |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-09-18 | fix compilation problem on systems w/o inet6. | Federico G. Schwindt |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-09-17 | Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net and | Angelos D. Keromytis |
2000-09-07 | New timeouts. | Artur Grabowski |
2000-09-05 | various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and | Niels Provos |
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino |
2000-08-10 | Whoops. Reapply Aaron's detach code fix. inadvertantly whacked in the | Kjell Wooding |
2000-08-10 | Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy, | Kjell Wooding |
2000-08-04 | One parenthesis too many. | Angelos D. Keromytis |
2000-08-04 | Worked out the logic (thanks to pt98asp@student.hk-r.se and | Angelos D. Keromytis |
2000-08-03 | Back to the submitted patch -- this needs more investigation. | Angelos D. Keromytis |
2000-08-03 | typo in #define. ICMP6_NI_SUCESS -> SUCCESS. | Jun-ichiro itojun Hagino |
2000-08-03 | Don't even need to reset ip_sum, if we're not going to compute it here | Angelos D. Keromytis |
2000-08-03 | Avoid unnecessary call to in_cksum(). | Angelos D. Keromytis |
2000-08-03 | In fact, this is the correct behaviour (or I'm going crazy). | Angelos D. Keromytis |
2000-08-03 | Careful with ip_off | Angelos D. Keromytis |
2000-08-03 | Zeroize ip_sum before computing checksum (just general paranoia). | Angelos D. Keromytis |
2000-08-03 | Correct handling of ip_off (askk@rsn.hk-r.se) | Angelos D. Keromytis |
2000-07-29 | Don't set the source IP address if doing multicast; this is a quick | Angelos D. Keromytis |
2000-07-27 | raw6/udp6 sockets are okay with :: in src. | Jun-ichiro itojun Hagino |
2000-07-27 | be proactive about unspecified IPv6 source address. pcb layer uses | Jun-ichiro itojun Hagino |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino |