summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-083-225/+59
* Use NULL rather than 0 when comparing pointers.bz2009-01-301-2/+2
* Remove remain <= MHLEN restriction in m_makespace(),vanhu2009-01-281-52/+53
* Switch the last protosw* structs to C99 initializers.bz2009-01-051-12/+16
* Fix non-C99 initialization for protosw initializing pr_ousrreq.rwatson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-041-1/+0
* Like in the rest of the file and the network stack use inp asbz2008-12-271-30/+30
* Non-functional (style) changes:bz2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-stylebz2008-12-271-98/+34
* Rewrite ipsec6_setspidx_inpcb() to match the logic in thebz2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionbz2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffbz2008-12-271-16/+16
* Make ipsec_getpolicybysock() static and no longer export it. It has notbz2008-12-272-8/+2
* Remove long unused netinet/ipprotosw.h (basically since r82884).bz2008-12-231-2/+0
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-152-42/+24
* Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-102-0/+12
* Rather than using hidden includes (with cicular dependencies),bz2008-12-026-14/+17
* Unhide declarations of network stack virtualization structs fromzec2008-11-283-7/+5
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-273-24/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-264-27/+19
* Unbreak the build without INET6.bz2008-11-251-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-198-51/+129
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-4/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0212-99/+448
* Commit step 1 of the vimage project, (network stack)bz2008-08-1712-344/+354
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-122-0/+22
* Add lifetime informations to generated SPD entries when SPDDUMPvanhu2008-08-051-0/+17
* Fill in a few sysctl descriptions.trhodes2008-07-261-24/+29
* Document a few sysctls. While here, remove dead codetrhodes2008-07-202-27/+24
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-091-3/+0
* Enter the 1990s. Use real function declaration.julian2008-06-291-1/+1
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-248-24/+0
* Remove last bits of OS adaptation code from the IPSec code.gnn2008-05-172-310/+8
* Fix a bug that when getting/dumping the soft lifetime we reportedbz2008-03-241-1/+1
* Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.cbz2008-03-241-1/+1
* Add ';' missed with the SYSINIT changes.bz2008-03-211-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-22/+33
* Remove the "Fast " from thebz2008-03-141-1/+1
* Fix bugs when allocating and passing information of current lifetime andbz2008-03-022-6/+29
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-023-13/+16
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-285-7/+72
* Adjust a comment that suggest that we might consider a panic.bz2007-11-281-1/+3
* Move the priv check before the malloc call for so_pcb.bz2007-11-161-6/+6
* Add a missing priv check in key_attach to prevent non-su usersbz2007-11-121-0/+7
* Fix for an infinite loop in processing ESP, IPv6 packets.gnn2007-09-121-4/+17
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-063-30/+0
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-193-3/+6
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-2/+2
OpenPOWER on IntegriCloud