summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* fixed the cast128 calculation with a short cipher key length.ume2001-11-271-1/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-1/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* Fixed the behavior when there is no inbound policy for the ipsecume2001-11-061-0/+8
* Fix fragmented packet handling.sumikawa2001-10-291-2/+2
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-173-8/+6
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.ru2001-10-171-3/+2
* Fixed to process a IPv6 packet when ah transport after esp tunnelume2001-10-171-3/+42
* catch forwarded ipv6 packets with pfil_hooks for outbound things toodarrenr2001-10-151-0/+34
* Make faith loadable, unloadable, and clonable.brooks2001-09-258-40/+11
* Removed a wrong comment.sumikawa2001-09-201-5/+0
* KSE Milestone 2julian2001-09-1213-59/+61
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-076-42/+16
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-068-20/+18
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-033-12/+9
* Add missing "opt_inet6.h" header.jlemon2001-08-311-0/+1
* Fix fencepost error causing creation of 0-length mbufs when the boundaryfenner2001-08-201-2/+2
* Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.simokawa2001-08-101-2/+2
* When running aplication joined multicast address,ume2001-08-043-0/+47
* When global anycast address was assigned to lo0, wrong sourceume2001-08-031-3/+5
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-262-14/+0
* do not M_WAITOK in in6_update_ifa(), since this function can be calledume2001-07-151-1/+6
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isume2001-07-081-2/+6
* The m_free call in the ip6_fw_ctl_ptr == NULL case apparentlyume2001-07-071-2/+0
* When the link-layer address of a router changes, select theume2001-07-041-0/+18
* use TAILQ_FOREACH() in searching address listume2001-07-031-2/+1
* gif(4) and stf(4) modernization:brooks2001-07-023-25/+0
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-0/+2
* Fix typo (s/=/+=/) in previous commit.kuriyama2001-06-281-1/+1
* refresh default router list on nd6_purge(), only if we are anume2001-06-271-4/+6
* Merge from netinet/ip_fw.c (1.117 -> 1.118).kuriyama2001-06-241-45/+69
* remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)ume2001-06-241-7/+0
* disallow setsockopt(IPV6_V6ONLY) for already bound sockets.ume2001-06-241-0/+11
* on icmp6 node information query (FQDN), do not return hostnames withume2001-06-241-2/+6
* decrease warningume2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.ume2001-06-241-12/+0
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.sumikawa2001-06-192-0/+9
* call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sureume2001-06-181-0/+11
* Sync with recent KAME.ume2001-06-1158-5329/+8603
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-102-1/+3
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+4
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-1/+1
* Change the default value of net.inet6.ip6.maxfragpackets fromjesper2001-05-311-1/+1
* Fix memory leak.ume2001-05-231-0/+2
* M_COPY_PKTHDR has to be done before MCLGET.ume2001-05-221-4/+5
* Plug memoly leak in overlaps fragment cases.sumikawa2001-05-201-0/+6
* Fix typo in previous commit.ume2001-04-201-1/+1
* - Fix to receive icmp6 echo reply within the host itself to ff02::1.ume2001-04-191-2/+32
* - correct logic of per-address input packet counts for lo0ume2001-04-051-16/+29
OpenPOWER on IntegriCloud