| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | ume | 2004-02-24 | 1 | -1/+3 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -8/+0 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -22/+10 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -4/+2 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -2/+9 |
* | (icmp6_rip6_input) if the received data is small enough but in an | ume | 2003-10-31 | 1 | -2/+46 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -2/+2 |
* | cleanup use of m_tag. | ume | 2003-10-28 | 1 | -31/+37 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -5/+36 |
* | we have ppsratecheck(). | ume | 2003-10-22 | 1 | -74/+0 |
* | drop the code of HAVE_NRL_INPCB part. our system doesn't | ume | 2003-10-22 | 1 | -43/+0 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -31/+32 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -1/+1 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | ume | 2003-10-10 | 1 | -8/+0 |
* | indent | ume | 2003-10-07 | 1 | -1/+1 |
* | style and indent. no functional change. | ume | 2003-10-07 | 1 | -40/+34 |
* | - fix typo in comment. | ume | 2003-10-07 | 1 | -172/+173 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -20/+20 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -8/+6 |
* | panic() doesn't need \n | suz | 2003-04-29 | 1 | -1/+1 |
* | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -1/+1 |
* | fixed a mbuf leak when an IP packet from ESP tunnel is redirected | suz | 2003-03-29 | 1 | -0/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -18/+18 |
* | M_MOVE_PKTHDR must happen before any cluster is attached | sam | 2003-02-18 | 1 | -2/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -18/+18 |
* | correct pkthdr length calculation for ipv6 echo packets; after moving a packet | sam | 2003-01-05 | 1 | -3/+6 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -4/+13 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -2/+8 |
* | define HAVE_PPSRATECHECK now that we have this stuff in the kernel | sam | 2002-12-20 | 1 | -0/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+6 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -11/+3 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -8/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+8 |
* | Revised MLD-related definitions | ume | 2002-05-06 | 1 | -8/+8 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -10/+13 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -19/+20 |
* | Remove duplicate extern declarations to silence warnings. | alfred | 2002-03-19 | 1 | -2/+0 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -8/+1 |
* | use TAILQ_FOREACH() in searching address list | ume | 2001-07-03 | 1 | -2/+1 |
* | on icmp6 node information query (FQDN), do not return hostnames with | ume | 2001-06-24 | 1 | -2/+6 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -392/+649 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -3/+1 |
* | examined the gateway (from the routing table) only when the address | ume | 2000-09-15 | 1 | -0/+10 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -340/+1092 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Update icmp node info query message bit order of query types, | shin | 2000-03-09 | 1 | -3/+5 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -12/+6 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -11/+3 |