summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Those are unneeded too.pjd2004-06-271-1/+0
* Add two missing includes and remove two uneeded.pjd2004-06-271-1/+0
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+2
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-13/+5
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-11/+2
* Remove the m_defrag call from if_loop; testing with m_fragmentsilby2003-11-111-27/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Always queue looped back packets (rather than potentially usingsam2003-10-291-1/+1
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-0/+1
* Delay if_lo module intialization until domain list has beenkan2003-10-271-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-0/+2
* Also ifdef the variable which becomes unused w/o INET6, fixing the buildsilby2003-08-091-0/+2
* #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might)silby2003-08-091-0/+2
* Replace a handrolled defrag function with m_defrag. The handrolledsilby2003-05-281-22/+15
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-141-8/+0
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-3/+3
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-11/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-9/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-061-2/+2
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-10/+10
OpenPOWER on IntegriCloud