| Commit message (Expand) | Author | Age | Files | Lines |
* | Hold GIF_LOCK() for almost all of gif_start(). It is required to be held | John Baldwin | 2012-06-29 | 1 | -18/+0 |
* | Fix comment to better reflect how we are | Randall Stewart | 2012-06-12 | 1 | -6/+11 |
* | Note to self. Have morning coffee *before* committing things. | Randall Stewart | 2012-06-12 | 1 | -4/+6 |
* | Allow a gif tunnel to be used with ALTq. | Randall Stewart | 2012-06-12 | 1 | -46/+102 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
* | Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4)) | Bjoern A. Zeeb | 2011-03-02 | 1 | -0/+7 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -4/+4 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -4/+4 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -20/+0 |
* | Check pointer for NULL before dereferencing it, not after. | Christian Brueffer | 2009-10-22 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -42/+18 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -5/+5 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -25/+19 |
* | ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c, | Bjoern A. Zeeb | 2009-06-10 | 1 | -0/+2 |
* | Style fix. | Hiroki Sato | 2009-06-09 | 1 | -7/+7 |
* | - Fix sanity check of GIFSOPTS ioctl. | Hiroki Sato | 2009-06-09 | 1 | -4/+4 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -5/+3 |
* | Fix and add a workaround on an issue of EtherIP packet with reversed | Hiroki Sato | 2009-06-07 | 1 | -5/+41 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+3 |
* | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+2 |
* | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+13 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -14/+23 |
* | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+6 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -10/+22 |
* | Do only define the variable if either INET or INET6 is defined. | Bjoern A. Zeeb | 2008-11-05 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -4/+15 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -7/+8 |
* | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -0/+3 |
* | Improve EtherIP interaction with the bridge | Andrew Thompson | 2008-03-06 | 1 | -2/+30 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | Andrew Thompson | 2006-07-27 | 1 | -1/+0 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | Tai-hwa Liang | 2006-07-27 | 1 | -0/+1 |
* | Revise network interface cloning to take an optional opaque | Sam Leffler | 2006-07-09 | 1 | -2/+3 |
* | Reduce unneeded code duplication. | Yaroslav Tykhiy | 2006-06-29 | 1 | -12/+1 |
* | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 1 | -4/+2 |
* | Fix gif_output() so that GIF_UNLOCK() is performed only in case | Gleb Smirnoff | 2006-06-02 | 1 | -2/+2 |
* | Add some initial locking to gif(4). It doesn't covers the whole driver, | Gleb Smirnoff | 2006-01-30 | 1 | -24/+15 |
* | Add RFC 3378 EtherIP support. This change makes it possible to add gif | Andrew Thompson | 2005-12-21 | 1 | -4/+67 |
* | Move the cloned interface list management in to if_clone. For some drivers the | Andrew Thompson | 2005-11-08 | 1 | -9/+0 |
* | Change the reference counting to count the number of cloned interfaces for each | Andrew Thompson | 2005-10-12 | 1 | -16/+8 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -6/+6 |
* | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -0/+25 |
* | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -2/+9 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -22/+27 |