aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* compat: linux: use appropriate variables for copying out old timersKyle Evans2026-01-021-2/+2
* cdefs: Add __deprecatedWarner Losh2025-12-291-0/+2
* LinuxKPI 802.11 / rtw88: make packets flow againBjoern A. Zeeb2025-02-061-0/+18
* Fix "vrefact: wrong use count 0" with DRMEdward Tomasz Napierala2025-01-171-2/+2
* linprocfs: Properly reset error variable for mtab generationMichael Osipov2024-12-311-3/+3
* linux.h: don't redefine lower_32_bits if already definedWarner Losh2024-12-281-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: 802.11: support manual lladdr changesBjoern A. Zeeb2024-09-302-0/+31
* LinuxKPI: 802.11: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-6/+0
* linuxkpi: use canonical tests for is_{zero,broadcast}_ether_addrEd Maste2024-08-111-2/+4
* Revert "LinuxKPI: Automatically enable drm support for devices named "drmn""Vladimir Kondratyev2024-08-011-3/+2
* LinuxKPI: Automatically enable drm support for devices named "drmn"Vladimir Kondratyev2024-08-011-2/+3
* LinuxKPI: 802.11: make sure we can send DISASSOC or DEAUTH framesBjoern A. Zeeb2024-06-141-9/+86
* LinuxKPI: 802.11: close race lkpi_sta_scan_to_auth()/(*iv_update_bss)()Bjoern A. Zeeb2024-06-141-20/+46
* LinuxKPI: 802.11: lock MO tx/wake_tx_queue() downcallsBjoern A. Zeeb2024-06-141-0/+4
* LinuxKPI: 802.11: rename chanctx_conf for consistencyBjoern A. Zeeb2024-06-142-47/+47
* LinuxKPI: 802.11: change teardown order to avoid iwlwifi firmware crashesBjoern A. Zeeb2024-06-141-29/+55
* LinuxKPI: 802.11: disable early queue wakeup workaround; better classifyBjoern A. Zeeb2024-06-141-2/+12
* LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()Bjoern A. Zeeb2024-06-141-41/+35
* LinuxKPI: 802.11: implement a deferred RX pathBjoern A. Zeeb2024-06-142-11/+154
* net80211: move net_epoch into net80211Bjoern A. Zeeb2024-06-121-3/+0
* 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: 802.11: initalize lsta to NULL in linuxkpi_ieee80211_rx()Bjoern A. Zeeb2024-06-121-0/+1
* LinuxKPI: 802.11: fix for_each_sta_active_link()Bjoern A. Zeeb2024-06-121-1/+1
* LinuxKPI: 802.11: return proper value for IEEE80211_CRYPTO_AES_CCMBjoern A. Zeeb2024-06-121-1/+1
* LinuxKPI: pm: add SET_SYSTEM_SLEEP_PM_OPS() and device_can_wakeup()Bjoern A. Zeeb2024-06-122-13/+35
* 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-122-3/+14
* 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
* linux(4): Add const qualifier to the value parameter of function handle_string()Zhenlei Huang2024-05-281-1/+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
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-111-2/+2
* LinuxKPI: 802.11: lsta txq locking cleanupBjoern A. Zeeb2024-02-192-13/+32
* LinuxKPI: 802.11: update the ni/lsta reference cycleBjoern A. Zeeb2024-02-192-80/+130
* LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss)Bjoern A. Zeeb2024-02-192-95/+216
* 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-192-0/+7