aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sureHajimu UMEMOTO2001-06-181-0/+11
* Sync with recent KAME.Hajimu UMEMOTO2001-06-1158-5329/+8603
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-102-1/+3
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+4
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.David E. O'Brien2001-06-011-1/+1
* Change the default value of net.inet6.ip6.maxfragpackets fromJesper Skriver2001-05-311-1/+1
* Fix memory leak.Hajimu UMEMOTO2001-05-231-0/+2
* M_COPY_PKTHDR has to be done before MCLGET.Hajimu UMEMOTO2001-05-221-4/+5
* Plug memoly leak in overlaps fragment cases.Munechika SUMIKAWA2001-05-201-0/+6
* Fix typo in previous commit.Hajimu UMEMOTO2001-04-201-1/+1
* - Fix to receive icmp6 echo reply within the host itself to ff02::1.Hajimu UMEMOTO2001-04-191-2/+32
* - correct logic of per-address input packet counts for lo0Hajimu UMEMOTO2001-04-051-16/+29
* Make per-address input packet counts for lo0 work.Hajimu UMEMOTO2001-03-281-6/+22
* nuke IPSEC_SRCSEL which does not do the right thing.Hajimu UMEMOTO2001-03-161-33/+3
* Merge from kame (1.175 -> 1.176):Jun Kuriyama2001-03-161-1/+27
* Plug several mbuf leaks in error cases (in nd6)Bosko Milekic2001-03-111-3/+12
* More IP option length validation.Kris Kennaway2001-02-264-21/+41
* Better detection of duplicated initialization.Hidetoshi Shimokawa2001-02-201-2/+8
* Correct IPv4 option processing.Kris Kennaway2001-02-202-2/+22
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-5/+9
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-062-3/+2
* Yikes, these files bogusly #include "loop.h" but didn't use the value.Peter Wemm2001-01-293-6/+0
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.Kris Kennaway2001-01-232-5/+18
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).Hajimu UMEMOTO2001-01-222-4/+4
* on in6_ifdetach(), do not remove default route mistakenlyHajimu UMEMOTO2001-01-221-2/+2
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-1/+1
* permit icmp6 type <= 256 (was 32).Hajimu UMEMOTO2001-01-211-1/+1
* When ip6_fw_ctl() or soopt_mcopyout() return without success,Hajimu UMEMOTO2001-01-201-1/+1
* workaround; be sure to initialize nd6 interface information when IPv6Jun-ichiro itojun Hagino2001-01-181-0/+8
* do not touch ra_addr if it is NULL. from IIJ SEIL teamHajimu UMEMOTO2001-01-021-2/+4
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-213-7/+7
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1