summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwe.c
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert fwe(4) and fwip(4) to IfAPIJustin Hibbits
2022-05-09firewire: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-20firewire(4): Fix "set but not used" warningsEdward Tomasz Napierala
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2017-12-06Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-05-10Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala
2014-09-27Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-18Start the process of cleaning up FreeBSD's firewire driver.Will Andrews
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-01-07Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2009-02-09Do not self-initialize a variable.Max Khon
2008-03-25Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov
2007-06-06MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa
2007-03-16Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa
2007-03-16* Remove xfer->retry_req.Hidetoshi Shimokawa
2005-10-11Fix typo.Gleb Smirnoff
2005-10-05- Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff
2005-10-01Big polling(4) cleanup.Gleb Smirnoff
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-18Assert Giant in fwe_start(), as it is not yet MPSAFE.Robert Watson
2004-08-12Set IFF_NEEDSGIANT for fwe network interface since the firewireRobert Watson
2004-07-20Initialize ifp->if_output for FreeBSD-4.Hidetoshi Shimokawa
2004-07-20Adjust packet length correctly for FreeBSD-4.Hidetoshi Shimokawa
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-05-22Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson
2004-05-21Mark the capability of this driver to receive VLAN frames >1500 bytesYaroslav Tykhiy
2004-03-26MFp4: FireWireHidetoshi Shimokawa
2004-01-08* firewireHidetoshi Shimokawa
2004-01-06Remove __P().Hidetoshi Shimokawa
2003-11-13Add tunables.Hidetoshi Shimokawa
2003-11-07Add compatibility for 4-stable.Hidetoshi Shimokawa
2003-11-06Use if_printf() for FWEDEBUG.Hidetoshi Shimokawa
2003-11-03- Change driver name to fix if_xname breakage in the previous revision.Hidetoshi Shimokawa
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-02MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa