| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some initial locking to gif(4). It doesn't covers the whole driver, | glebius | 2006-01-30 | 1 | -0/+2 |
* | Add RFC 3378 EtherIP support. This change makes it possible to add gif | thompsa | 2005-12-21 | 1 | -0/+19 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -6/+9 |
* | Fix IP(v6) over IP tunneling most likely broken with ifnet changes. | bz | 2005-06-20 | 1 | -1/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -5/+5 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | In certain cases ip_output() can free our route, so check | glebius | 2004-12-10 | 1 | -1/+2 |
* | - Make route cacheing optional, configurable via IFF_LINK0 flag. | glebius | 2004-12-06 | 1 | -0/+6 |
* | Ensure that dst is bzeroed before calling rtalloc_ign(), to avoid possible | bms | 2004-06-18 | 1 | -0/+1 |
* | In an effort to simplify the routing code, try to deprecate rtalloc() | luigi | 2004-04-14 | 1 | -1/+1 |
* | add ECN support in layer-3. | ume | 2003-10-29 | 1 | -16/+21 |
* | - fix typo in comment. | ume | 2003-10-07 | 1 | -4/+3 |
* | return(code) -> return (code) | ume | 2003-10-07 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | last arg of in6?_gif_output() is not used any more. | ume | 2002-10-17 | 1 | -2/+1 |
* | use encapcheck. | ume | 2002-10-16 | 1 | -14/+0 |
* | - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly. | ume | 2002-10-16 | 1 | -29/+89 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -3/+3 |
* | Staticize an extern that no one else used. | brooks | 2002-02-26 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -2/+3 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -21/+3 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -36/+25 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -4/+0 |
* | repair endianness issue in IN_MULTICAST(). | itojun | 2000-08-15 | 1 | -2/+2 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -108/+134 |
* | Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security. | shin | 2000-03-11 | 1 | -1/+12 |
* | IPv6 6to4 support. | shin | 2000-03-11 | 1 | -1/+42 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -20/+18 |
* | Make this buildable with MROUTING defined. | shin | 1999-12-08 | 1 | -1/+1 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -0/+311 |