summaryrefslogtreecommitdiffstats
path: root/sys/dev/ce
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-2/+2
* sys/dev: minor spelling fixes.pfg2016-05-032-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-7/+3
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* Convert most BPF_TAP users to BPF_MTAP.melifaro2014-09-281-6/+1
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+0
* Mechanically convert to if_inc_counter().glebius2014-09-191-9/+9
* Replace local copy-and-paste implementations of printmbuf() in severalrwatson2014-09-101-17/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,dim2011-12-291-1/+3
* Revert r213793.rpaulo2010-10-131-1/+1
* Don't do a logical AND of the result of strcmp() with a constant.rpaulo2010-10-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-4/+4
* Always use a private timer instead of if_watchdog and if_timer to drivejhb2009-11-171-45/+25
* Use new spelling of the NG_*LEN constants.imp2009-06-091-2/+2
* Remove debug.ce.mpsafenet: we no longer support running the networkrwatson2009-02-151-41/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Fix instances of bogus #elsif directive.dds2008-07-011-21/+21
* Do not set IFF_DEBUG directly from the driver.rik2008-06-302-7/+13
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-7/+0
* Remove ancient preprocessor code. Fix module compilation.rik2007-03-251-9/+1
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-1/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-22/+65
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).ru2006-02-031-1/+4
* Fix forward variable declaration.rik2006-01-301-61/+68
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.rik2006-01-276-0/+9271
OpenPOWER on IntegriCloud