| Age | Commit message (Expand) | Author |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-04-27 | A few more empty-string --> NULL in required-modules lists | pgoyette |
| 2019-03-26 | Add cloned-interface-create code to srt open() routine so behavior | pgoyette |
| 2019-03-26 | Add devsw_{attach,detach} stuff for _MODULE variant. (Not needed for | pgoyette |
| 2017-10-23 | - If if_attach() failed in the attach function, free resources and return. | msaitoh |
| 2017-02-14 | Do ND in L2_output in the same manner as arpresolve | ozaki-r |
| 2017-02-09 | PR kern/51280 | kre |
| 2017-01-14 | appease coverity by using strlcpy instead of strncpy | maya |
| 2016-08-07 | modularize some more drivers and merge the module glue | christos |
| 2016-06-20 | apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ... | knakahara |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2011-10-28 | For these interfaces, the implementation of SIOCSIFDSTADDR is identical | dyoung |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-09-09 | From Coyote Point source tree: "fix" srt IPv4 lookup on little-endian | tls |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-09 | KNF. | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 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-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-05 | Add workarounds for include-file bugs exposed by this file. (Ideal, of | mouse |
| 2006-12-29 | Add RCS Id. | wiz |
| 2006-12-29 | Very first import of the source-address-based routing pseudo-device, | mouse |