aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Those are unneeded too.Pawel Jakub Dawidek2004-06-271-1/+0
* Add two missing includes and remove two uneeded.Pawel Jakub Dawidek2004-06-271-1/+0
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-2/+2
* Staticize <if>_clone_{create,destroy} functions.Brooks Davis2004-04-141-4/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Introduce lo_mtx to protect the global loopback softc list. I'm notRobert Watson2004-03-091-1/+7
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-13/+5
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-11/+2
* Remove the m_defrag call from if_loop; testing with m_fragmentMike Silbersack2003-11-111-27/+0