| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC remove the MFREE() mbuf macro and cleanup twists in related code. | Matthew Dillon | 2002-02-13 | 1 | -3/+2 |
| * | Ignore any IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) | Brian Somers | 2001-11-25 | 1 | -2/+1 |
| * | MFC: Allow IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) | Brian Somers | 2001-11-23 | 1 | -6/+4 |
| * | MFC 1.97: be robust to zero-length mbufs and print interface name when | Bill Fenner | 2001-08-08 | 1 | -4/+3 |
| * | MFC: Return 0 and do nothing when we get a SIOCSIFFLAGS | Brian Somers | 2001-04-21 | 1 | -0/+1 |
| * | MFC: | David E. O'Brien | 2001-03-06 | 1 | -23/+26 |
| * | MFC: Correct the byte-order of the address family passed to bpf | Brian Somers | 2000-11-01 | 1 | -5/+12 |
| * | MFC: set if_type | Brian Somers | 2000-07-19 | 1 | -0/+2 |
| * | Track if_i{bytes,packets,errors}. | Matthew N. Dodd | 2000-02-16 | 1 | -0/+4 |
| * | Remove unused includes | Brian Somers | 2000-01-29 | 1 | -7/+0 |
| * | Redo the intrq.c idea as | Brian Somers | 2000-01-27 | 1 | -115/+2 |
| * | Move the *intrq variables into net/intrq.c and unconditionally | Brian Somers | 2000-01-24 | 1 | -21/+65 |
| * | Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEAD | Brian Somers | 2000-01-23 | 1 | -38/+136 |
| * | Add a new TUNSIFPID ioctl to update the tun_pid (recorded in | Brian Somers | 2000-01-21 | 1 | -0/+3 |
| * | Zap #include "tun.h" (for NTUN) - which isn't used anymore. | Peter Wemm | 1999-09-27 | 1 | -2/+0 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+2 |
| * | Give if_tun the "almost clone" makeover. | Poul-Henning Kamp | 1999-08-15 | 1 | -67/+59 |
| * | Back out redundant check, and remove the MAXMTU comparison as it's | Brian Somers | 1999-08-06 | 1 | -7/+4 |
| * | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | Brian Somers | 1999-08-06 | 1 | -3/+8 |
| * | Don't complain if 0 bytes are written to the tun device, simply | Brian Somers | 1999-07-26 | 1 | -1/+4 |
| * | fix a problem w/ zero byte writes to the tunnel device. It would bypass | John-Mark Gurney | 1999-07-23 | 1 | -1/+1 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -6/+6 |
| * | Add a new interface ioctl, to return "aux status". | Poul-Henning Kamp | 1999-06-19 | 1 | -1/+11 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -3/+1 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -3/+19 |
| * | In tunclose(): | Brian Somers | 1999-05-27 | 1 | -11/+15 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 1 | -2/+2 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -1/+1 |
| * | Implement TUNSIFMODE and TUNSLMODE. | Dag-Erling Smørgrav | 1999-03-24 | 1 | -1/+42 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. | Peter Wemm | 1999-01-17 | 1 | -6/+0 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -1/+0 |
| * | Installed the second patch attached to kern/7899 with some changes suggested | Don Lewis | 1998-11-11 | 1 | -11/+18 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | Support more than 256 tun devices: | Brian Somers | 1998-04-27 | 1 | -9/+13 |
| * | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -1/+1 |
| * | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | Poul-Henning Kamp | 1998-04-06 | 1 | -1/+1 |
| * | Don't depend on "implicit int" or bloat the data section in the | Bruce Evans | 1998-02-20 | 1 | -1/+1 |
| * | Revert previous commit. Remove all ifp->if_* = 0 initializations, | Steve Price | 1998-02-01 | 1 | -7/+0 |
| * | Initialize if_ibytes and if_obytes to zero. | Steve Price | 1998-01-25 | 1 | -0/+2 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -0/+1 |
| * | Move softc stuff into if_tunvar.h | Brian Somers | 1998-01-11 | 1 | -0/+1 |
| * | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -2/+8 |
| * | Removed unused #includes. | Bruce Evans | 1997-11-18 | 1 | -18/+26 |
| * | Update select -> poll | Peter Wemm | 1997-09-14 | 1 | -20/+20 |
| * | As the Tunnel device has no real inherrent MRU limit, | Julian Elischer | 1997-06-11 | 1 | -1/+1 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 6: include | Bruce Evans | 1997-03-24 | 1 | -1/+3 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -1/+1 |
| * | Don't try to do anything with the `ifr' parameter for SIOCADDMULTI | Garrett Wollman | 1997-01-17 | 1 | -15/+0 |