summaryrefslogtreecommitdiff
path: root/sys/net/if_sl.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
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-07Start patching up the kernel so that a network driver always hasdyoung
2007-11-10Call ttyflush() with tty_lock held.ad
2007-10-08Use the softint API.ad
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-07-14Generic soft interrupts are mandatory.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
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-07-08KNF.tsutsui
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-03-02Provide ppp like statistics instead of grovelling through the kernelchristos
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-03-31factor out the interface queueing code into two functions. One used bychristos
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 what must have been an omission: missing brace and a leftoverhe
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
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
2002-09-11KNF - return is not a function.itojun
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-14Include <machine/intr.h> unconditionally, instead of only doing so ifkleink
2001-11-12add RCSIDslukem
2001-07-15Fix slight glitch from rev. 1.70: bp is not adjusted for next loop aftermartin
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-05-30fix mbuf leak due to meaningless MGETHDR. from niels provositojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-31Remove unnecessary test of tp->t_linesw against NULL; they are resultsenami
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2001-01-15For SLIP/STRIP/PPP, use generic soft interrupts, if available.thorpej
2001-01-12After freeing the input buffer, set the pointer to it to NULL.thorpej
2001-01-12Don't use splimp() to block both net and tty interrupts. Instead,thorpej