aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: 802.11: sort the fallback to software scan for rtw88Bjoern A. Zeeb2025-08-292-19/+81
* LinuxKPI: 802.11: improve scan/beacon tracing in RX pathBjoern A. Zeeb2025-08-291-7/+67
* LinuxKPI: 802.11: improve scanning when not using the net80211 chanlistBjoern A. Zeeb2025-08-291-10/+53
* LinuxKPI: 802.11: use ni_dtim_period instead of iv_dtim_periodBjoern A. Zeeb2025-08-291-4/+4
* LinuxKPI: 802.11: scanning improvements and experimentsBjoern A. Zeeb2025-08-292-30/+245
* LinuxKPI: 802.11: adjust lower wake_queue lockingBjoern A. Zeeb2025-08-292-4/+16
* LinuxKPI: 802.11: mark all structs in struct ieee80211_mgmt __packedBjoern A. Zeeb2025-08-291-10/+10
* LinuxKPI: implement str_disable_enable()Bjoern A. Zeeb2025-08-291-0/+2
* linuxkpi: Fix a typo in a source code commentGordon Bergling2025-08-261-1/+1
* LinuxKPI: 802.11: rework multicat filter updatesBjoern A. Zeeb2025-08-254-46/+102
* LinuxKPI: 802.11: dtim_period/beacon countBjoern A. Zeeb2025-08-252-4/+70
* LinuxKPI: 802.11: stop using hw_value on a channelBjoern A. Zeeb2025-08-251-7/+7
* LinuxKPI: 802.11: factor out sinfo printingBjoern A. Zeeb2025-08-241-27/+35
* LinuxKPI: 802.11: fill in sinfo for chains in case driver does notBjoern A. Zeeb2025-08-241-3/+20
* LinuxKPI: 802.11: improve ieee80211_request_smps()Bjoern A. Zeeb2025-08-241-4/+7
* LinuxKPi: 802.11: adjust linuxkpi_set_ieee80211_dev() to set ic_nameBjoern A. Zeeb2025-08-242-5/+18
* LinuxKPI: 802.11: correct struct linuxkpi_ieee80211_channelBjoern A. Zeeb2025-08-241-10/+15
* LinuxKPI: 802.11: improve reg_query_regdb_wmm()Bjoern A. Zeeb2025-08-241-5/+4
* LinuxKPI: 802.11: assign values to WLAN_HT_CAP_SM_PS_*Bjoern A. Zeeb2025-08-241-3/+3
* LinuxKPI: 802.11: announce netdev features under boot -vBjoern A. Zeeb2025-08-241-3/+7
* LinuxKPI: 802.11: add guards to lkpi_ic_ampdu_rx_{start,stop}Bjoern A. Zeeb2025-08-241-0/+28
* linuxKPI: 802.11: assert wihpy lock in lkpi_80211_mo_start()Bjoern A. Zeeb2025-08-242-0/+6
* LinuxKPI: 802.11: add dummy IEEE80211_EML_CAP_EMLSR_*_DELAY_256USBjoern A. Zeeb2025-08-211-0/+2
* LinuxKPI: 802.11: add wiphy_locked_debugfs_read()Bjoern A. Zeeb2025-08-211-0/+13
* LinuxKPI: 802.11: ieee80211_probereq_get() takes const argumentsBjoern A. Zeeb2025-08-212-5/+5
* LinuxKPI: 802.11: define the full set of IEEE80211_VHT_MAX_AMPDU_*Bjoern A. Zeeb2025-08-211-1/+14
* LinuxKPI: 802.11: add bitfield.h to ieee80211.hBjoern A. Zeeb2025-08-211-0/+1
* linuxkpi: Update posittion after copy in `seq_read()`Jean-Sébastien Pédron2025-08-091-6/+3
* linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`Jean-Sébastien Pédron2025-08-091-4/+4
* linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add the `topology_*()` functionsJean-Sébastien Pédron2025-08-093-0/+90
* linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`Jean-Sébastien Pédron2025-08-091-0/+15
* linuxkpi: Declare several log message prefixesJean-Sébastien Pédron2025-08-091-0/+6
* linuxkpi: Add `name` field to `struct resource`Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron2025-08-091-0/+7
* linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron2025-08-091-0/+57
* acpi_powerres: D3cold supportAymeric Wibo2025-08-081-5/+5
* linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()Jean-Sébastien Pédron2025-08-072-1/+19
* LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb2025-07-312-3/+3
* LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb2025-07-312-13/+13
* LinuxKPI: pci: harmonize #definesBjoern A. Zeeb2025-07-311-20/+28
* LinuxKPI: acpi: fix guid_t argument typeBjoern A. Zeeb2025-07-312-11/+17
* LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-131-1/+1
* LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRYOlivier Certner2025-07-131-0/+5
* LinuxKPI: acpi: add acpi_evaluate_dsm()Bjoern A. Zeeb2025-07-042-0/+25
* LinuxKPI: acpi: provide union [linuxkpi]_acpi_(object|buffer)Bjoern A. Zeeb2025-07-041-5/+71
* LinuxKPI: device.h add (*shutdown)Bjoern A. Zeeb2025-07-041-0/+2
* LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb2025-07-041-2/+5
* LinuxKPI: MODULE_DEVICE_TABLE() remove hard coded pciBjoern A. Zeeb2025-07-041-1/+1
* linuxkpi: Remove incorrect + 1 from HWEIGHT* macrosEd Maste2025-06-241-4/+4