aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-8/+8
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-10/+9
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Hardcode the loopback rx/tx checkum options for IPv6 to on withoutBjoern A. Zeeb2012-07-281-2/+26
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-301-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-6/+21
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-2/+2
* ifconfig(8) expects interface fooX to be supported by the module if_foo,Robert Watson2010-02-211-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-41/+15
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-14/+9
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-5/+30
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* V_irtualize the if_clone framework, thus allowing for clonable ifnetsMarko Zec2009-05-231-0/+13
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-1/+0
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+5
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+12
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-2/+11
* Define and use two macros for loopback checksum offload:Robert Watson2009-03-161-6/+9
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.Robert Watson2009-03-161-2/+2
* Teach the loopback interface about checksum generation and validationRobert Watson2009-03-151-1/+22
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()Robert Watson2009-01-101-0/+18
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-0/+4
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+4
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-6/+7
* Remove further trailing white space.Robert Watson2008-08-011-1/+1
* Remove the unused softc from the lo(4) driver.Ed Schouten2008-06-291-20/+2
* Trim trailing whitespace at ends of lines.Robert Watson2008-05-091-16/+16
* Coerce if_loop.c in the general direction of style(9):Robert Watson2008-04-071-33/+18
* Remove redundant inclusions of net/bpfdesc.h.Jung-uk Kim2008-03-241-1/+0
* if_loop doesn't need to keep the list of lo(4) interfaces. TodayYaroslav Tykhiy2007-10-271-12/+0
* Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.Olivier Houchard2007-02-091-1/+1
* fixed a bug that local IPv6 traffic (to an address configured on anSUZUKI Shinsuke2006-09-221-9/+25
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+3
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-12/+18
* the rt parameter to ifa_rtrequest callbacks should always be non-null;Sam Leffler2005-02-241-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1