aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwe.c
Commit message (Expand)AuthorAgeFilesLines
* firewire: replace magic numbers with named constantsAbdelkader Boudih2026-07-201-3/+3
* firewire: remove dead code across the subsystemAbdelkader Boudih2026-07-201-32/+0
* firewire: remove SPL callsAbdelkader Boudih2026-07-171-21/+2
* firewire: per-unit-directory child device supportAbdelkader Boudih2026-07-171-3/+5
* firewire: extract shared helpers from fwe and fwipAbdelkader Boudih2026-06-191-45/+9
* fix(fwe): add missing net epoch around ether_inputAbdelkader Boudih2026-06-061-0/+3
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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
* firewire(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-12-201-0/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-101-4/+0
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-12/+11
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+6
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-91/+0
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-8/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-8/+4
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-7/+3
* 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-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* 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-2/+5
* 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-12/+4
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-24/+30
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-1/+1
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Fix typo.Gleb Smirnoff2005-10-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+3
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-29/+40
* 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/+24
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Assert Giant in fwe_start(), as it is not yet MPSAFE.Robert Watson2004-08-181-0/+2
* Set IFF_NEEDSGIANT for fwe network interface since the firewireRobert Watson2004-08-121-1/+2
* Initialize ifp->if_output for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-2/+4
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-1/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesYaroslav Tykhiy2004-05-211-0/+1
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-21/+31
* * firewireHidetoshi Shimokawa2004-01-081-0/+3