| Commit message (Expand) | Author | Age | Files | Lines |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -8/+8 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -10/+9 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Hardcode the loopback rx/tx checkum options for IPv6 to on without | bz | 2012-07-28 | 1 | -2/+26 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 1 | -1/+1 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -6/+21 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -2/+2 |
* | ifconfig(8) expects interface fooX to be supported by the module if_foo, | rwatson | 2010-02-21 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -41/+15 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -14/+9 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -5/+30 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | V_irtualize the if_clone framework, thus allowing for clonable ifnets | zec | 2009-05-23 | 1 | -0/+13 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -1/+0 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+5 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+12 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -2/+11 |
* | Define and use two macros for loopback checksum offload: | rwatson | 2009-03-16 | 1 | -6/+9 |
* | if_hwassist should be initialized with CSUM, rather than IFCAP, flags. | rwatson | 2009-03-16 | 1 | -2/+2 |
* | Teach the loopback interface about checksum generation and validation | rwatson | 2009-03-15 | 1 | -1/+22 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf() | rwatson | 2009-01-10 | 1 | -0/+18 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+4 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -6/+7 |
* | Remove further trailing white space. | rwatson | 2008-08-01 | 1 | -1/+1 |
* | Remove the unused softc from the lo(4) driver. | ed | 2008-06-29 | 1 | -20/+2 |
* | Trim trailing whitespace at ends of lines. | rwatson | 2008-05-09 | 1 | -16/+16 |
* | Coerce if_loop.c in the general direction of style(9): | rwatson | 2008-04-07 | 1 | -33/+18 |
* | Remove redundant inclusions of net/bpfdesc.h. | jkim | 2008-03-24 | 1 | -1/+0 |
* | if_loop doesn't need to keep the list of lo(4) interfaces. Today | yar | 2007-10-27 | 1 | -12/+0 |
* | Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. | cognet | 2007-02-09 | 1 | -1/+1 |
* | fixed a bug that local IPv6 traffic (to an address configured on an | suz | 2006-09-22 | 1 | -9/+25 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -2/+3 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -1/+1 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -3/+5 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -10/+10 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -12/+18 |
* | the rt parameter to ifa_rtrequest callbacks should always be non-null; | sam | 2005-02-24 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |