Age | Commit message (Expand) | Author |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist |
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino |
2001-06-01 | Don't let packets that need IPsec crypto processing at the NIC be | Angelos D. Keromytis |
2001-05-30 | Add comments on what the credential types are. | Angelos D. Keromytis |
2001-05-30 | MBOX->USERFQDN, noticed by markus@ | Angelos D. Keromytis |
2001-05-30 | Import/export authentication information for SA. | Angelos D. Keromytis |
2001-05-30 | Check the LOCAL_AUTH payload. | Angelos D. Keromytis |
2001-05-30 | Add AUTH payload. | Angelos D. Keromytis |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour... | Dug Song |
2001-05-28 | IPSECv4 -> IPSEC | Angelos D. Keromytis |
2001-05-28 | Copy the packet header only if the original mbuf had a packet header | Angelos D. Keromytis |
2001-05-28 | No need for separate ESP/AH interface capabilities. | Angelos D. Keromytis |
2001-05-28 | Interface capabilities (based on NetBSD, but merge ethercom and ifnet | Angelos D. Keromytis |
2001-05-27 | Initialize old mbuf chain head tags. | Angelos D. Keromytis |
2001-05-27 | Fixup tags on old mbuf chain head. | Angelos D. Keromytis |
2001-05-27 | Fixup old mbuf chain head. | Angelos D. Keromytis |
2001-05-21 | Use a reference-counted structure for IPsec IDs and credentials, so we | Angelos D. Keromytis |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell |
2001-05-11 | check for 'fastroute' condition (like ip_input) in bridge_filter() and | Jason Wright |
2001-05-05 | Use the new M_* malloc types | Angelos D. Keromytis |
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski |
2001-04-19 | Include NUL-termination in identity extension length computation | Niklas Hallqvist |
2001-04-14 | Minor changes, preparing for real socket-attached TDBs; also, more | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-04-04 | check for return value of ENODEV from ifpromisc(). This will happen | Jason Wright |
2001-03-30 | increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@ | Jason Wright |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-28 | $OpenBSD$ | Jason Wright |
2001-03-28 | Rework vlan_start() to make sure it -never- munges the packet internals (eg. | Jason Wright |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski |
2001-03-26 | Fix bug I introduced... if m_pullup fails, don't try to free the result. | Jason Wright |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright |
2001-03-25 | Missing splx(s). Thanks to dawson and team | Constantine Sapuntzakis |
2001-03-25 | Minor bug. Could corrupt stat counters | Constantine Sapuntzakis |
2001-03-25 | Don't set pbp to point to free memory. Thanks to Dawson Engler and team | Constantine Sapuntzakis |
2001-03-23 | check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()] | Jason Wright |
2001-03-23 | m_freem not m_free | Jason Wright |
2001-03-23 | check packet length in vlan_input() and pullup if necessary | Jason Wright |
2001-03-23 | move the vlan and bridge handling around a bit, and make sure the test | Jason Wright |
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright |
2001-03-22 | let bstp_transmit_tcn() handle all of the work for sending TCN messages | Jason Wright |
2001-03-22 | strlcpy instead of strncpy + \0 | Jason Wright |
2001-03-22 | new timeouts | Michael Shalayeff |
2001-03-21 | Don't force sin6_port to be zero. | Angelos D. Keromytis |
2001-03-19 | m_freem not m_free if we're dropping the packet because we're not in | Jason Wright |
2001-03-15 | convert SA expirations to the new timeouts. | Michael Shalayeff |