summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/if_fwip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete compatibility glue and improve firewire code readability.kan2014-09-271-17/+6
* Mechanically convert to if_inc_counter().glebius2014-09-191-10/+10
* Start the process of cleaning up FreeBSD's firewire driver.will2014-09-181-40/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+1
* Revert r267961, r267973:gjb2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-3/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-3/+6
* Do not self-initialize a variable.fjoe2009-02-091-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-14/+6
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-37/+31
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-1/+0
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-2/+2
* * Remove xfer->retry_req.simokawa2007-03-161-1/+0
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-2/+2
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+3
* Big polling(4) cleanup.glebius2005-10-011-31/+47
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-0/+25
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-9/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Temporary fix for interoperability with Windows and OS X. A more completedfr2004-07-201-1/+1
* If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-141-1/+13
* Add configuration rom entries for IP over firewire.dfr2004-06-131-0/+22
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-0/+917
OpenPOWER on IntegriCloud