| Age | Commit message (Expand) | Author |
| 2006-08-30 | fix initializer | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-18 | Fix another typo... I must be on drugs... | rpaulo |
| 2006-04-08 | IFHEAD and PREPADDR are mutually exclusive. From FreeBSD. | rpaulo |
| 2006-04-04 | Add another bit from FreeBSD that I forgot: in tun_output, don't try to send | rpaulo |
| 2006-04-04 | Fix a if-clause botched in a previous revision now that we have TUN_IFHEAD. | rpaulo |
| 2006-04-03 | Implement TUN_IFHEAD, the missing piece that was breaking old applications. | rpaulo |
| 2006-03-29 | Add missing break tunwrite() which was causing EAFNOSUPPORT to be | rpaulo |
| 2006-03-03 | Some minor KNF. | rpaulo |
| 2006-03-03 | Fix typo in comment. | rpaulo |
| 2006-02-28 | Add full support for IPv6 tunnels. From DEGROOTE Arnaud in PR 32944. | rpaulo |
| 2006-02-05 | Add preliminary/not tested support for IPv6. | rpaulo |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2004-12-06 | Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. | christos |
| 2004-12-04 | Remove redundant conditional; NTUN is always 1 when this file is compiled. | peter |
| 2004-12-04 | Change ifc_destroy to return an int instead of void, so that it | peter |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-06-06 | Use bpf_mtap2 in tun(4). | dyoung |
| 2004-05-14 | Fix locking issues noticed by Tom Ivar Helbekkmo on tech-net: | pk |
| 2004-05-13 | Initialize interface type to IFT_TUNNEL as suggested by Erik Änggård | tron |
| 2004-03-01 | Don't leak memory if a copyin fails. | tron |
| 2003-09-22 | pass signo to fownsignal #ifdef ALTQ | cl |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-22 | kill unused variable in #ifdef ALTQ part, to make this compile | jdolecek |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-02 | KNF | itojun |
| 2003-05-01 | bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has some | itojun |
| 2003-03-13 | Validate pgid arg to TIOCSPGRP | dsl |
| 2002-12-25 | count input/output bytes for tun device | jdolecek |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-23 | uio_resid is a size_t (ie, unsigned), so don't check if it's less than 0. | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-29 | Make tun interfaces perform auto-creation. This means that if a | atatat |
| 2002-03-13 | suppress -Wunused if !INET6 | itojun |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2001-11-13 | remove unnecessary #if NFOO > 0 .... #endif wrappers | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2001-10-31 | Turn the tun device/network interface into a cloning device. | atatat |
| 2001-08-03 | simplify previous fix (0-length mbuf in mbuf chain). from freebsd | itojun |
| 2001-08-02 | do not break from loop even if m_len == 0. it's valid to have | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |