| Age | Commit message (Expand) | Author |
| 2022-12-13 | retire cp(4) driver | Ed Maste |
| 2022-12-13 | retire ce(4) driver | Ed Maste |
| 2022-12-13 | Add deprecation notices to ce,cp sync serial drivers | Ed Maste |
| 2022-05-09 | cp: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2022-04-12 | Remove checks for __CC_SUPPORTS__INLINE assuming it is always true. | John Baldwin |
| 2022-04-12 | ce,cp: Remove pointless checks for <sys/cdefs.h> | John Baldwin |
| 2021-10-22 | Retire synchronous PPP kernel driver sppp(4). | Gleb Smirnoff |
| 2020-03-20 | Use a separate copy of machdep.h in cp and ce drivers | Ed Maste |
| 2017-02-20 | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-02-22 | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-09-28 | Convert most BPF_TAP users to BPF_MTAP. | Alexander V. Chernikov |
| 2014-09-19 | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-09-10 | Replace local copy-and-paste implementations of printmbuf() in several | Robert Watson |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-05-10 | Fxi a bunch of typos. | Eitan Adler |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2011-12-29 | Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c, | Dimitry Andric |
| 2010-10-13 | Revert r213793. | Rui Paulo |
| 2010-10-13 | Don't do a logical AND of the result of strcmp() with a constant. | Rui Paulo |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2009-11-17 | Always use a private timer instead of if_watchdog and if_timer to drive | John Baldwin |
| 2009-06-09 | Use new spelling of the NG_*LEN constants. | Warner Losh |
| 2009-02-15 | Remove debug.cp.mpsafenet: we no longer support running the network | Robert Watson |
| 2008-09-27 | Replace all calls to minor() with dev2unit(). | Ed Schouten |
| 2008-06-30 | Do not set IFF_DEBUG directly from the driver. | Roman Kurakin |
| 2007-07-27 | First in a series of changes to remove the now-unused Giant compatibility | Robert Watson |
| 2007-03-21 | Don't call bus_deactivate_resource() explicitly before calling | Yoshihiro Takahashi |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-12-29 | Various bpf(4) related fixes to catch places up to the new bpf(4) | John Baldwin |
| 2006-11-06 | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson |
| 2005-12-17 | trim trailing ^I | David E. O'Brien |
| 2005-09-27 | Restore if_cp.c 1.27 | Roman Kurakin |
| 2005-09-27 | Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien: | Roman Kurakin |
| 2005-09-19 | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh |
| 2005-09-07 | Reorder code to not depend on an ISO-C illegal forward extern declaration. | David E. O'Brien |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-07-09 | Use m_length (m, NULL) instead of m->m_pkthdr.len. | Roman Kurakin |
| 2005-07-09 | Protect from partially initialized channels. | Roman Kurakin |
| 2005-07-09 | Space & alignment nits. | Roman Kurakin |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-03-05 | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh |
| 2005-02-27 | Use dynamic major number allocation. | Poul-Henning Kamp |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-12-14 | Bring back ability to use FR support with sppp from Cronyx. | Roman Kurakin |
| 2004-12-13 | Make code MPSAFE. | Roman Kurakin |