summaryrefslogtreecommitdiff
path: root/sys/net/if_faith.c
AgeCommit message (Expand)Author
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-04-27A few more empty-string --> NULL in required-modules listspgoyette
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2017-12-06Ensure to not turn on IFF_RUNNING of an interface until its initialization co...ozaki-r
2017-10-23 If if_attach() failed in the attach function, free resources and return.msaitoh
2016-12-12Make the routing table and rtcaches MP-safeozaki-r
2016-08-07modularize some more drivers and merge the module gluechristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-28Constify rtentry of if_outputozaki-r
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-29Use if_free instead of freeozaki-r
2014-06-06- Eliminate RTFREE() macro in favour of rtfree() function.rmind
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
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-15that should read if_alloc.christos
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-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-01-31Replace the comment that came from if_loop.c many years ago byrpaulo
2006-01-31PR/32676: Yves-Emmanuel JUTARD: faithprefix should only be defined with INET6christos
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2004-12-04Change ifc_destroy to return an int instead of void, so that itpeter
2004-08-20Fix compilation error introduced by prevoius commit.enami
2004-08-19Factor out the hand-crafting of mbufs from the interface files. Reviewed bychristos
2004-04-21kill sprintf, use snprintfitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-04no need to set rmx_send/recvpipe.itojun
2001-11-15Someone <sys/param.h> was deleted from the includes list. Add itthorpej
2001-11-13remove unnecessary #if NFOO > 0 .... #endif wrapperslukem
2001-11-12add RCSIDslukem
2001-07-18bzero -> memsetthorpej
2001-05-08remove #ifdef for freebsditojun
2001-05-08correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()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-18Fill in if_dlt.thorpej