aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: 802.11: change teardown order of disassoc and sta rmBjoern A. Zeeb3 days1-27/+30
* LinuxKPI: 802.11: split (*bss_info_changed) up for more modern driversBjoern A. Zeeb3 days3-21/+128
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb3 days1-1/+1
* LinuxKPI: pass attrs in more places in dma-mapping.hBjoern A. Zeeb4 days1-6/+6
* LinuxKPI: 802.11: improve prep_tx_infoBjoern A. Zeeb4 days2-22/+72
* LinuxKPI: 802.11: move linuxkpi_ieee80211_handle_wake_tx_queue()Bjoern A. Zeeb4 days1-39/+37
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb4 days1-1/+1
* LinuxKPI: avoid -Werror=unused-value in sort() from BUILD_BUG_ON_ZERO()Siva Mahadevan5 days1-1/+1
* LinuxKPI: 802.11: fold the sta state machine againBjoern A. Zeeb11 days1-532/+254
* LinuxKPI: 802.11: improve crypto debug loggingBjoern A. Zeeb11 days1-0/+8
* LinuxKPI: 802.11: adjust assoc check before key deletionBjoern A. Zeeb11 days1-9/+21
* LinuxKPI: 802.11: do not leak BA sessions when tearing down stateBjoern A. Zeeb12 days1-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-252-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
* LinuxKPI: pci: fix pcie_get_speed_cap()Bjoern A. Zeeb2026-01-141-9/+18
* LinuxKPI: include acpi headers for RISC-VBjoern A. Zeeb2026-01-141-1/+1
* linuxkpi: Add `rol32()`Jean-Sébastien Pédron2026-01-071-0/+6
* linuxkpi: Replicate the chain of #include in the `cec*.h` headersJean-Sébastien Pédron2026-01-074-0/+59
* linuxkpi: Add WARN_RATELIMIT()Jean-Sébastien Pédron2026-01-071-0/+7
* linuxkpi: Add <linux/kmsg_dump.h>Jean-Sébastien Pédron2026-01-071-0/+51