summaryrefslogtreecommitdiff
path: root/sys/net/if_srt.c
AgeCommit message (Expand)Author
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
2019-03-26Add cloned-interface-create code to srt open() routine so behaviorpgoyette
2019-03-26Add devsw_{attach,detach} stuff for _MODULE variant. (Not needed forpgoyette
2017-10-23 - If if_attach() failed in the attach function, free resources and return.msaitoh
2017-02-14Do ND in L2_output in the same manner as arpresolveozaki-r
2017-02-09PR kern/51280kre
2017-01-14appease coverity by using strlcpy instead of strncpymaya
2016-08-07modularize some more drivers and merge the module gluechristos
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-04-28Constify rtentry of if_outputozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-10-28For these interfaces, the implementation of SIOCSIFDSTADDR is identicaldyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-09-09From Coyote Point source tree: "fix" srt IPv4 lookup on little-endiantls
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
2009-12-09KNF.dyoung
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2008-11-07*** Summary ***dyoung
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-12-11use __KERNEL_RCSID()lukem
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
2007-01-05Add workarounds for include-file bugs exposed by this file. (Ideal, ofmouse
2006-12-29Add RCS Id.wiz
2006-12-29Very first import of the source-address-based routing pseudo-device,mouse