projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git]
/
sys
/
net
/
tap
/
if_tap.c
2009-08-19
Matthew Dillon
AMD64 - Refactor uio_resid and size_t assumptions.
blob
|
commitdiff
2009-08-17
Alex Hornung
DEVFS - move devfs headers to sys/sys; fix consumers
blob
|
commitdiff
|
diff to current
2009-08-05
Matthew Dillon
DEVFS - Fix the TAP device. Auto-cloning and old-style...
blob
|
commitdiff
|
diff to current
2009-08-04
Matthew Dillon
DEVFS - rollup - all kernel devices
blob
|
commitdiff
|
diff to current
2009-08-01
Matthew Dillon
DEVFS - Bring in Alex's GSOC kernel adjustments.
blob
|
commitdiff
|
diff to current
2009-07-15
Matthew Dillon
MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
blob
|
commitdiff
|
diff to current
2009-07-14
Matthew Dillon
tsleep() - Add PINTERLOCKED flag to catch edge case.
blob
|
commitdiff
|
diff to current
2009-05-25
Sepherosa Ziehau
tap(4): More fixes to tapuponopen.
blob
|
commitdiff
|
diff to current
2009-05-25
Sepherosa Ziehau
tap(4): Correct reversed logic
blob
|
commitdiff
|
diff to current
2009-05-25
Sepherosa Ziehau
tap(4): Add ifclone support
blob
|
commitdiff
|
diff to current
2009-04-12
Sepherosa Ziehau
Split ifnet serializer step 2/many: Add if_serialize_as...
blob
|
commitdiff
|
diff to current
2009-04-12
Sepherosa Ziehau
Split ifnet serialize step 1/many: Add if_{serialize...
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-09-05
Matthew Dillon
Fix a crash on access to TAP's owning thread. The...
blob
|
commitdiff
|
diff to current
2008-05-18
Sepherosa Ziehau
- Add devq which stores mbuf dequeued from ifnet.if_snd...
blob
|
commitdiff
|
diff to current
2008-05-18
Sepherosa Ziehau
KNOTE still needs mplock, so tapifstart() could be...
blob
|
commitdiff
|
diff to current
2007-12-31
Sepherosa Ziehau
- Factor out if_purgeaddrs_nolink(), which frees all...
blob
|
commitdiff
|
diff to current
2007-09-16
Peter Avalos
Make functions static and use M_ZERO instead of a separ...
blob
|
commitdiff
|
diff to current
2007-07-03
Matthew Dillon
Fix an issue which arises with the TAP interface when...
blob
|
commitdiff
|
diff to current
2007-01-15
Matthew Dillon
Add KQUEUE support to the TAP interface.
blob
|
commitdiff
|
diff to current
2007-01-14
Sepherosa Ziehau
- Invoke ifnet_attach_event when open tap(4) device...
blob
|
commitdiff
|
diff to current
2007-01-14
Sepherosa Ziehau
Invoke ifnet_detach_event when close a tap(4) device...
blob
|
commitdiff
|
diff to current
2007-01-10
Sascha Wildner
[committed on behalf of sephe]
blob
|
commitdiff
|
diff to current
2006-12-20
Matthew Dillon
Rename sprintf -> ksprintf
blob
|
commitdiff
|
diff to current
2006-10-25
Sascha Wildner
Fix typos in some messages: writting -> writing
blob
|
commitdiff
|
diff to current
2006-09-10
Matthew Dillon
Change the kernel dev_t, representing a pointer to...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-07-28
Matthew Dillon
MASSIVE reorganization of the device operations vector...
blob
|
commitdiff
|
diff to current
2006-07-21
Simon Schubert
- Move error exit in front of tsleep_interlock()
blob
|
commitdiff
|
diff to current
2006-06-13
Matthew Dillon
Add kernel syscall support for explicit blocking and...
blob
|
commitdiff
|
diff to current
2005-12-30
Matthew Dillon
Do not call ether_ifdetach() with the serializer held...
blob
|
commitdiff
|
diff to current
2005-12-11
Sascha Wildner
* Ansify function definitions.
blob
|
commitdiff
|
diff to current
2005-11-28
Matthew Dillon
Make all network interrupt service routines MPSAFE...
blob
|
commitdiff
|
diff to current
2005-11-22
Matthew Dillon
Fix the design of ifq_dequeue/altq_dequeue by adding...
blob
|
commitdiff
|
diff to current
2005-06-14
Joerg Sonnenberger
Forgotten from the ALTQ conversion.
blob
|
commitdiff
|
diff to current
2005-06-14
Joerg Sonnenberger
Convert to critical sections.
blob
|
commitdiff
|
diff to current
2005-06-14
Joerg Sonnenberger
Use if_printf.
blob
|
commitdiff
|
diff to current
2005-04-30
YONETANI Tomokazu
leftover from proc->thread stage 4
blob
|
commitdiff
|
diff to current
2005-01-23
Joerg Sonnenberger
Use BPF_TAP and BPF_MTAP instead of the expanded versio...
blob
|
commitdiff
|
diff to current
2004-07-23
Joerg Sonnenberger
Unify the input handling of the low-level network stack...
blob
|
commitdiff
|
diff to current
2004-06-02
Eirik Nygaard
Change mbug allocation flags from M_ to MB_ to avoid...
blob
|
commitdiff
|
diff to current
2004-05-19
Matthew Dillon
Device layer rollup commit.
blob
|
commitdiff
|
diff to current
2004-05-13
Matthew Dillon
device switch 1/many: Remove d_autoq, add d_clone ...
blob
|
commitdiff
|
diff to current
2004-03-23
Jeffrey Hsu
Eliminate use of curthread in if_ioctl functions by...
blob
|
commitdiff
|
diff to current
2004-03-14
Joerg Sonnenberger
BPF has been in the kernel for ages and is supported...
blob
|
commitdiff
|
diff to current
2004-01-06
Matthew Dillon
if_xname support Part 2/2: Convert remaining netif...
blob
|
commitdiff
|
diff to current
2003-08-26
Robert Garrett
__P() removal
blob
|
commitdiff
|
diff to current
2003-08-07
Matthew Dillon
kernel tree reorganization stage 1: Major cvs repositor...
blob
|
commitdiff
|
diff to current
2003-07-21
Matthew Dillon
DEV messaging stage 1/4: Rearrange struct cdevsw and...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Remove the priority part of the priority|flags argument...
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-23
Matthew Dillon
proc->thread stage 2: MAJOR revamping of system calls...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current