summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285190:pkelsey2015-07-151-1/+1
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-8/+8
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-10/+9
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Hardcode the loopback rx/tx checkum options for IPv6 to on withoutbz2012-07-281-2/+26
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-6/+21
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* ifconfig(8) expects interface fooX to be supported by the module if_foo,rwatson2010-02-211-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-41/+15
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-14/+9
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-5/+30
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* V_irtualize the if_clone framework, thus allowing for clonable ifnetszec2009-05-231-0/+13
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+5
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+12
* First pass at separating per-vnet initializer functionszec2009-04-061-2/+11
* Define and use two macros for loopback checksum offload:rwatson2009-03-161-6/+9
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.rwatson2009-03-161-2/+2
* Teach the loopback interface about checksum generation and validationrwatson2009-03-151-1/+22
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()rwatson2009-01-101-0/+18
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-0/+4
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-6/+7
* Remove further trailing white space.rwatson2008-08-011-1/+1
* Remove the unused softc from the lo(4) driver.ed2008-06-291-20/+2
* Trim trailing whitespace at ends of lines.rwatson2008-05-091-16/+16
* Coerce if_loop.c in the general direction of style(9):rwatson2008-04-071-33/+18
* Remove redundant inclusions of net/bpfdesc.h.jkim2008-03-241-1/+0
* if_loop doesn't need to keep the list of lo(4) interfaces. Todayyar2007-10-271-12/+0
* Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.cognet2007-02-091-1/+1
* fixed a bug that local IPv6 traffic (to an address configured on ansuz2006-09-221-9/+25
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+3
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-12/+18
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-241-2/+1
OpenPOWER on IntegriCloud