Age | Commit message (Expand) | Author |
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 |
2000-06-18 | for setsockopt/getsockopt, don't assume non-PF_INET6 address family as | Jun-ichiro itojun Hagino |
2000-06-18 | Remove outdated comment. | Angelos D. Keromytis |
2000-06-17 | Change processing sequence: | Angelos D. Keromytis |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-15 | What was the offending payload length? | Angelos D. Keromytis |
2000-06-14 | Initialize tc_ptr to zero if authentication is not used. | Angelos D. Keromytis |
2000-06-13 | comment out flowinfo manipulation on inbound. the spec is not very clear. | Jun-ichiro itojun Hagino |
2000-06-13 | avoid mbuf leak on non-matching ifp/sockaddr | Jun-ichiro itojun Hagino |
2000-06-13 | on UDPv6 sendto, correctly set oifp. | Jun-ichiro itojun Hagino |
2000-06-13 | allow link-local IPv6 addres in in6_pcbbind. | Jun-ichiro itojun Hagino |
2000-06-13 | declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one. | Jun-ichiro itojun Hagino |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino |
2000-06-06 | Get rid of tdb_ref, keep indirect pointer to TDB. | Angelos D. Keromytis |
2000-06-03 | correctly handle ctlinput messages for IPv6. | Jun-ichiro itojun Hagino |
2000-06-01 | Fix the German's comment typos. | Angelos D. Keromytis |
2000-06-01 | Should learn how to count... | Angelos D. Keromytis |
2000-06-01 | Check for invalid TDBs right away in the callbacks. | Angelos D. Keromytis |
2000-06-01 | Oops, remove bogus comment. | Angelos D. Keromytis |
2000-06-01 | Beautify a little bit. | Angelos D. Keromytis |
2000-06-01 | Use the cached entry for security requirements from the inp. | Angelos D. Keromytis |
2000-06-01 | Use ipsp_spd_lookup() in ip_output() | Angelos D. Keromytis |
2000-06-01 | ipsp_acquire_sa() | Angelos D. Keromytis |
2000-06-01 | ipsp_spd_lookup() | Angelos D. Keromytis |
2000-06-01 | Prototype for ipsp_spd_lookup() | Angelos D. Keromytis |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino |