aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cp
Commit message (Expand)AuthorAgeFilesLines
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-223-314/+525
* Use a separate copy of machdep.h in cp and ce driversEd Maste2020-03-203-2/+99
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* 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-3/+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-1/+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
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+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-2/+2
* Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin2009-11-171-44/+25
* Use new spelling of the NG_*LEN constants.Warner Losh2009-06-091-2/+2
* Remove debug.cp.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-30/+7
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* 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-5/+0
* 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/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-27/+28
* trim trailing ^IDavid E. O'Brien2005-12-171-17/+17
* Restore if_cp.c 1.27Roman Kurakin2005-09-271-2/+3
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:Roman Kurakin2005-09-271-809/+810
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-2/+3
* Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien2005-09-071-800/+799
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+6
* Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin2005-07-091-1/+1
* Protect from partially initialized channels.Roman Kurakin2005-07-091-0/+2
* Space & alignment nits.Roman Kurakin2005-07-091-5/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-65/+73
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Bring back ability to use FR support with sppp from Cronyx.Roman Kurakin2004-12-141-1/+1
* Make code MPSAFE.Roman Kurakin2004-12-131-68/+259
* Add support for Tau-PCI-L model - one V.35/RS-232 orRoman Kurakin2004-12-112-717/+719
* Clean up from '#if __FreeBSD_version'.Roman Kurakin2004-12-111-357/+5
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP modeRoman Kurakin2004-12-031-2/+4
* Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp2004-09-231-13/+0
* Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousRoman Kurakin2004-08-161-364/+364
* Update low level code for Cronyx Tau-PCI:Roman Kurakin2004-08-162-743/+1180