Age | Commit message (Expand) | Author |
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 |
2000-07-11 | Correctly handle ip_off; angelos@ | Todd C. Miller |
2000-07-11 | forgot to reset rscale | Niels Provos |
2000-07-11 | compute correct window scale when recvpipe option is set in route; based | Niels Provos |
2000-07-09 | be more cautious about tcp option length field. drop bogus ones earlier. | Jun-ichiro itojun Hagino |
2000-07-06 | Move domain.h above so this compiles again. | Federico G. Schwindt |
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino |
2000-07-06 | completely remove ipv4 mapped cases from tcp_input(). | Jun-ichiro itojun Hagino |
2000-07-05 | more cleanup for IPv4 mapped address support. there seem to be some | Jun-ichiro itojun Hagino |
2000-07-03 | Make nat_ifdetach() actually work; beck@ ok | Aaron Campbell |
2000-06-26 | Make the definition of tcpstat in tcp_var.h extern. | Artur Grabowski |
2000-06-22 | Convert arptimer to new timeouts. | Artur Grabowski |
2000-06-21 | Fix gateway function; ok angelos@ | Oleg Safiullin |
2000-06-20 | Remove static from arptimer so that "show callout" in ddb shows the right | Artur Grabowski |
2000-06-20 | do not play with rcvif, if the traffic is non-IPv4. | Jun-ichiro itojun Hagino |
2000-06-20 | try to cope with AH6 with scoped address case better. | Jun-ichiro itojun Hagino |
2000-06-20 | Big oops on my previous commit, broke gateway function; patch from | Angelos D. Keromytis |
2000-06-19 | correct header chasing code. take care of AH length. | Jun-ichiro itojun Hagino |
2000-06-19 | IPv6 IPsec, outbound direction. | Jun-ichiro itojun Hagino |
2000-06-18 | Oops on checking inp_tdb etc. (itojun@) | Angelos D. Keromytis |
2000-06-18 | Correct function declaration. | Angelos D. Keromytis |
2000-06-18 | Arguments. | Angelos D. Keromytis |
2000-06-18 | Pull in the right header for ip6_sprintf(), fix argument. | Angelos D. Keromytis |
2000-06-18 | Use ip6_sprintf() rather than the home-cooked inet6_ntoa4() | Angelos D. Keromytis |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
2000-06-18 | permit compilation of non-V6 kernels | Theo de Raadt |
2000-06-18 | Use M_NOWAIT instead of M_DONTWAIT in MALLOC() (even though they're | Angelos D. Keromytis |
2000-06-18 | sanity check: panic if AF_INET6 inpcb is passed to ip_output | Jun-ichiro itojun Hagino |
2000-06-18 | remove obsolete IP_DF handling from KAME tree (#if 0'ed all the time) | Jun-ichiro itojun Hagino |
2000-06-18 | for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up. | Jun-ichiro itojun Hagino |
2000-06-18 | IPv6 AH/ESP support, inbound side only. tested with KAME. | Jun-ichiro itojun Hagino |
2000-06-18 | Print++ | Angelos D. Keromytis |
2000-06-18 | support ipv6 for tcp_ident | Bob Beck |
2000-06-18 | The callbacks need to set the appropriate spl level now. | Angelos D. Keromytis |