aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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: fix field order in ieee80211_key_confBjoern A. Zeeb2024-02-191-2/+2
* LinuxKPI: 802.11: more TXQ implementation and lockingBjoern A. Zeeb2024-02-193-16/+107
* linuxkpi: correct zone item size for linux_mm_zoneKonstantin Belousov2024-01-221-1/+1
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-1/+1
* linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston2024-01-111-10/+1
* linuxkpi: Handle direct-mapped addresses in linux_free_kmem()Mark Johnston2024-01-091-3/+19
* sendfile: Explicitly ignore errors from copyout()Mark Johnston2024-01-021-1/+1
* freebsd32: Report errors when copying out oldlenp in __sysctlMark Johnston2024-01-021-3/+3
* freebsd32: Fix error handling for suword32() callsMark Johnston2023-12-282-5/+5
* 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
* sysvipc: Fix 32-bit compat on !i386Brooks Davis2023-12-141-16/+16
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-291-3/+3
* LinuxKPI: 802.11: zero-pad debug flagsBjoern A. Zeeb2023-11-291-12/+12
* LinuxKPI: 802.11: deal with scan_ie_lenBjoern A. Zeeb2023-11-291-6/+16
* LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argumentBjoern A. Zeeb2023-11-291-2/+2
* LinuxKPI: 802.11: error on state transition failureBjoern A. Zeeb2023-11-291-2/+1
* LinuxKPI: 802.11: add unconditional error reportingBjoern A. Zeeb2023-11-291-20/+64
* LinuxKPI: 802.11: hide txq debugging behind checksBjoern A. Zeeb2023-11-291-2/+8
* LinuxKPI: 802.11: fix re-creation of VAPBjoern A. Zeeb2023-11-291-0/+3
* LinuxKPI: 802.11: improve lkpi_ic_vap_delete()Bjoern A. Zeeb2023-11-291-1/+5
* LinuxKPI: 802.11: fix problem removing staBjoern A. Zeeb2023-11-291-19/+18
* LinuxKPI: 802.11: fill regulatory_hint() with some lifeBjoern A. Zeeb2023-11-292-2/+28
* LiunxKPI: 802.11: move ieee80211_chanctx_conf into lkpi private structBjoern A. Zeeb2023-11-293-6/+57
* LinuxKPI: 802.11: avoid symbol clash on UP to AC mappingBjoern A. Zeeb2023-11-291-3/+4
* LinuxKPI: 802.11: setup a default link[0] and adjust related needsBjoern A. Zeeb2023-11-291-22/+41
* LinuxKPI: 802.11: inialize tx queue paramsBjoern A. Zeeb2023-11-291-1/+20
* LinuxKPI: 802.11: change ic_parent() to not call mo_stop()/mo_start()Bjoern A. Zeeb2023-11-291-0/+8
* LinuxKPI: 802.11: adjust code to new structure layoutBjoern A. Zeeb2023-11-292-29/+24
* LinuxKPI: 802.11: mac80211 ops: distinguish between {bss,link}_info_changedBjoern A. Zeeb2023-11-291-3/+6
* LinuxKPI: 802.11: pass non-0/NULL arguments to MO functionsBjoern A. Zeeb2023-11-293-17/+21
* LinuxKPI: 802.11: prepare for iwlwifi driver updatesBjoern A. Zeeb2023-11-291-15/+1
* LinuxKPI: 802.11: fix counting the number of supbandsBjoern A. Zeeb2023-11-291-2/+5
* LinuxKPI: 802.11: make sure bssid for scans (probe_req) is setBjoern A. Zeeb2023-11-291-0/+1
* LinuxKPI: skbuff: remove assumption about mac_headerBjoern A. Zeeb2023-11-291-2/+1
* iwlwifi/LinuxKPI: 802.11: update ieee80211_request_smps()Bjoern A. Zeeb2023-11-291-11/+2
* LinuxKPI: 802.11: update compat code for updated driversBjoern A. Zeeb2023-11-296-45/+509
* 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: add page pool skeletonBjoern A. Zeeb2023-11-291-0/+119
* LinuxKPI: replace vtophys+PHYS_TO_VM_PAGE with virt_to_pageBjoern A. Zeeb2023-11-291-2/+2
* LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb2023-11-294-6/+6
* LinuxKPI: reduce usage of struct vm_page and vm_page_tBjoern A. Zeeb2023-11-297-25/+25
* 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