summaryrefslogtreecommitdiff
path: root/sys/netipsec
AgeCommit message (Expand)Author
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-31Replace more printfs with aprint_normal / aprint_verbosehubertf
2009-12-01Cosmetic: fix indentation, change some spaces to tabs.dyoung
2009-07-30As explained in kern/41701 there's a missing splx() here.jakllsch
2009-06-25Only print debugging messages about policy on error.christos
2009-05-10Adapt FAST_IPSEC to recent KPI changes.elad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-20Correct bungled bcopy() -> memcpy() conversioncegger
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-02-14remove 2038 comment.christos
2009-02-09Back out my previous change. The problem I'm chasgin is with theskd
2009-01-28These comparison functions return 0 on match. Fix sense of test.skd
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-07-25Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE().dsl
2008-07-01Ignore freed rtcache entries.mlelstv
2008-06-27Kill caddr_t introduced in the previous revisiondegroote
2008-06-27Verify icmp type and code in IPSEC rules.mlelstv
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-05-03In key_do_allocsa_policy, fix a bad usage of key_setsadbmsg. The third argumentdegroote
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Fix a stupid typo. In ipsec6_process_packet, reinject the packet in AF_INET6,degroote
2008-04-27Fix some fallout from socket locking patch :degroote
2008-04-24Merge the socket locking patch:ad
2008-04-23PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU.thorpej
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-02-10Fix build of FAST_IPSEC after the change of ip_newid prototypedegroote
2008-02-04Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto"tls
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-12-29Fix the ipsec processing in case of USE rules with no SA installed.degroote
2007-12-29Add some statistics for case where compression is not usefuldegroote
2007-12-29Simplify the FAST_IPSEC output pathdegroote
2007-12-14- Remove remain <= MHLEN restriction in m_makespace()seanb
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetB...degroote
2007-12-07Use struct initializers. No functional change.elad
2007-12-07Let this code compile.elad
2007-12-04Use IFNET_FOREACH() and IFADDR_FOREACH().dyoung
2007-11-16defflag IPSEC_DEBUGchristos
2007-10-28The function ipsec4_get_ulp assumes that ip_off is in host order. This resultsadrianp
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-22Fix my previous stupid caddr_t fix.degroote
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-07Ansifydegroote