summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
AgeCommit message (Expand)Author
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
1998-05-04Add IPX bits.christos
1998-03-01Merge with Lite2 + local changesfvdl
1997-08-14Add MHLEN + MLEN extra space to LOMTU for IP and transport headers.jonathan
1997-04-02Add netatalk stubs.christos
1997-03-21Don't feed packets to BPF that were not `sent' from the loopback device.mycroft
1996-10-13backout previous kprintf changechristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1995-07-23Make panic message consistent.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-02-02Multicast is no longer optionalhpeyerl
1993-12-17From magnum branch:mycroft
1993-12-06multicast support.hpeyerl
1993-11-23rename loattach() to loopattach() so that the pdevinit[] stuff can find it.deraadt
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-05-07patch for multiple loopback interfaces (via "pseudo-device loop 2", etc.)cgd
1993-04-10fixed missing include to avoid warningglass
1993-03-25added BPF support, as provided by David Greenman (davidg@implode.rain.com)cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd