summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-11-22vmxnet3: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22e1000: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22ice: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22iavf: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22ixl: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22ixgbe: Use newly exposed RSS hash API rather than ad-hoc hashingAndrew Gallatin
2025-11-22cxgbe: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-11-22rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin
2025-11-22Import device-tree files from Linux 6.17Emmanuel Vadot
2025-11-22Import device-tree files from Linux 6.16Emmanuel Vadot
2025-11-22Import device-tree files from Linux 6.15Emmanuel Vadot
2025-11-22Import device-tree files from Linux 6.14Emmanuel Vadot
2025-11-22Import device-tree files from Linux 6.13Emmanuel Vadot
2025-11-21bpf: remove DDB codeGleb Smirnoff
2025-11-21bpf: leave only locked version of bpf_detachd()Gleb Smirnoff
2025-11-21bpf: refactor buffer pre-allocation for BIOCSETIFGleb Smirnoff
2025-11-21bpf: remove dead codeGleb Smirnoff
2025-11-21ipfw: add extra parenthesis around ACTION_PTR() macroGleb Smirnoff
2025-11-21mbuf: allow const pointer for m_rcvif()Gleb Smirnoff
2025-11-21sound: Retire snd_mtx* wrappersChristos Margiolis
2025-11-21sound: Merge chn_intr() with chn_intr_locked()Christos Margiolis
2025-11-21sound: Merge PCM_ALIVE() with PCM_REGISTERED()Christos Margiolis
2025-11-21sound: Clean up midi/ includesChristos Margiolis
2025-11-21sound: Simplify logic in dsp_io_ops()Christos Margiolis
2025-11-21pf: fix another endpoint-independent crashKristof Provost
2025-11-21vm_fault: add a verifier that the PG_ZERO page is indeed zeroedKonstantin Belousov
2025-11-21vm_page_free_prep(): convert PG_ZERO zeroed page check to use sf_bufKonstantin Belousov
2025-11-21sys/syscallsubr.h: fix some whitespaceBrooks Davis
2025-11-21sys/extaddr.h: don't declare struct iovecBrooks Davis
2025-11-21ip: use standard C types for ECN helper functionsSeyed Pouria Mousavizadeh Tehrani
2025-11-20iwx: tag RX frames as A_MPDU RX; tag A-MSDU frames appropriatelyAdrian Chadd
2025-11-20e1000: Don't enable ASPM L1 without L0sKevin Bowling
2025-11-20e1000: Bump 82574/82583 PBA to 32KKevin Bowling
2025-11-20max_align_t: apply alignof to 'long double' for long double alignmentKonstantin Belousov
2025-11-20sound: Remove vchan_passthrough() and hw.snd.passthrough_verboseChristos Margiolis
2025-11-20sound: Fix KASSERT panics in chn_read() and chn_write()Christos Margiolis
2025-11-20nvme: Include <sys/systm.h> explicitly for memmoveJohn Baldwin
2025-11-19iflib: fix iflib_simple_transmit() when interface is downAndrew Gallatin
2025-11-19dpaa2: Setup interface caps on attachDmitry Salychev
2025-11-19jail: Make jaildesc_ops constMark Johnston
2025-11-19gdb: Fix some PEP 8 violationsMark Johnston
2025-11-18powerpc: Don't use cache to zero pagesJustin Hibbits
2025-11-19LinuxKPI: 802.11: initialize a backpointer on the link_staBjoern A. Zeeb
2025-11-19LinuxKPI: 802.11: implement mtx support for ieee80211_iterate_interfacesBjoern A. Zeeb
2025-11-19LinuxKPI: 802.11: use a _check rather than a _protected version for linkstaBjoern A. Zeeb
2025-11-19iwlwifi/mld: only get tid after checking that it is a dataqos frameBjoern A. Zeeb
2025-11-18nvme_sim: signal namespace depatureWanpeng Qian
2025-11-18nvd: handle namespace changesWanpeng Qian
2025-11-18nda: React to namespace change eventsWanpeng Qian
2025-11-18nvme: Refactor geom setting to function.Wanpeng Qian