aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Fix the definition of BITS_PER_LONGMark Johnston23 hours1-7/+2
* LinuxKPI: 802.11: additions for Linux v6.17 based wireless driversBjoern A. Zeeb2 days6-136/+247
* 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
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov5 days1-0/+2
* linuxkpi: Support s2idle in `pm_suspend_target_state`Aymeric Wibo2025-10-061-10/+20
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-061-2/+5
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-292-0/+21
* Reapply "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on ...Bjoern A. Zeeb2025-09-291-7/+40
* linuxkpi: Move string_helpers.h to string_choices.hEd Maste2025-09-192-63/+75
* LinuxKPI: 802.11: avoid recursive wiphy lockBjoern A. Zeeb2025-09-111-18/+36
* Revert "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on a...Bjoern A. Zeeb2025-09-081-40/+7
* LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_releaseBjoern A. Zeeb2025-09-052-3/+28
* 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-054-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-052-11/+16
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb2025-09-052-1/+6
* 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: allow children to be attached to a pci_devBjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attachBjoern A. Zeeb2025-09-051-7/+40
* LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions()Bjoern A. Zeeb2025-09-052-10/+56
* LinuxKPI: pci: implement pcim_iomap()Bjoern A. Zeeb2025-09-052-2/+59
* LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device()Bjoern A. Zeeb2025-09-052-3/+12
* LinuxKPI: skbuff: no longer use IEEE80211_DEBUG to turn on debugBjoern A. Zeeb2025-09-031-8/+6
* LinuxKPI: 802.11: counting beacons for debug only when assocBjoern A. Zeeb2025-09-021-2/+8
* LinuxKPI: 802.11: only change dtim_period once assocBjoern A. Zeeb2025-09-021-1/+19
* LinuxKPI: 802.11: use IEEE80211_FEXT_AMPDU_OFFLOADBjoern A. Zeeb2025-09-021-5/+9
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-303-5/+13
* LinuxKPI: skbuff: checksum offloading flagsBjoern A. Zeeb2025-08-291-2/+2
* LinuxKPI: 802.11: do not delete keys while still assocBjoern A. Zeeb2025-08-291-1/+39
* LinuxKPI: 802.11: introduce a debug flag for scan/beacon loggingBjoern A. Zeeb2025-08-292-4/+10
* 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