summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Under some circumstances, the loopback interface will allocate a newrwatson2002-12-181-0/+10
* network interface and link layer changes:sam2002-11-151-1/+1
* Replace aux mbufs with packet tags:sam2002-10-161-2/+1
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-16/+6
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-1/+1
* Simplify the interface cloning framework by handling unitmux2002-03-111-55/+9
* Add cloning support to the loopback interface.brooks2002-03-041-56/+99
* sparc64 needs the same alingment fixes that alpha and ia64 do.jake2001-12-291-1/+1
* whitespace fixes.jlemon2001-12-141-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-3/+3
* Revision 1.32 corresponded to CSRG revision 8.2.ru2001-10-171-1/+1
* Add ia64 to the list of machines which don't do unaligned reads.dfr2001-10-051-1/+1
* Remove/comment tokens after #endif (#endif NETATALK)peter2001-09-101-2/+2
* Sync with recent KAME.ume2001-06-111-12/+17
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-14/+26
* Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-311-2/+1
* Use M_PANIC instead of if (sc == NULL) panic();peter2001-01-291-1/+2
* Make the number of loopback interfaces dynamically tunable. Why onepeter2001-01-291-17/+79
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-17/+9
* o Add missing "\n" to warning output in netinet/if_loop.c, when anrwatson2000-09-041-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-1/+1
* fix KASSERT usagemjacob2000-06-021-1/+1
* Rather than checking for hlen causing misalignment, we should do thegallatin2000-05-261-7/+9
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-10/+12
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-12/+0
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-4/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-1/+52
OpenPOWER on IntegriCloud