| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |