Age | Commit message (Expand) | Author |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell |
2001-06-22 | KNF | Theo de Raadt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-14 | drop multicast packet from myself, if the interface is !IFF_SIMPLEX. | Jun-ichiro itojun Hagino |
2001-06-12 | one less setuid program (use an ioctl like pppstats) | Theo de Raadt |
2001-06-11 | sync w/ netbsd | Michael Shalayeff |
2001-06-09 | Not needed anymore. | Angelos D. Keromytis |
2001-06-09 | Include cleanup. | Angelos D. Keromytis |
2001-06-09 | Include cleanup | Angelos D. Keromytis |
2001-06-09 | These don't need net_osdep.h | Angelos D. Keromytis |
2001-06-09 | Whitespace cleanup. | Angelos D. Keromytis |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2001-06-08 | Only delete/modify flows with the IPSP_POLICY_STATIC flag if the appropriate | Angelos D. Keromytis |
2001-06-08 | Flag field for flows. | Angelos D. Keromytis |
2001-06-08 | Unneeded, ok itojun@ | Angelos D. Keromytis |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis |
2001-06-08 | Cut down on include files, although I think this file should just go | Angelos D. Keromytis |
2001-06-08 | One more include cleanup, just to piss off Aaron :-) | Angelos D. Keromytis |
2001-06-08 | Yet more include file cleanup. | Angelos D. Keromytis |
2001-06-08 | Trim some unnecessary includes. | Angelos D. Keromytis |
2001-06-08 | Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to make | Angelos D. Keromytis |
2001-06-07 | On a pfkeyv2_get(), allocate enough room for the extra stuff we store | Angelos D. Keromytis |
2001-06-07 | use faster arc4random() instead of get_random_bytes(); jason@ ok | Michael Shalayeff |
2001-06-06 | in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@ | jasoni |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
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 |