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
*
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
*
Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd)
brian
2001-04-17
1
-5
/
+3
*
Allow MOD_UNLOADs of if_tun, and handle event handler registration
brian
2001-04-03
1
-10
/
+42
*
Return 0 and do nothing when we get a SIOCSIFFLAGS.
brian
2001-04-02
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-4
/
+4
*
o Allow non-root users to open /dev/tun* (remove suser()
brian
2001-02-03
1
-8
/
+5
*
Pass the minor number rather than the unit number to make_dev()
brian
2001-02-02
1
-2
/
+1
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-11
/
+23
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Move the wakeup/signaling of the reader side of the tun device into
jlemon
2000-12-05
1
-9
/
+18
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-25
/
+6
*
Have tuninit() return an error if an interface address is NULL.
jlemon
2000-11-02
1
-19
/
+23
*
BPF wants packets in host byte order whereas TUN_IFHEAD wants them
brian
2000-10-15
1
-5
/
+12
*
Rename lminor() to dev2unit(). This function gives a linear unit number
phk
2000-09-19
1
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-14
/
+2
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-0
/
+34
*
Initialise ifnet::if_type
brian
2000-07-17
1
-0
/
+2
*
Track if_i{bytes,packets,errors}.
mdodd
2000-02-16
1
-0
/
+4
*
Remove unused includes
brian
2000-01-29
1
-7
/
+0
*
Redo the intrq.c idea as
brian
2000-01-27
1
-115
/
+2
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
1
-21
/
+65
*
Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEAD
brian
2000-01-23
1
-39
/
+137
*
Add a new TUNSIFPID ioctl to update the tun_pid (recorded in
brian
2000-01-21
1
-0
/
+3
*
Zap #include "tun.h" (for NTUN) - which isn't used anymore.
peter
1999-09-27
1
-2
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+2
*
Give if_tun the "almost clone" makeover.
phk
1999-08-15
1
-68
/
+60
*
Back out redundant check, and remove the MAXMTU comparison as it's
brian
1999-08-06
1
-7
/
+4
*
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
brian
1999-08-06
1
-3
/
+8
*
Don't complain if 0 bytes are written to the tun device, simply
brian
1999-07-26
1
-1
/
+4
*
fix a problem w/ zero byte writes to the tunnel device. It would bypass
jmg
1999-07-23
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Add a new interface ioctl, to return "aux status".
phk
1999-06-19
1
-1
/
+11
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-3
/
+19
*
In tunclose():
brian
1999-05-27
1
-11
/
+15
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Implement TUNSIFMODE and TUNSLMODE.
des
1999-03-24
1
-1
/
+42
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.
peter
1999-01-17
1
-6
/
+0
[next]