| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | JINMEI Tatuya | 2007-05-25 | 1 | -6/+28 |
| * | MFC of coverity fixes against IPv6. | George V. Neville-Neil | 2005-12-23 | 1 | -2/+4 |
| * | MFC 1.60: ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big | SUZUKI Shinsuke | 2005-03-08 | 1 | -2/+0 |
| * | MFC 1.58, 1.59: | Hajimu UMEMOTO | 2005-03-01 | 1 | -6/+8 |
| * | Merge icmp6.c:1.56-1.57 from HEAD to RELENG_5: | Robert Watson | 2005-02-21 | 1 | -5/+14 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -2/+2 |
| * | MFC 1.55: we don't need to make fake sockaddr_in6 to compare subject | Hajimu UMEMOTO | 2005-01-28 | 1 | -13/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | Hajimu UMEMOTO | 2004-02-24 | 1 | -1/+3 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -8/+0 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -21/+9 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -4/+2 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -2/+9 |
| * | (icmp6_rip6_input) if the received data is small enough but in an | Hajimu UMEMOTO | 2003-10-31 | 1 | -2/+46 |
| * | ip6_savecontrol() argument is redundant | Hajimu UMEMOTO | 2003-10-29 | 1 | -2/+2 |
| * | cleanup use of m_tag. | Hajimu UMEMOTO | 2003-10-28 | 1 | -31/+37 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -5/+36 |
| * | we have ppsratecheck(). | Hajimu UMEMOTO | 2003-10-22 | 1 | -74/+0 |
| * | drop the code of HAVE_NRL_INPCB part. our system doesn't | Hajimu UMEMOTO | 2003-10-22 | 1 | -43/+0 |
| * | - change scope to zone. | Hajimu UMEMOTO | 2003-10-21 | 1 | -31/+32 |
| * | - add dom_if{attach,detach} framework. | Hajimu UMEMOTO | 2003-10-17 | 1 | -1/+1 |
| * | nuke SCOPEDROUTING. Though it was there for a long time, | Hajimu UMEMOTO | 2003-10-10 | 1 | -8/+0 |
| * | indent | Hajimu UMEMOTO | 2003-10-07 | 1 | -1/+1 |
| * | style and indent. no functional change. | Hajimu UMEMOTO | 2003-10-07 | 1 | -39/+33 |
| * | - fix typo in comment. | Hajimu UMEMOTO | 2003-10-07 | 1 | -168/+169 |
| * | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -20/+20 |
| * | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -8/+6 |
| * | panic() doesn't need \n | SUZUKI Shinsuke | 2003-04-29 | 1 | -1/+1 |
| * | Explicitly declare 'int' parameters. | David E. O'Brien | 2003-04-21 | 1 | -1/+1 |
| * | fixed a mbuf leak when an IP packet from ESP tunnel is redirected | SUZUKI Shinsuke | 2003-03-29 | 1 | -0/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -18/+18 |
| * | M_MOVE_PKTHDR must happen before any cluster is attached | Sam Leffler | 2003-02-18 | 1 | -2/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -18/+18 |
| * | correct pkthdr length calculation for ipv6 echo packets; after moving a packet | Sam Leffler | 2003-01-05 | 1 | -3/+6 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -4/+13 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -2/+8 |
| * | define HAVE_PPSRATECHECK now that we have this stuff in the kernel | Sam Leffler | 2002-12-20 | 1 | -0/+1 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+6 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -11/+3 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -8/+2 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -2/+8 |
| * | Revised MLD-related definitions | Hajimu UMEMOTO | 2002-05-06 | 1 | -8/+8 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -10/+13 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -19/+20 |
| * | Remove duplicate extern declarations to silence warnings. | Alfred Perlstein | 2002-03-19 | 1 | -2/+0 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 1 | -8/+1 |
| * | use TAILQ_FOREACH() in searching address list | Hajimu UMEMOTO | 2001-07-03 | 1 | -2/+1 |
| * | on icmp6 node information query (FQDN), do not return hostnames with | Hajimu UMEMOTO | 2001-06-24 | 1 | -2/+6 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -391/+648 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -3/+1 |