index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_tun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-13
/
+13
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-3
/
+2
*
Add per-softc locking to if_tun:
rwatson
2004-03-29
1
-6
/
+66
*
Lock down if_tun global variables using a new mutex, tunmtx. As with
rwatson
2004-03-29
1
-11
/
+31
*
Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale
rwatson
2004-03-17
1
-7
/
+14
*
Remove stale (unused) unit variables from if_tun and if_tap softc's.
rwatson
2004-03-13
1
-1
/
+0
*
Add clone_setup() function rather than rely on lazy initialization.
phk
2004-03-11
1
-0
/
+1
*
Don't set d_flags twice. The second setting clobbered D_NOGIANT.
bde
2004-02-24
1
-2
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 2/6:
phk
2004-02-21
1
-101
/
+62
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-47
/
+3
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-6
/
+5
*
Make TUNDEBUG use if_printf instead of printf.
brooks
2003-10-31
1
-24
/
+17
*
Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT.
brooks
2003-10-23
1
-4
/
+3
*
Correctly name r_unit member tun_unit.
phk
2003-09-27
1
-3
/
+3
*
Revert last change and insure the driver can support other address families.
jlemon
2003-03-08
1
-0
/
+18
*
The tun driver is INET only. Don't pretend to support other address families.
jlemon
2003-03-08
1
-25
/
+0
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-5
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-3
/
+48
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-31
/
+31
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
NODEVFS cleanup: remove calls to cdevsw_remove()
phk
2003-02-26
1
-2
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
NODEVFS cleanup: unifdef
phk
2003-01-30
1
-10
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
Originally when DEVFS was added, a global variable "devfs_present"
phk
2003-01-19
1
-8
/
+9
*
network interface and link layer changes:
sam
2002-11-15
1
-3
/
+3
*
Don't check IFF_RUNNING in previous change.
simokawa
2002-10-25
1
-2
/
+2
*
Don't send/recieve packets when the interface is down.
simokawa
2002-10-23
1
-0
/
+9
*
Don't us an array[1], it just hides where '&' isn't used right.
phk
2002-10-20
1
-11
/
+11
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-2
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+16
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-1
/
+1
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
minor style(9) fix: return (foo); The file was mostly style(9) before.
imp
2002-02-26
1
-16
/
+16
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
1
-11
/
+10
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+9
*
TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINT
brian
2001-08-25
1
-6
/
+4
*
Don't terminate the uiomove() loop on a zero-length mbuf. It's not
fenner
2001-08-03
1
-4
/
+3
*
Close a race where we were releasing the unit resource at the start
brian
2001-06-20
1
-2
/
+4
*
Remove the SI_CHEAPCLONE flag when hanging resources off the dev_t
brian
2001-06-18
1
-0
/
+2
*
Support /dev/tun cloning. Ansify if_tun.c while I'm there.
brian
2001-06-01
1
-92
/
+129
*
Make if_tun's clone create SI_CHEAPCLONE devices.
phk
2001-05-25
1
-0
/
+1
[next]