aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* cdefs: Add __deprecatedWarner Losh2025-12-291-0/+2
* linuxkpi: Provide a non-NULL value for THIS_MODULEAustin Shafer2024-11-291-0/+21
* LinuxKPI: Remove stray semicolonsZhenlei Huang2024-11-072-2/+2
* linuxkpi: use canonical tests for is_{zero,broadcast}_ether_addrEd Maste2024-08-111-2/+4
* LinuxKPI: 802.11: use net80211 IEEE80211_HTCAP_* definitionsBjoern A. Zeeb2024-06-121-13/+13
* LinuxKPI: 802.11: Fix definition of IEEE80211_HT_CAP_RX_STBCBjoern A. Zeeb2024-06-121-1/+1
* LinuxKPI: pm: add SET_SYSTEM_SLEEP_PM_OPS() and device_can_wakeup()Bjoern A. Zeeb2024-06-121-13/+17
* LinuxKPI: remove extern from function declarationsBjoern A. Zeeb2024-06-121-5/+5
* LinuxKPI: add FIELD_PREP_CONST()Bjoern A. Zeeb2024-06-121-1/+5
* LinuxKPI: add kvmemdup()Bjoern A. Zeeb2024-06-121-0/+12
* LinuxKPI: utsname.h add missing SPDX-License-IdentifierBjoern A. Zeeb2024-06-121-0/+2
* LinuxKPI: add __counted_by() and __nonstringBjoern A. Zeeb2024-06-121-0/+11
* LinuxKPI: add devm_kfree()Bjoern A. Zeeb2024-06-121-0/+1
* LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()Bjoern A. Zeeb2024-06-121-1/+8
* LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()Bjoern A. Zeeb2024-06-121-2/+17
* LinuxKPI: add dev_alloc_pages()Bjoern A. Zeeb2024-06-121-0/+6
* LinuxKPI: add BITS_TO_BYTES()Bjoern A. Zeeb2024-06-121-0/+1
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-06-121-0/+7
* LinuxKPI: add further constants to pci.hBjoern A. Zeeb2024-06-121-0/+2
* LinuxKPI: add PCI_VENDOR_ID_ITTIMBjoern A. Zeeb2024-06-121-0/+1
* LinuxKPI: Remove the temporary variable fileid from the macro request_moduleZhenlei Huang2024-04-121-2/+1
* LinuxKPI: Queue skbuffs at tail in __skb_queue_tailTom Coldrick2024-03-221-1/+1
* LinuxKPI: 802.11: correct HT protection fieldsBjoern A. Zeeb2024-02-191-5/+6
* LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* definesBjoern A. Zeeb2024-02-191-0/+4
* LinuxKPI: 802.11: bring in some HT codeBjoern A. Zeeb2024-02-191-2/+1
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-191-0/+8
* LinuxKPI: sort dev_<loglevel>() functionsBjoern A. Zeeb2024-02-191-8/+10
* linuxkpi: dma_get_cache_alignment(): Fix off-by-one resultOlivier Certner2023-12-211-1/+1
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-12-211-2/+2
* LinuxKPI: skbuff: remove assumption about mac_headerBjoern A. Zeeb2023-11-291-2/+1
* LinuxKPI: 802.11: update compat code for updated driversBjoern A. Zeeb2023-11-292-8/+90
* LinuxKPI: skbuff: add skb_cow_head()Bjoern A. Zeeb2023-11-291-0/+8
* linuxkpi: Fix __sg_alloc_table_from_pages loopAustin Shafer2023-11-291-3/+9
* LinuxKPI: skbuff: fix tracingBjoern A. Zeeb2023-11-291-2/+1
* LinuxKPI: implement mul_u64_u64_div_u64()Bjoern A. Zeeb2023-11-291-0/+49
* LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb2023-11-293-5/+5
* LinuxKPI: reduce usage of struct vm_page and vm_page_tBjoern A. Zeeb2023-11-294-15/+15
* LinuxKPI: pci.h add more constantsBjoern A. Zeeb2023-11-291-0/+2
* LinuxKPI: implement get_random_u32_inclusive()Bjoern A. Zeeb2023-11-291-2/+28
* LinuxKPI: list.h add list_count_nodes()Bjoern A. Zeeb2023-11-291-0/+14
* LinuxKPI: cast jiffies_to_msecs() resultBjoern A. Zeeb2023-11-291-1/+1
* LinuxKPI: add DMA_MAPPING_ERRORBjoern A. Zeeb2023-11-291-1/+5
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23145-290/+0
* linuxkpi: advance platform_deviceCorvin Köhne2023-08-171-0/+10
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2512-12/+12
* LinuxKPI: implement timer_{delete,shutdown}_sync()Bjoern A. Zeeb2023-06-261-0/+2
* LinuxKPI: add devm_ioremap()Bjoern A. Zeeb2023-06-261-0/+7
* LinuxKPI: Add linux/stddef.h and add struct_group(...)Bjoern A. Zeeb2023-06-261-0/+15
* LinuxKPI: add ktime_get_real_ts64()Bjoern A. Zeeb2023-06-261-0/+1