| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix warnings in the gif(4) driver so it compiles with -Werror. | brooks | 2002-02-26 | 1 | -2/+1 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 2 | -3/+3 |
* | Corrected an argument to in6_pcbnotify(). | ume | 2002-02-04 | 1 | -2/+3 |
* | - Check the address family of a cached destination, in case of | ume | 2002-01-21 | 1 | -1/+4 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the fw chain. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Back out cometic changes. This is for easily syncing with KAME in other BSDs. | sumikawa | 2001-12-17 | 1 | -5/+5 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | arr | 2001-12-09 | 1 | -1/+1 |
* | fixed the cast128 calculation with a short cipher key length. | ume | 2001-11-27 | 1 | -1/+2 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -1/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -1/+1 |
* | Fixed the behavior when there is no inbound policy for the ipsec | ume | 2001-11-06 | 1 | -0/+8 |
* | Fix fragmented packet handling. | sumikawa | 2001-10-29 | 1 | -2/+2 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 3 | -8/+6 |
* | Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85. | ru | 2001-10-17 | 1 | -3/+2 |
* | Fixed to process a IPv6 packet when ah transport after esp tunnel | ume | 2001-10-17 | 1 | -3/+42 |
* | catch forwarded ipv6 packets with pfil_hooks for outbound things too | darrenr | 2001-10-15 | 1 | -0/+34 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 8 | -40/+11 |
* | Removed a wrong comment. | sumikawa | 2001-09-20 | 1 | -5/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 13 | -59/+61 |
* | Patches from KAME to remove usage of Varargs in existing | julian | 2001-09-07 | 6 | -42/+16 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 8 | -20/+18 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 3 | -12/+9 |
* | Add missing "opt_inet6.h" header. | jlemon | 2001-08-31 | 1 | -0/+1 |
* | Fix fencepost error causing creation of 0-length mbufs when the boundary | fenner | 2001-08-20 | 1 | -2/+2 |
* | Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a. | simokawa | 2001-08-10 | 1 | -2/+2 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 3 | -0/+47 |
* | When global anycast address was assigned to lo0, wrong source | ume | 2001-08-03 | 1 | -3/+5 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 2 | -14/+0 |
* | do not M_WAITOK in in6_update_ifa(), since this function can be called | ume | 2001-07-15 | 1 | -1/+6 |
* | soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it is | ume | 2001-07-08 | 1 | -2/+6 |
* | The m_free call in the ip6_fw_ctl_ptr == NULL case apparently | ume | 2001-07-07 | 1 | -2/+0 |
* | When the link-layer address of a router changes, select the | ume | 2001-07-04 | 1 | -0/+18 |
* | use TAILQ_FOREACH() in searching address list | ume | 2001-07-03 | 1 | -2/+1 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 3 | -25/+0 |
* | - create an entry of IPV6CTL_STATS sysctl. | ume | 2001-06-28 | 1 | -0/+2 |
* | Fix typo (s/=/+=/) in previous commit. | kuriyama | 2001-06-28 | 1 | -1/+1 |
* | refresh default router list on nd6_purge(), only if we are an | ume | 2001-06-27 | 1 | -4/+6 |
* | Merge from netinet/ip_fw.c (1.117 -> 1.118). | kuriyama | 2001-06-24 | 1 | -45/+69 |
* | remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time) | ume | 2001-06-24 | 1 | -7/+0 |
* | disallow setsockopt(IPV6_V6ONLY) for already bound sockets. | ume | 2001-06-24 | 1 | -0/+11 |
* | on icmp6 node information query (FQDN), do not return hostnames with | ume | 2001-06-24 | 1 | -2/+6 |
* | decrease warning | ume | 2001-06-24 | 1 | -2/+4 |
* | Nuke the comment about MIP6. We don't have MIP6 code, yet. | ume | 2001-06-24 | 1 | -12/+0 |
* | Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now. | sumikawa | 2001-06-19 | 2 | -0/+9 |
* | call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sure | ume | 2001-06-18 | 1 | -0/+11 |
* | Sync with recent KAME. | ume | 2001-06-11 | 58 | -5329/+8603 |
* | Make the default value of net.inet.ip.maxfragpackets and | jesper | 2001-06-10 | 2 | -1/+3 |