| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 1 | -1/+0 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -3/+3 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | Convert most BPF_TAP users to BPF_MTAP. | melifaro | 2014-09-28 | 1 | -1/+1 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | glebius | 2014-09-19 | 1 | -1/+0 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -9/+9 |
* | Replace local copy-and-paste implementations of printmbuf() in several | rwatson | 2014-09-10 | 1 | -17/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -2/+2 |
* | Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c, | dim | 2011-12-29 | 1 | -1/+3 |
* | Revert r213793. | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | Don't do a logical AND of the result of strcmp() with a constant. | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | Always use a private timer instead of if_watchdog and if_timer to drive | jhb | 2009-11-17 | 1 | -44/+25 |
* | Use new spelling of the NG_*LEN constants. | imp | 2009-06-09 | 1 | -2/+2 |
* | Remove debug.cp.mpsafenet: we no longer support running the network | rwatson | 2009-02-15 | 1 | -30/+7 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -3/+3 |
* | Do not set IFF_DEBUG directly from the driver. | rik | 2008-06-30 | 2 | -7/+13 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 1 | -5/+0 |
* | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 1 | -1/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Various bpf(4) related fixes to catch places up to the new bpf(4) | jhb | 2006-12-29 | 1 | -4/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -27/+28 |
* | trim trailing ^I | obrien | 2005-12-17 | 1 | -17/+17 |
* | Restore if_cp.c 1.27 | rik | 2005-09-27 | 1 | -2/+3 |
* | Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien: | rik | 2005-09-27 | 1 | -809/+810 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -2/+3 |
* | Reorder code to not depend on an ISO-C illegal forward extern declaration. | obrien | 2005-09-07 | 1 | -800/+799 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -6/+6 |
* | Use m_length (m, NULL) instead of m->m_pkthdr.len. | rik | 2005-07-09 | 1 | -1/+1 |
* | Protect from partially initialized channels. | rik | 2005-07-09 | 1 | -0/+2 |
* | Space & alignment nits. | rik | 2005-07-09 | 1 | -5/+4 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -65/+73 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -2/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 4 | -4/+4 |
* | Bring back ability to use FR support with sppp from Cronyx. | rik | 2004-12-14 | 1 | -1/+1 |
* | Make code MPSAFE. | rik | 2004-12-13 | 1 | -68/+259 |
* | Add support for Tau-PCI-L model - one V.35/RS-232 or | rik | 2004-12-11 | 2 | -717/+719 |
* | Clean up from '#if __FreeBSD_version'. | rik | 2004-12-11 | 1 | -357/+5 |
* | Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode | rik | 2004-12-03 | 1 | -2/+4 |
* | Remove bogus cdevsw frobbing code which tries to prevent double | phk | 2004-09-23 | 1 | -13/+0 |
* | Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previous | rik | 2004-08-16 | 1 | -364/+364 |
* | Update low level code for Cronyx Tau-PCI: | rik | 2004-08-16 | 2 | -743/+1180 |
* | Since if_cp doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | White space cleanup. | rik | 2004-08-13 | 1 | -369/+369 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 1 | -2/+2 |