aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Fix the definition of BITS_PER_LONGMark Johnston29 hours1-7/+2
* LinuxKPI: 802.11: additions for Linux v6.17 based wireless driversBjoern A. Zeeb2 days4-134/+235
* LinuxKPI: netdevice add attach/detach skeleton functionsBjoern A. Zeeb2 days1-0/+15
* LinuxKPI: skbuff: add a misplaced socket operation to skbuff.h for nowBjoern A. Zeeb2 days1-0/+3
* LinuxKPI: soc/mediatek add pr_debug callsBjoern A. Zeeb2 days1-32/+15
* LinuxKPI: page_pool headers moved; add netmem.hBjoern A. Zeeb2 days4-119/+136
* LinuxKPI: add skeleton pci_enable_wake()Bjoern A. Zeeb2 days1-0/+13
* LinuxKPI: add fips.hBjoern A. Zeeb2 days1-0/+12
* LinuxKPI: device_driver add (*coredump)()Bjoern A. Zeeb2 days1-0/+1
* LinuxKPI: platform_device return type changeBjoern A. Zeeb2 days1-1/+1
* LinuxKPI: add three skeleton functions to etherdevice.hBjoern A. Zeeb2 days1-0/+23
* LinuxKPI: add __counted_by_le() and __counted_by_be()Bjoern A. Zeeb2 days1-0/+8
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-291-0/+6
* linuxkpi: Move string_helpers.h to string_choices.hEd Maste2025-09-192-63/+75
* LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_releaseBjoern A. Zeeb2025-09-051-2/+3
* LinuxKPI: maths64: implement roundup_u64()Bjoern A. Zeeb2025-09-051-0/+6
* LinuxKPI: kunit: add static_stub.h and more dummy headersBjoern A. Zeeb2025-09-051-0/+15
* LinuxKPI: sync overflow.h from Linux v6.16Bjoern A. Zeeb2025-09-051-27/+153
* LinuxKPI: add __struct_sizeBjoern A. Zeeb2025-09-051-0/+6
* LinuxKPI: add DEFINE_LOCK_GUARD_0 for rcuBjoern A. Zeeb2025-09-052-1/+39
* LinuxKPI: cleanup: implement __free() and DEFINE_FREE(); use for kfree()Bjoern A. Zeeb2025-09-052-1/+17
* LinuxKPI: timer KPI *_timer -> timer_*Bjoern A. Zeeb2025-09-051-2/+14
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb2025-09-051-0/+5
* LinuxKPI: acpi; fix type to acpi_get_handle()Bjoern A. Zeeb2025-09-051-1/+1
* LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff()Bjoern A. Zeeb2025-09-051-1/+1
* LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions()Bjoern A. Zeeb2025-09-051-3/+8
* LinuxKPI: pci: implement pcim_iomap()Bjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device()Bjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: skbuff: no longer use IEEE80211_DEBUG to turn on debugBjoern A. Zeeb2025-09-031-8/+6
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-302-1/+9
* LinuxKPI: skbuff: checksum offloading flagsBjoern A. Zeeb2025-08-291-2/+2
* 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-252-1/+11
* 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-241-2/+2
* 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: 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-211-3/+3
* 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: 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