aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwip.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-131-2/+2
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Mechanically convert fwe(4) and fwip(4) to IfAPIJustin Hibbits2023-02-061-47/+47
* firewire: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* fwip(4): fixing kernel panic when receiving unicast packetTai-hwa Liang2021-04-151-1/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* style(9): remove extraneous empty linesGleb Smirnoff2019-09-251-1/+0
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-3/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-17/+6
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-10/+10
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-40/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-3/+6
* Do not self-initialize a variable.Max Khon2009-02-091-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-14/+6
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-37/+31
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-1/+0
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-2/+2
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-2/+2
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+3
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-31/+47
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetBrooks Davis2005-08-171-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-0/+25
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-9/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson2004-07-201-1/+1
* If we run out of transmission labels, just re-queue the packet for laterDoug Rabson2004-06-141-1/+13
* Add configuration rom entries for IP over firewire.Doug Rabson2004-06-131-0/+22
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-131-0/+917