aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: 802.11: move rx_nss check to be at least 1 into sync functionBjoern A. Zeeb2025-06-031-1/+7
* LinuxKPI: netdev features style, annotate, and add %b decoding maskBjoern A. Zeeb2025-06-031-10/+14
* LinuxKPI: skbuff: make csum_unfold return __wsumBjoern A. Zeeb2025-06-031-1/+1
* LinuxKPI: 802.11: switch to m_get3()Bjoern A. Zeeb2025-06-031-1/+1
* LinuxKPI: 802.11: ensure bandwidth <= channel bandwidthBjoern A. Zeeb2025-06-031-3/+23
* LinuxKPI: Implement dma_map_resource/dma_unmap_resource functionsBjoern A. Zeeb2025-06-031-0/+14
* LinuxKPI: add missing bus_dmamap_sync() calls or exclude themBjoern A. Zeeb2025-06-032-29/+70
* net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11Bjoern A. Zeeb2025-06-011-8/+1
* LinuxKPI: add struct_group_tagged()Bjoern A. Zeeb2025-05-281-5/+21
* LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packedBjoern A. Zeeb2025-05-261-2/+2
* LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changedBjoern A. Zeeb2025-05-121-10/+14
* linuxkpi: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron2025-05-1211-4/+245
* linuxkpi: Make "free page" code paths closer to LinuxJean-Sébastien Pédron2025-05-122-4/+21
* linuxkpi: Constify `struct page` arg to `linux_page_address()`Jean-Sébastien Pédron2025-05-122-2/+2
* linuxkpi: Move `put_page()` closer to `get_page()`Jean-Sébastien Pédron2025-05-121-6/+6
* linuxkpi: Move `release_pages()` to linux_page.cJean-Sébastien Pédron2025-05-123-9/+12
* linuxkpi: Add `woken_wake_function()` and `wait_woken()`Jean-Sébastien Pédron2025-05-122-3/+70
* linuxkpi: Fix up jiffies handlingMark Johnston2025-05-125-38/+49
* LinuxKPI: add ktime_get_boottime_seconds()Bjoern A. Zeeb2025-05-091-0/+7
* LinuxKPI: add _devcd_free_sgtable() to devcoredump.hBjoern A. Zeeb2025-05-091-1/+8
* LinuxKPI: pci: fix two errors in lkpi_pci_get_device()Bjoern A. Zeeb2025-05-091-3/+7
* LinuxKPI: pci: deal with kobject_add() being able to failBjoern A. Zeeb2025-05-091-7/+22
* vm_page: make iter_insert() publicDoug Moore2025-05-091-3/+8
* LinuxKPI: styleBjoern A. Zeeb2025-05-051-2/+2
* LinuxKPI: add is_unicast_ether_addr()Bjoern A. Zeeb2025-05-051-1/+7
* LinuxKPI: 802.11: header updates for mt76Bjoern A. Zeeb2025-05-053-38/+100
* LinuxKPI: dummy: add more dummy hreader filesBjoern A. Zeeb2025-05-052-0/+0
* mt76: update Mediatek's mt76 driverBjoern A. Zeeb2025-05-041-0/+1
* LinuxKPI: netdev: add NETIF_F_HW_TCBjoern A. Zeeb2025-05-041-1/+2
* LinuxKPI: 802.11: fix wiphy_info[_once]Bjoern A. Zeeb2025-05-041-2/+2
* linuxkpi: Introduce a properly typed jiffiesMark Johnston2025-04-2912-59/+61
* LinuxKPI: define time64_tBjoern A. Zeeb2025-04-271-0/+2
* LinuxKPI: add dummy header file linux/unaligned.hBjoern A. Zeeb2025-04-271-0/+0
* LinuxKPI: 802.11: add SW_MGMT_TX to the expected flags for CCMPBjoern A. Zeeb2025-04-271-1/+2
* LinuxKPI: 802.11: updates to headers for driver updateBjoern A. Zeeb2025-04-243-16/+46
* LinuxKPI: 802.11: introduce mlo field to staBjoern A. Zeeb2025-04-242-0/+3
* LinuxKPI: pci: add pci_info()Bjoern A. Zeeb2025-04-241-1/+3
* LinuxKPI: sysfs: implement sysfs_match_string()Bjoern A. Zeeb2025-04-241-0/+18
* LinuxKPI: add container_of_const()Bjoern A. Zeeb2025-04-241-0/+8
* LinuxKPI: extend struct and enum for ledsBjoern A. Zeeb2025-04-241-1/+2
* LinuxKPI: add cleanup.h to mutex.hBjoern A. Zeeb2025-04-241-0/+1
* LinuxKPI: add ASMEDIA vendor ID for PCIBjoern A. Zeeb2025-04-241-0/+1
* LinuxKPI: skbuff: re-add __LP64__ checkBjoern A. Zeeb2025-04-231-0/+2
* LinuxKPI: 802.11: add tunable to enable TKIPBjoern A. Zeeb2025-04-231-2/+11
* LinuxKPI: 802.11: further improve key updatesBjoern A. Zeeb2025-04-232-1/+22
* LinuxKPI: 802.11: make TKIP start to workBjoern A. Zeeb2025-04-231-29/+61
* LinuxKPI: 802.11: fix TKIP RX/TX MIC offsetsBjoern A. Zeeb2025-04-231-2/+3
* LinuxKPI: 802.11: add the key mgmt for TKIP and extra checks for CCMPBjoern A. Zeeb2025-04-231-4/+70
* LinuxKPI: 802.11: remove lkpi_iv_key_set/delete wrappersBjoern A. Zeeb2025-04-231-18/+4
* LinuxKPI: 802.11: add checks and improve tracing to key operationsBjoern A. Zeeb2025-04-231-14/+49