aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fencepost error causing creation of 0-length mbufs when the boundaryBill Fenner2001-08-201-2/+2
* Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.Hidetoshi Shimokawa2001-08-101-2/+2
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-043-0/+47
* When global anycast address was assigned to lo0, wrong sourceHajimu UMEMOTO2001-08-031-3/+5
* move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-262-14/+0
* do not M_WAITOK in in6_update_ifa(), since this function can be calledHajimu UMEMOTO2001-07-151-1/+6
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isHajimu UMEMOTO2001-07-081-2/+6
* The m_free call in the ip6_fw_ctl_ptr == NULL case apparentlyHajimu UMEMOTO2001-07-071-2/+0
* When the link-layer address of a router changes, select theHajimu UMEMOTO2001-07-041-0/+18
* use TAILQ_FOREACH() in searching address listHajimu UMEMOTO2001-07-031-2/+1
* gif(4) and stf(4) modernization:Brooks Davis2001-07-023-25/+0
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-0/+2
* Fix typo (s/=/+=/) in previous commit.Jun Kuriyama2001-06-281-1/+1
* refresh default router list on nd6_purge(), only if we are anHajimu UMEMOTO2001-06-271-4/+6
* Merge from netinet/ip_fw.c (1.117 -> 1.118).Jun Kuriyama2001-06-241-45/+69
* remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)Hajimu UMEMOTO2001-06-241-7/+0
* disallow setsockopt(IPV6_V6ONLY) for already bound sockets.Hajimu UMEMOTO2001-06-241-0/+11
* on icmp6 node information query (FQDN), do not return hostnames withHajimu UMEMOTO2001-06-241-2/+6
* decrease warningHajimu UMEMOTO2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.Hajimu UMEMOTO2001-06-241-12/+0
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.Munechika SUMIKAWA2001-06-192-0/+9