AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / net / tun / if_tun.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-05 Alex HornungDEVFS - add make_autoclone_dev to take of clone initial...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-04-05 Sepherosa Ziehautunoutput() is declared as static function and is used...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-06 Sascha WildnerReplace MALLOC()/bzero() with MALLOC(M_ZERO).
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-01 Matthew DillonDo not hold the ifnet serializer when entering tsleep...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-07-10 Joerg SonnenbergerRevert part of the ALTQ conversion. It unintenionally...
2005-06-14 Joerg Sonnenbergertypo
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf for TUNDEBUG.
2005-06-14 Joerg Sonnenbergersimplify.
2005-05-08 Joerg SonnenbergerUse ifq_handoff instead of the hand-rolled version...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: