summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwip.c
AgeCommit message (Expand)Author
2024-09-03fwip(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-10-13Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-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-04-15fwip(4): fixing kernel panic when receiving unicast packetTai-hwa Liang
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-07Widen NET_EPOCH coverage.Gleb Smirnoff
2019-09-25style(9): remove extraneous empty linesGleb Smirnoff
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
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
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-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
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
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-04-30MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa
2007-03-16Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa
2007-03-16* Remove xfer->retry_req.Hidetoshi Shimokawa
2006-12-29Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin
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-17Remove an unnecessicary bzero that was zeroing the softc's struct ifnetBrooks Davis
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-13Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-07-20Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson
2004-06-14If we run out of transmission labels, just re-queue the packet for laterDoug Rabson
2004-06-13Add configuration rom entries for IP over firewire.Doug Rabson
2004-06-13Add a new driver to support IP over firewire. This driver is intended toDoug Rabson