aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add supporting #includesBjoern A. Zeeb5 days3-0/+3
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin9 days1-2/+2
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin9 days2-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin9 days1-0/+1
* LinuxKPI: 802.11: lkpi_sta_auth_to_scan() fail graciously on lsta == NULLBjoern A. Zeeb2026-03-081-7/+19
* iwlwifi: mld: add LINUXKPI_PARAM_PREFIXBjoern A. Zeeb2026-03-061-0/+4
* LinuxKPI: 802.11: change teardown order of disassoc and sta rmBjoern A. Zeeb2026-03-051-27/+30
* LinuxKPI: 802.11: split (*bss_info_changed) up for more modern driversBjoern A. Zeeb2026-03-053-21/+128
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-051-1/+1
* LinuxKPI: pass attrs in more places in dma-mapping.hBjoern A. Zeeb2026-03-041-6/+6
* LinuxKPI: 802.11: improve prep_tx_infoBjoern A. Zeeb2026-03-042-22/+72
* LinuxKPI: 802.11: move linuxkpi_ieee80211_handle_wake_tx_queue()Bjoern A. Zeeb2026-03-041-39/+37
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-041-1/+1
* LinuxKPI: avoid -Werror=unused-value in sort() from BUILD_BUG_ON_ZERO()Siva Mahadevan2026-03-031-1/+1
* LinuxKPI: remove dumm header now in commonBjoern A. Zeeb2026-02-261-0/+0
* LinuxKPI: 802.11: fold the sta state machine againBjoern A. Zeeb2026-02-251-532/+254
* LinuxKPI: 802.11: improve crypto debug loggingBjoern A. Zeeb2026-02-251-0/+8
* LinuxKPI: 802.11: adjust assoc check before key deletionBjoern A. Zeeb2026-02-251-9/+21
* LinuxKPI: 802.11: do not leak BA sessions when tearing down stateBjoern A. Zeeb2026-02-241-0/+22
* ofed: reduce usage of struct dma_attrs *dma_attrsBjoern A. Zeeb2026-02-241-4/+4
* LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structsBjoern A. Zeeb2026-02-111-1/+11
* brcmfmac: deal with bus attachments to the module MakefileBjoern A. Zeeb2026-02-101-7/+10
* brcmfmac: make USB parts compile (and not panic right away)Bjoern A. Zeeb2026-02-102-0/+58
* brcm80211: add LinuxKPI files and module MakefilesBjoern A. Zeeb2026-02-1028-0/+1007
* rtw88: harmonize all MODULE_DEPEND to rtw88Bjoern A. Zeeb2026-02-104-12/+10
* ath10k: usb: make compile using [a future] linuxkpi_usbBjoern A. Zeeb2026-02-091-0/+22
* ath10k: cleanup some bits no longer FreeBSD-specificBjoern A. Zeeb2026-02-094-41/+5
* ath10k: fix a schedule() callBjoern A. Zeeb2026-02-092-2/+10
* LinuxKPI: add scoped_guard(), spinlock guard supportBjoern A. Zeeb2026-02-092-28/+109
* LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USBBjoern A. Zeeb2026-02-091-0/+6
* LinuxKPI: move MODULE_DEVICE_TABLE from pci.h to module.hBjoern A. Zeeb2026-02-092-18/+18
* LinuxKPI: pci: make sure a tailq and lock are initializedBjoern A. Zeeb2026-02-091-4/+3
* LinuxKPI: expand dma_sync_single_for_cpu() in lkpi_dma_unmap()Bjoern A. Zeeb2026-02-091-2/+19
* LinuxKPI: 802.11: catch possible NULL pointer deref with mt76Bjoern A. Zeeb2026-02-071-3/+13
* LinuxKPI: 802.11: make sure we are scheduled before wake_tx_queue()Bjoern A. Zeeb2026-02-073-8/+15
* LinuxKPI: 802.11: set extra tx info flag for EAPOL for mt76Bjoern A. Zeeb2026-02-071-1/+3
* mt76: mt7925: add missing LINUXKPI_PARAM_PREFIXBjoern A. Zeeb2026-02-071-0/+4
* mt76: sort out MODULE_DEPEND for PCI and USBBjoern A. Zeeb2026-02-078-5/+22
* LinuxKPI: string_choices.h: use ternary operatorBjoern A. Zeeb2026-02-031-20/+5
* LinuxKPI: add str_read_write()Bjoern A. Zeeb2026-02-031-0/+9
* lindebugfs: check that name is set as otherwise pfs_alloc_node_flags() panicsBjoern A. Zeeb2026-01-291-0/+3
* LinuxKPI: 802.11: only announce netdev_features if any are setBjoern A. Zeeb2026-01-291-1/+3
* linuxkpi: Add tag support to radix treeJean-Sébastien Pédron2026-01-283-10/+242
* Bump __FreeBSD_version to 1600011 after changes to eventfdJean-Sébastien Pédron2026-01-251-1/+1
* linuxkpi: Add eventfd_*()Jean-Sébastien Pédron2026-01-255-0/+120
* eventfd: Add eventfd_signal()Jean-Sébastien Pédron2026-01-252-3/+23
* eventfd: Add refcountingJean-Sébastien Pédron2026-01-252-2/+32
* LinuxKPI: improve hweight<n> if complie time constantBjoern A. Zeeb2026-01-251-6/+6
* LinuxKPI: add umin()Bjoern A. Zeeb2026-01-251-0/+3
* LinuxKPI: implement dmam_free_coherent()Bjoern A. Zeeb2026-01-252-0/+45