summaryrefslogtreecommitdiffstats
path: root/sys/dev/cx/if_cx.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-2/+2
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-5/+5
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-4/+4
* Don't pass RF_ALLOCATED to bus_alloc_resource().jhb2014-10-101-2/+1
* Convert most BPF_TAP users to BPF_MTAP.melifaro2014-09-281-1/+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-10/+10
* 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
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Always use a private timer instead of if_watchdog and if_timer to drivejhb2009-11-171-39/+25
* Use new spelling of the NG_*LEN constants.imp2009-06-091-2/+2
* if_cx is currently disconnected from the build due to a dependence onrwatson2009-02-191-32/+10
* Do not set IFF_DEBUG directly from the driver.rik2008-06-301-8/+23
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-5/+0
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-3/+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/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-10/+11
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-1/+1
* Catch up with new interrupt handling code.ru2005-10-261-2/+2
* Eliminate two unused arguments to ttycreate().phk2005-10-161-2/+1
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:rik2005-09-271-446/+449
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-071-454/+453
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+6
* Use m_length (m, NULL) instead of m->m_pkthdr.len.rik2005-07-091-1/+1
* Lost cx_mpsafenet check.rik2005-07-091-2/+3
* Lost t_oproc() callback assignment.rik2005-07-091-0/+1
* Lost CX_UNLOCK().rik2005-07-091-0/+4
* Protect from partially initialized channels.rik2005-07-091-0/+2
* Space & alignment nits.rik2005-07-091-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-64/+74
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Make code MPSAFE.rik2004-12-131-66/+296
* Partially backout 1.34. These ioctls and function cx_modem_status () arerik2004-12-091-0/+65
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-031-2/+4
* Use generic tty code instead of local copy.phk2004-10-131-277/+80
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000phk2004-10-131-401/+4
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-231-13/+0
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-271-1/+2
* Fix resource check while autodetection.rik2004-08-131-6/+6
* White space cleanup.rik2004-08-131-219/+219
* Slight cosmetic changes.julian2004-07-201-2/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
OpenPOWER on IntegriCloud