Age | Commit message (Expand) | Author |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2010-09-23 | If tunread() fails, we should increment if_oerrors, not if_ierrors. | Matthew Dempsky |
2010-09-22 | Don't bother calling suser() in tunopen(). | Matthew Dempsky |
2010-07-08 | pipex didn't work on output. Fixed following problems: | YASUOKA Masahiko |
2010-05-06 | Remove the incorrect if_media code. It is no longer needed to show and track | Claudio Jeker |
2010-01-13 | cleanup pipex code. ok henning@ | YASUOKA Masahiko |
2010-01-12 | do not need rndvar.h anymore | Theo de Raadt |
2010-01-12 | Remove simple_unlock() that is mistakenly introduced and add required | YASUOKA Masahiko |
2010-01-12 | Unify the various fake ethernet generators as ether_fakeaddr() which | Theo de Raadt |
2010-01-11 | Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding | YASUOKA Masahiko |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-08-09 | Tag packets into correct rdomain in tunwrite(). For L2 traffic this will be | Claudio Jeker |
2009-08-02 | Preserve joined interface groups when tun(4) is switched | Marco Pfatschbacher |
2009-06-04 | Emulate a link state in tun(4). The link state goes up when the device is | Claudio Jeker |
2009-02-20 | Ensure that bpf_mtap() is always called at the same interrupt priority | Joel Sing |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-08-04 | do not count ethernet header twice in if_obytes stats. | Damien Bergamini |
2008-05-07 | Prevent virtual interfaces from adding to the random pool. | Marco Pfatschbacher |
2008-05-06 | M_PREPEND can set its first parameter to NULL, and all other code | Kenneth R Westerback |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-03 | Use if_flags instead of ifr_flags. | Marco Pfatschbacher |
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker |
2007-02-16 | Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed | Claudio Jeker |
2007-02-06 | Change the behaviour of tun(4) on close. | Claudio Jeker |
2007-01-26 | When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear | Claudio Jeker |
2006-11-10 | Fix an mbuf leak in an error path. OK brad@ | Claudio Jeker |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-20 | introduce rt_if_remove which takes care of routing table updates for an | Henning Brauer |
2006-03-16 | Switch tun(4) from encapsualting packets into a long mbuf chain over to use | Claudio Jeker |
2006-03-05 | change the interface type from IFF_POINTOPOINT to the more correct | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-11 | Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bump | Claudio Jeker |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-25 | move the code to delete routes having a specific interface as output | Henning Brauer |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-17 | tun devices get created (cloned) automagically when the device is opened. | Henning Brauer |
2005-11-16 | small doses of KNF | Henning Brauer |
2005-06-08 | huch, more netns shitz | Henning Brauer |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2005-05-04 | set RUNNING on open; from Alexey E. Suslikov; ok henning, claudio | Markus Friedl |
2005-05-03 | typo, automaticaly -> automatically | Brad Smith |
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 |