summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
AgeCommit message (Expand)Author
2015-08-24sprinkle _KERNEL_OPTpooka
2015-05-25Remove leftover IPX-related stuffsozaki-r
2015-04-03Don't grab KERNEL_LOCK during if_output when NET_MPSAFEozaki-r
2014-06-07lostart: silence gcc warning (XXX: gcc is not right though).rmind
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-20if_free() instead of direct call to free() to avoid diagnostic panicpooka
2014-05-13Make sure *(if_output)() is called with KERNEL_LOCK held.bouyer
2013-03-01Retire OSI network stack. OK core@joerg
2011-06-20Avoid computing INET[6] cksums for MPLS packetskefren
2011-06-17teach loopback about MPLS. Prerequisite for MPLS tunnelskefren
2011-04-25undefer csum in looutput.yamt
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-11-07*** Summary ***dyoung
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-06-15- add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD)christos
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-09Remove unneeded usage of LIST_*.peter
2006-10-08Make lo* always have the IFF_RUNNING flag set, to apease somemartin
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-12-05Use ANSI function decls, change a few 0 to NULL.peter
2004-12-04Change ifc_destroy to return an int instead of void, so that itpeter
2004-12-04Convert lo(4) to a clonable device.peter
2004-08-19Factor out the hand-crafting of mbufs from the interface files. Reviewed bychristos
2004-04-21kill sprintf, use snprintfitojun
2003-11-13Add m_tag_delete_nonpesrsistent(), for deleting all packet tags onjonathan
2003-08-15Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing,jonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-16use strlcpyitojun
2003-05-14always use PULLDOWN_TEST codepath.itojun
2003-05-01bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has someitojun
2003-02-26Add MBUFTRACE kernel option.matt
2002-09-26Fix a case where M_COPY_PKTHDR() wasn't being used prior to calling bpf_mtapdarrenr
2001-11-12add RCSIDslukem
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-02-20explicitly use u_int32_t for DLT_NULL encapsulation.itojun
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-12-18Oops, make this build without ALTQ again.thorpej