]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/if_tuntap.c
tuntap(4): use cdevpriv w/ dtor for last close instead of d_close
[FreeBSD/FreeBSD.git] / sys / net / if_tuntap.c
2019-10-20 kevanstuntap(4): use cdevpriv w/ dtor for last close instead...
2019-10-20 kevanstuntap(4): Use make_dev_s to avoid si_drv1 race
2019-10-20 kevanstuntap(4): break out after setting TUN_DSTADDR
2019-10-20 kevanstuntap(4): Drop TUN_IASET
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 vmaffionetap: add support for virtio-net offloads
2019-10-10 glebiusDon't use if_maddr_rlock() in tuntap(4), use epoch...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-04 kevanstuntap(4): loosen up tunclose restrictions
2019-10-03 kevansif_tuntap: create /dev aliases when a tuntap device...
2019-10-03 kevansif_tuntap: add a busy/unbusy mechanism, replace destroy...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-19 kevanstuntap: belatedly add MODULE_VERSION for if_tun and...
2019-08-19 vmaffioneif_tuntap: minor improvements
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-07-28 asomersMFHead @r350386
2019-07-25 kevansif_tuntap(4): Add TUNGIFNAME
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-17 mmMFV r349134:
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-14 kevanstuntap: Defer clearing if_softc until after if_detach
2019-05-13 asomersMFHead @347527
2019-05-11 kevanstuntap: Improve style
2019-05-09 kevanstuntap: Don't down tap interfaces if LINK0 is set
2019-05-09 kevanstuntap: Properly detach tap ifp
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 kevanstun/tap: merge and rename to `tuntap`