summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
AgeCommit message (Expand)Author
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
2000-12-18Fill in if_dlt.thorpej
2000-12-18Add ALTQ support. This is used for testing/debugging ALTQ only. Itthorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-03-30Kill some more register declarations.augustss
2000-02-06fix include pathname for better rfc2292 compliance.itojun
1999-12-15change mbuf trimming.itojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt ISO TPIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan