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
*
As the Tunnel device has no real inherrent MRU limit,
julian
1997-06-11
1
-1
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 6: include
bde
1997-03-24
1
-1
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+1
*
Don't try to do anything with the `ifr' parameter for SIOCADDMULTI
wollman
1997-01-17
1
-15
/
+0
*
Change default tun MTU back to 1500.
fenner
1996-12-16
1
-1
/
+6
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-2
/
+4
*
2 small changes:
julian
1996-12-02
1
-1
/
+5
*
Remove an un-necessary call to microtime() to set if_lastchange
gpalmer
1996-06-23
1
-1
/
+0
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
1
-2
/
+2
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-2
/
+5
*
Also count bytes in if_tun. kern/1253
phk
1996-06-09
1
-0
/
+2
*
added missing semicolon
scrappy
1996-05-26
1
-1
/
+1
*
If tunnel is busy we return EBUSY, not ENXIO.
phk
1996-05-26
1
-1
/
+1
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-2
/
+0
*
Fixed ownerships of callout devices.
bde
1996-03-27
1
-7
/
+3
*
Make tundebug sysctl writable.
phk
1996-02-09
1
-1
/
+1
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-5
/
+5
*
Make FIONREAD return the actual that a read() would return, not just the
peter
1995-12-11
1
-3
/
+5
*
Restored used variable `name[32]' (used by DEVFS).
bde
1995-12-10
1
-3
/
+3
*
Staticize, clean lint.
phk
1995-12-09
1
-9
/
+9
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-53
/
+38
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-1
/
+1
*
OK, that's it..
julian
1995-11-29
1
-0
/
+39
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-6
/
+7
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-6
/
+0
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+0
*
Add BPF and IP multicast capabilities to the `tun' and `lp' network
wollman
1995-09-25
1
-1
/
+30
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-2
/
+2
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
1
-7
/
+8
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
1
-1
/
+0
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Tunnel driver is nmow capable of installing its own cdevsw[] entry,
wollman
1995-04-10
1
-20
/
+24
*
Support for pseudo-device LKMs. Note that this is restricted to only
wollman
1995-03-20
1
-4
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-0
/
+1
*
New user Process PPP based on iij-ppp0.94beta2.
amurai
1995-02-26
1
-115
/
+75
*
(no commit message)
amurai
1995-01-31
1
-0
/
+615