summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-08-28Don't fetch data beyond end of inquiry buffer, which, here, is notmlelstv
2022-08-28cons(9): Need sys/types.h for dev_t, u_int.riastradh
2022-08-28se(4): don't set if_watchdog as it's not used.skrll
2022-08-28Sprinkle constskrll
2022-08-28Empty if_watchdog functions are useless and now waste resources. Let'sskrll
2022-08-28Trailing whitespaceskrll
2022-08-28Simplify the check for what ioctls can be done in raidioctl() withoutoster
2022-08-28RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIToster
2022-08-27Convert bge_pending_rxintr_change to a bool (from int)skrll
2022-08-27Include headers once (and don't pretend this compiles without INET)skrll
2022-08-27Correct the abbreviation of approximately to 'approx.'skrll
2022-08-27Trailing whitespaceskrll
2022-08-26G/C unused softc membersskrll
2022-08-25audio(4): Fix bug in detaching audio16 and beyond.riastradh
2022-08-25Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o.knakahara
2022-08-25G/Cskrll
2022-08-25add missing bus_dmamap_unload().ryo
2022-08-24jumboframe support for eqos(4)ryo
2022-08-24rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs.ryo
2022-08-24pmf(9): *_child_register never fails. Make it return void.riastradh
2022-08-24Giving up adjusting ETHER_ALIGN.ryo
2022-08-23xhci(4): Fix error branch for failed suspend.riastradh
2022-08-23Fix eqos(4) to work on RK3588 as well.ryo
2022-08-23usbnet(9): Don't touch ifp->if_flags in usbnet_start_locked.riastradh
2022-08-23mii(9): Make mii_phy_down clear the flag if it prevented the callout.riastradh
2022-08-22iwi_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22ipw_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22We come into our if_start routine via ether_output(), therefore there isthorpej
2022-08-22age_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22age_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chainthorpej
2022-08-22ale_encap(): Fix error logic in previous change for when the defrag works,thorpej
2022-08-22ale_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22ale_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chainthorpej
2022-08-22usbnet(9): Update comments about locking to reflect current reality.riastradh
2022-08-22dk(4): Assert about dk_openmask under the lock.riastradh
2022-08-22Revert "dk(4): Narrow scope of dk_rawlock on close to dklastclose."riastradh
2022-08-22cons(4): Don't barge ahead if cdevvp has failed -- return error now.riastradh
2022-08-22cons(4): Ignore error from vn_lock(vp, LK_EXCUSIVE|LK_RETRY).riastradh
2022-08-22dk(4): dklastclose never fails. Make it return void.riastradh
2022-08-22dk(4): Simplify dklastclose.riastradh
2022-08-22dk(4): Assert parent is open in dklastclose.riastradh
2022-08-22dk(4): Move first-open logic to new dkfirstopen function.riastradh
2022-08-22dk(4): Turn locking contract comment into assertions in dklastclose.riastradh
2022-08-22dk(4): Narrow scope of dk_rawlock on close to dklastclose.riastradh
2022-08-22dk(4): Factor common mutex_exit out of branches to keep it balanced.riastradh
2022-08-22dk(4): Move lock release out of dklastclose into caller.riastradh
2022-08-22dk(4): Serialize closing parent's dk_rawvp with opening it.riastradh
2022-08-21jme_ifstart(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-21Don't allow jme_encap() to modify the head-of-mbuf-chain pointer. Instead,thorpej
2022-08-21jme_encap(): Fix up some botched formatting, and don't use (*m_head)thorpej