Age | Commit message (Expand) | Author |
2004-11-11 | Check IFF_UP at tun_output(). | Marco Pfatschbacher |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer |
2004-06-25 | Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting | Claudio Jeker |
2004-04-25 | check for input queue congestion on those as well and call if_congestion when | Henning Brauer |
2004-03-02 | don't leak mbuf if uiomove fails; from netbsd; | Markus Friedl |
2004-01-12 | use klist_invalidate to permit destroy while kqueued. ok mpf@ | Ted Unangst |
2004-01-05 | stop ifc_destroy() if there are still knotes registered. | Marco Pfatschbacher |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-06 | support destroy; ok henning | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-12-02 | add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that re... | Michael Shalayeff |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-12 | in FIONREAD and FREAD, use IFQ_POLL instead of looking at if_snd.ifq_len / | Henning Brauer |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-04-18 | Add code to set the TUN_* flags for INET6 addresses too. This allows a | Jason Wright |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-12-06 | Replace license with something that's actually free. | Nathan Binkert |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-06 | kqueue support for bpf; okay markus@ | Niels Provos |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright |
2001-08-21 | Add support for SIOCADDMULTI & SIOCDELMULTI; NetBSD | brian |
2001-08-03 | simplify previous fix (0-length mbuf in mbuf chain). from freebsd | Jun-ichiro itojun Hagino |
2001-08-02 | do not exit loop even if m_len == 0. it is legal to have an mbuf with | Jun-ichiro itojun Hagino |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski |
2001-03-05 | TUNSIFMODE ioctl (from NetBSD) | Angelos D. Keromytis |
2001-02-06 | allow configuring number of tunnel ifaces | Michael Shalayeff |
2000-12-05 | Change bpfattach() link layer type to DLT_LOOP making pcap generated | Hugh Graham |
2000-03-21 | add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok | Michael Shalayeff |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-09-29 | fix byte counters; imain@netidea.com | Theo de Raadt |
1999-07-24 | Return EMSGSIZE for zero length writes - don't panic. | brian |
1999-04-22 | we don't need to include buf.h | Artur Grabowski |
1998-08-02 | #define TUNMRU as 16384 and allow incoming packets | brian |
1998-06-26 | convert DLT_LOOP header to network-order u_int32_t | Theo de Raadt |
1997-12-31 | return error instead of EINTR; brian | Theo de Raadt |
1997-12-31 | two missing splx(); one from brian, one from me | Theo de Raadt |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt |
1997-07-29 | tun_bpf not needed | Theo de Raadt |
1997-07-29 | tell bpf packet header is u_char sized; also indent. spotted by newsham | Theo de Raadt |
1997-07-24 | reindent | Theo de Raadt |
1997-07-23 | add atalk | Michael Shalayeff |
1997-02-14 | limit writes to ifp->if_mtu not TUNMTU | Theo de Raadt |