| Age | Commit message (Expand) | Author |
| 2011-09-23 | Change obsolete CBSIZE constant (48), to a power of two constant (64) that | christos |
| 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-05-07 | Introduce actions/requests to handle authorization for ppp(4), sl(4), | elad |
| 2008-12-17 | kill 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-24 | Merge the socket locking patch: | ad |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-07-14 | Generic soft interrupts are mandatory. | 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 |
| 2007-01-04 | Consistent 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-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-08 | KNF. | tsutsui |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-02 | Provide ppp like statistics instead of grovelling through the kernel | christos |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | Overhaul how TTY line disciplines are handled: | thorpej |
| 2005-08-18 | - introduce M_MOVE_PKTHDR and use it where appropriate. | yamt |
| 2005-03-31 | factor out the interface queueing code into two functions. One used by | christos |
| 2004-12-06 | Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. | christos |
| 2004-12-05 | Don't forget to call bpfdetach in the clone destroy function. | peter |
| 2004-12-05 | Fix what must have been an omission: missing brace and a leftover | he |
| 2004-12-05 | clonify strip and sl. | christos |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-01 | bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has some | itojun |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-09-11 | KNF - return is not a function. | itojun |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-14 | Include <machine/intr.h> unconditionally, instead of only doing so if | kleink |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-07-15 | Fix slight glitch from rev. 1.70: bp is not adjusted for next loop after | martin |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-05-30 | fix mbuf leak due to meaningless MGETHDR. from niels provos | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-31 | Remove unnecessary test of tp->t_linesw against NULL; they are results | enami |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2001-01-15 | For SLIP/STRIP/PPP, use generic soft interrupts, if available. | thorpej |
| 2001-01-12 | After freeing the input buffer, set the pointer to it to NULL. | thorpej |
| 2001-01-12 | Don't use splimp() to block both net and tty interrupts. Instead, | thorpej |