| Age | Commit message (Expand) | Author |
| 2011-10-28 | Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() | dyoung |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 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-11-08 | PR/42285: PR/41559: Daniel Hagerty: if_stf doesn't count output bytes | christos |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-29 | lwp::l_acflag is no longer used. | ad |
| 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 |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-02 | Change the first argument of the encapsulation check function from | tron |
| 2005-06-02 | Remove type casts and lint directives which are now longer necessary | tron |
| 2005-03-11 | Add support for changing the MTU to stf(4). | tron |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-25 | Switch to using ifa for ifaddr's instead of ia (which are traditionally | matt |
| 2005-01-25 | Fix cut and paste error in last commit. | tron |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2004-12-04 | Change ifc_destroy to return an int instead of void, so that it | peter |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-04-26 | Remove #else of #if __STDC__ | matt |
| 2004-04-22 | Constify protosw arrays. This can reduce the kernel .data section by | matt |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2003-11-12 | catch up with in_ifaddr -> in_ifaddrhead rename | cl |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-05-01 | bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has some | itojun |
| 2002-11-17 | more pickier packet validation, based on | itojun |
| 2002-09-17 | fix comment, sync with kame | itojun |
| 2002-09-17 | reject SIOCAIFADDR if embedded address is in private address range. sync w/kame | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-08-06 | backout previous. i was looking at the wrong RFC. | itojun |