| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 2 | -2/+2 |
* | 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 | -7/+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 | -6/+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 |
* | 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 | -4/+4 |
* | Always use a private timer instead of if_watchdog and if_timer to drive | jhb | 2009-11-17 | 1 | -45/+25 |
* | Use new spelling of the NG_*LEN constants. | imp | 2009-06-09 | 1 | -2/+2 |
* | Remove debug.ce.mpsafenet: we no longer support running the network | rwatson | 2009-02-15 | 1 | -41/+7 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+2 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -3/+3 |
* | Fix instances of bogus #elsif directive. | dds | 2008-07-01 | 1 | -21/+21 |
* | 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 | -7/+0 |
* | Remove ancient preprocessor code. Fix module compilation. | rik | 2007-03-25 | 1 | -9/+1 |
* | 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/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -22/+65 |
* | Update low-level code. (to version 1.4) | rik | 2006-03-01 | 2 | -4229/+4247 |
* | Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4). | ru | 2006-02-03 | 1 | -1/+4 |
* | Fix forward variable declaration. | rik | 2006-01-30 | 1 | -61/+68 |
* | Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters. | rik | 2006-01-27 | 6 | -0/+9271 |