aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin2026-03-171-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin2026-03-174-29/+38
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin2026-03-172-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin2026-03-171-0/+1
* LinuxKPI: 802.11: lkpi_sta_auth_to_scan() fail graciously on lsta == NULLBjoern A. Zeeb2026-03-081-7/+19
* 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
* LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structsBjoern A. Zeeb2026-02-111-1/+11
* brcm80211: add LinuxKPI files and module MakefilesBjoern A. Zeeb2026-02-105-0/+277
* 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
* 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
* 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
* linuxkpi: Add eventfd_*()Jean-Sébastien Pédron2026-01-253-0/+117
* 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
* LinuxKPI: PTP add (*settime64) to struct ptp_clock_infoBjoern A. Zeeb2026-01-251-0/+1
* linuxkpi: Implement <linux/seq_buf.h>Jean-Sébastien Pédron2026-01-242-0/+137
* mt76: update Mediatek's mt76 driverBjoern A. Zeeb2026-01-232-1/+61
* LinuxKPI: netdevice: add structs net_device_path, net_device_path_ctxBjoern A. Zeeb2026-01-211-0/+24
* LinuxKPi: 802.11: add more definesBjoern A. Zeeb2026-01-213-0/+4
* LinuxKPI: skbuff: implement skb_queue_splice()Bjoern A. Zeeb2026-01-211-1/+8
* LinuxKPI: 802.11: rename enum ieee80211_tx_rate_flags and move fileBjoern A. Zeeb2026-01-212-14/+13
* LinuxKPI: 802.11: add new field to struct cfg80211_bitrate_maskBjoern A. Zeeb2026-01-211-0/+3
* LinuxKPI: 802.11: Management MIC element can have 8 or 16 octets MICBjoern A. Zeeb2026-01-211-3/+11
* LinuxKPI: 802.11: fix build for non-debug kernelsBjoern A. Zeeb2026-01-201-0/+2
* LinuxKPI: 802.11: factor out rate logic for mandatory channelsBjoern A. Zeeb2026-01-203-27/+100
* linuxkpi: Clean up linux_shmem_file_setup() a bitMark Johnston2026-01-151-4/+3
* linuxkpi: Avoid a potential null pointer dereference in an error pathMark Johnston2026-01-151-1/+2
* linuxkpi: Fix an error path in linux_alloc_current()Mark Johnston2026-01-151-8/+2