aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ipip.c
Commit message (Expand)AuthorAgeFilesLines
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-0/+2
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-23/+39
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsRobert Watson2009-07-201-11/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-31/+9
* Properly hide IPv4 only variables and functions under #ifdef INET.Bjoern A. Zeeb2009-06-101-0/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+14
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-2/+10
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-051-12/+16
* Fix non-C99 initialization for protosw initializing pr_ousrreq.Robert Watson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswRobert Watson2009-01-041-1/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-4/+5
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+6
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-4/+10
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-28/+29
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-2/+0
* Add sysctls to if_enc(4) to control whether the firewalls orBjoern A. Zeeb2007-11-281-1/+15
* Replace hard coded options by their defined PFIL_{IN,OUT} names.Bjoern A. Zeeb2007-07-191-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-261-0/+7
* Fix more stack corruptions on amd64.Bjoern A. Zeeb2006-03-301-18/+10
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* use native names for if_link, ifa_link, if_addrhead.Luigi Rizzo2004-04-171-4/+2
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'Sam Leffler2004-01-201-2/+2
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-19/+18
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-7/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+4
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+699