| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -1/+0 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -11/+18 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Support more than 256 tun devices: | brian | 1998-04-27 | 1 | -9/+13 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -1/+1 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | phk | 1998-04-06 | 1 | -1/+1 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -1/+1 |
* | Revert previous commit. Remove all ifp->if_* = 0 initializations, | steve | 1998-02-01 | 1 | -7/+0 |
* | Initialize if_ibytes and if_obytes to zero. | steve | 1998-01-25 | 1 | -0/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -0/+1 |
* | Move softc stuff into if_tunvar.h | brian | 1998-01-11 | 1 | -0/+1 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -2/+8 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -18/+26 |
* | Update select -> poll | peter | 1997-09-14 | 1 | -20/+20 |
* | 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 |