summaryrefslogtreecommitdiff
path: root/sys/net/if_strip.c
AgeCommit message (Expand)Author
2011-09-23Change obsolete CBSIZE constant (48), to a power of two constant (64) thatchristos
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-05-07Introduce actions/requests to handle authorization for ppp(4), sl(4),elad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-01-11merge christos-time_tchristos
2008-12-17kill MALLOC and FREE macros.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-04-24Merge the socket locking patch:ad
2008-02-20s/u_\(int[0-9]*_t\)/u\1/gmatt
2007-11-10Call ttyflush() with tty_lock held.ad
2007-10-08Use the softint API.ad
2007-09-29s/NPBFILTER/NBPFILTER/scw
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-08-27Remove dead code.dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-08-07Use satocsdl() instead of SDL().dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-14Generic soft interrupts are mandatory.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-18Use satocsin to cast to const struct sockaddr_in *.dyoung
2007-02-18constify struct sockaddr.dogcow
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
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-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-08-18- introduce M_MOVE_PKTHDR and use it where appropriate.yamt
2005-05-29- sprinkle constchristos
2005-03-31factor out the interface queueing code into two functions. One used bychristos
2005-02-26nuke trailing whitespaceperry
2004-12-06Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.christos
2004-12-05Don't forget to call bpfdetach in the clone destroy function.peter
2004-12-05fix compilation issues. my kernel did not have strip...christos
2004-12-05clonify strip and sl.christos
2004-08-19Factor out the hand-crafting of mbufs from the interface files. Reviewed bychristos
2004-04-21kill sprintf, use snprintfitojun
2004-01-19Remove redundant prototypesatatat
2003-09-05u_short -> u_int16_titojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-01bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has someitojun
2003-02-26Add MBUFTRACE kernel option.matt