Age | Commit message (Expand) | Author |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-19 | be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6". | Jun-ichiro itojun Hagino |
2002-06-28 | undo recent changes; they still crash for people (dhclient this time). | Theo de Raadt |
2002-06-26 | Check for associated socket. | Angelos D. Keromytis |
2002-06-26 | A bit more paranoid. | Angelos D. Keromytis |
2002-06-25 | Ifdef the function proto as well. | Angelos D. Keromytis |
2002-06-25 | Make udp_input() a bit more readable by farming out the IPsec input | Angelos D. Keromytis |
2002-06-20 | minor indent cleanup while reading code | Theo de Raadt |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-05-31 | Socket-specific IPsec policy. | Angelos D. Keromytis |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-25 | Defer output checksumming until ip_output() or hardware. | Angelos D. Keromytis |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-24 | Remove printfs, fix comment typos. | Angelos D. Keromytis |
2001-06-24 | Save tdb_remote_auth on the PCB on latching; also save information on | Angelos D. Keromytis |
2001-06-23 | Clear the checksum flags after verification. Also, don't count | Angelos D. Keromytis |
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 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis |
2001-06-23 | Initialize only if no hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | TCP, UDP, IPv4 input hardware checksumming processing; also IPv4 | Angelos D. Keromytis |
2001-06-19 | mop up after angelos | Theo de Raadt |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-05-27 | Remove unnecessary comment. | Angelos D. Keromytis |
2001-05-27 | Use the new IPsec tags. | Angelos D. Keromytis |
2001-05-20 | Use packet tags instead of tdbi. | Angelos D. Keromytis |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-06 | Move the test for bogus packet length in udp_output() closer to the top of | Aaron Campbell |
2001-02-16 | remove IPv6 case from udp_output. now we have separate udp6_output. | Jun-ichiro itojun Hagino |
2001-02-16 | pull in new pcb notification code from kame. better handling of scope address. | Jun-ichiro itojun Hagino |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | 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-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-09-22 | Move the PI_MAGIC define outside the INET6 ifdef block (doh!) | Angelos D. Keromytis |
2000-09-19 | Lots and lots of changes. | 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-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
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-04-09 | Pass ip_off and ip_len in the correct byte order to icmp_error(); this | Angelos D. Keromytis |
2000-02-18 | fix alignment problem in ancillary data (alpha). | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-01-07 | Early check for destination port 0 (itojun@) | Angelos D. Keromytis |