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