aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ce
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-7/+3
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Convert most BPF_TAP users to BPF_MTAP.Alexander V. Chernikov2014-09-281-6/+1
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+0
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Replace local copy-and-paste implementations of printmbuf() in severalRobert Watson2014-09-101-17/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,Dimitry Andric2011-12-291-1/+3
* Revert r213793.Rui Paulo2010-10-131-1/+1
* Don't do a logical AND of the result of strcmp() with a constant.Rui Paulo2010-10-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-4/+4
* Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin2009-11-171-45/+25
* Use new spelling of the NG_*LEN constants.Warner Losh2009-06-091-2/+2
* Remove debug.ce.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-41/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Fix instances of bogus #elsif directive.Diomidis Spinellis2008-07-011-21/+21
* Do not set IFF_DEBUG directly from the driver.Roman Kurakin2008-06-302-7/+13
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-7/+0
* Remove ancient preprocessor code. Fix module compilation.Roman Kurakin2007-03-251-9/+1
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-1/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-22/+65
* Update low-level code. (to version 1.4)Roman Kurakin2006-03-012-4229/+4247
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).Ruslan Ermilov2006-02-031-1/+4
* Fix forward variable declaration.Roman Kurakin2006-01-301-61/+68
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.Roman Kurakin2006-01-276-0/+9271