AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / net / tap / if_tap.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 Matthew DillonDEVFS - Fix the TAP device. Auto-cloning and old-style...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-05-25 Sepherosa Ziehautap(4): More fixes to tapuponopen.
2009-05-25 Sepherosa Ziehautap(4): Correct reversed logic
2009-05-25 Sepherosa Ziehautap(4): Add ifclone support
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-05 Matthew DillonFix a crash on access to TAP's owning thread. The...
2008-05-18 Sepherosa Ziehau- Add devq which stores mbuf dequeued from ifnet.if_snd...
2008-05-18 Sepherosa ZiehauKNOTE still needs mplock, so tapifstart() could be...
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2007-09-16 Peter AvalosMake functions static and use M_ZERO instead of a separ...
2007-07-03 Matthew DillonFix an issue which arises with the TAP interface when...
2007-01-15 Matthew DillonAdd KQUEUE support to the TAP interface.
2007-01-14 Sepherosa Ziehau- Invoke ifnet_attach_event when open tap(4) device...
2007-01-14 Sepherosa ZiehauInvoke ifnet_detach_event when close a tap(4) device...
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-25 Sascha WildnerFix typos in some messages: writting -> writing
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-21 Simon Schubert- Move error exit in front of tsleep_interlock()
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2005-12-30 Matthew DillonDo not call ether_ifdetach() with the serializer held...
2005-12-11 Sascha Wildner* Ansify function definitions.
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-06-14 Joerg SonnenbergerForgotten from the ALTQ conversion.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf.
2005-04-30 YONETANI Tomokazuleftover from proc->thread stage 4
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
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-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
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: