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