aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Correct timer management (deprecated) in nd6_timer.Hajimu UMEMOTO2002-04-241-2/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-1938-339/+375
* Unconditionalize the definition of INET_ADDRSTRLEN andMike Barcroft2002-04-101-2/+0
* Use <net/fddi.h> rather than <netinet/if_fddi.h>.Matthew N. Dodd2002-04-061-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-018-12/+16
* In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning anHajimu UMEMOTO2002-04-011-4/+9
* Fix cached route problem.Hajimu UMEMOTO2002-03-291-0/+1
* double m_free() - not critical. from niklas@openbsdHajimu UMEMOTO2002-03-291-3/+1
* Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-03-252-7/+11
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-03-251-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-2/+2
* Pacify gcc-3.1.Peter Wemm2002-03-191-2/+1
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-194-9/+0
* put an extern for ip6_protox in here where it is only used for kernel compilingDarren Reed2002-03-191-0/+1
* put an extern for inet6sw in here and make it active only for kernel compilingDarren Reed2002-03-191-0/+4
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-0/+2
* - use des_ecb3_encrypt().Hajimu UMEMOTO2002-03-051-11/+9
* Oops, now, encription and decription are separate function.Hajimu UMEMOTO2002-03-051-2/+2
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-051-2/+2
* - In nd6_rtrequest(), ignored a route when it is created by cloning andHajimu UMEMOTO2002-02-281-0/+21
* Fix another boatload of warnings (missing include) and a cosmeticPeter Wemm2002-02-282-0/+4
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-5/+1
* Fix warnings caused by discarding const.Alfred Perlstein2002-02-276-9/+11
* Fix warnings in the gif(4) driver so it compiles with -Werror.Brooks Davis2002-02-261-2/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-182-3/+3
* Corrected an argument to in6_pcbnotify().Hajimu UMEMOTO2002-02-041-2/+3
* - Check the address family of a cached destination, in case ofHajimu UMEMOTO2002-01-211-1/+4
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-1/+1
* Staticise the fw chain.Mike Smith2002-01-081-1/+1
* Back out cometic changes. This is for easily syncing with KAME in other BSDs.Munechika SUMIKAWA2001-12-171-5/+5
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-091-1/+1
* fixed the cast128 calculation with a short cipher key length.Hajimu UMEMOTO2001-11-271-1/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-1/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structRobert Watson2001-11-081-1/+1
* Fixed the behavior when there is no inbound policy for the ipsecHajimu UMEMOTO2001-11-061-0/+8
* Fix fragmented packet handling.Munechika SUMIKAWA2001-10-291-2/+2
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-173-8/+6
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.Ruslan Ermilov2001-10-171-3/+2
* Fixed to process a IPv6 packet when ah transport after esp tunnelHajimu UMEMOTO2001-10-171-3/+42
* catch forwarded ipv6 packets with pfil_hooks for outbound things tooDarren Reed2001-10-151-0/+34
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-258-40/+11
* Removed a wrong comment.Munechika SUMIKAWA2001-09-201-5/+0
* KSE Milestone 2Julian Elischer2001-09-1213-59/+61
* Patches from KAME to remove usage of Varargs in existingJulian Elischer2001-09-076-42/+16
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-068-20/+18
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-033-12/+9
* Add missing "opt_inet6.h" header.Jonathan Lemon2001-08-311-0/+1