summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packedBjoern A. Zeeb2025-05-271-2/+2
* LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changedBjoern A. Zeeb2025-05-151-10/+14
* LinuxKPI: 802.11: header updates for mt76Bjoern A. Zeeb2025-05-083-38/+100
* LinuxKPI: 802.11: fix wiphy_info[_once]Bjoern A. Zeeb2025-05-081-2/+2
* LinuxKPI: define time64_tBjoern A. Zeeb2025-04-291-0/+2
* LinuxKPI: add dummy header file linux/unaligned.hBjoern A. Zeeb2025-04-291-0/+0
* LinuxKPI: sysfs: implement sysfs_match_string()Bjoern A. Zeeb2025-04-291-0/+18
* LinuxKPI: pci: add pci_info()Bjoern A. Zeeb2025-04-291-1/+3
* LinuxKPI: extend struct and enum for ledsBjoern A. Zeeb2025-04-291-1/+2
* LinuxKPI: add container_of_const()Bjoern A. Zeeb2025-04-291-0/+8
* LinuxKPI: add cleanup.h to mutex.hBjoern A. Zeeb2025-04-291-0/+1
* LinuxKPI: add ASMEDIA vendor ID for PCIBjoern A. Zeeb2025-04-291-0/+1
* LinuxKPI: 802.11: updates to headers for driver updateBjoern A. Zeeb2025-04-293-16/+46
* LinuxKPI: 802.11: introduce mlo field to staBjoern A. Zeeb2025-04-292-0/+3
* LinuxKPI: 802.11: add tunable to enable TKIPBjoern A. Zeeb2025-04-291-2/+11
* LinuxKPI: 802.11: further improve key updatesBjoern A. Zeeb2025-04-292-1/+22
* LinuxKPI: 802.11: make TKIP start to workBjoern A. Zeeb2025-04-291-29/+61
* LinuxKPI: 802.11: fix TKIP RX/TX MIC offsetsBjoern A. Zeeb2025-04-291-2/+3
* LinuxKPI: 802.11: add the key mgmt for TKIP and extra checks for CCMPBjoern A. Zeeb2025-04-291-4/+71
* LinuxKPI: 802.11: sort cipher lists and filter net80211 unsupported onesBjoern A. Zeeb2025-04-291-30/+63
* LinuxKPI: 802.11: remove lkpi_iv_key_set/delete wrappersBjoern A. Zeeb2025-04-291-18/+4
* LinuxKPI: 802.11: fill ieee80211_get_key_rx_seq() also for TKIP/GCMPBjoern A. Zeeb2025-04-291-6/+24
* LinuxKPI: 802.11: add checks and improve tracing to key operationsBjoern A. Zeeb2025-04-291-14/+49
* LinuxKPI: 802.11: lkpi_hw_crypto_prepare and lkpi_hw_crypto_tailroomBjoern A. Zeeb2025-04-291-20/+110
* LinuxKPI: 802.11: add IEEE80211_KEY_FLAG_BITSBjoern A. Zeeb2025-04-291-0/+5
* LinuxKPI 802.11: move key-related functions togetherBjoern A. Zeeb2025-04-291-42/+45
* LinuxKPI: skbuff: rewrite data allocation to use __kmalloc by defaultBjoern A. Zeeb2025-04-291-12/+20
* LinuxKPI: skbuff: fix types, shuffle fieldsBjoern A. Zeeb2025-04-291-18/+27
* LinuxKPI: skbuff: switch to using uma for the skbBjoern A. Zeeb2025-04-291-16/+49
* LinuxKPI: skbuff: remove _alloc_len fieldBjoern A. Zeeb2025-04-293-14/+4
* LinuxKPI: add type for __wsumBjoern A. Zeeb2025-04-291-0/+1
* LinuxKPI: 802.11: no need to lock during lkpi_lsta_alloc()Bjoern A. Zeeb2025-04-291-2/+0
* net80211; LinuxKPI 802.11: introduce IEEE80211_RX_F_ICV_STRIPBjoern A. Zeeb2025-04-291-4/+6
* LinuxKPI: 802.11: avoid using an mbuf tag for nowBjoern A. Zeeb2025-04-182-0/+24
* LinuxKPI; 802.11: start filling rxrate statisticsBjoern A. Zeeb2025-04-182-16/+58
* LinuxKPI: 802.11: plug mbuf leakBjoern A. Zeeb2025-04-181-2/+14
* LinuxKPI: 802.11: better dealing with errors in RX pathBjoern A. Zeeb2025-04-181-13/+16
* LinuxKPI: 802.11: deal with the error paths for lkpi_xmit()Bjoern A. Zeeb2025-04-181-9/+35
* LinuxKPI: 802.11: increase mbufq lengthsBjoern A. Zeeb2025-04-181-2/+2
* LinuxKPI: 802.11: enable fragmentation offloadBjoern A. Zeeb2025-04-181-0/+4
* LinuxKPI: 802.11: further locking workarounds fro crypto updatesBjoern A. Zeeb2025-04-182-17/+35
* LinuxKPI: 802.11: deal with sta bw > channel widthBjoern A. Zeeb2025-04-181-9/+95
* LinuxKPI: 802.11: switch to wiphy_lockBjoern A. Zeeb2025-04-182-80/+56
* LinuxKPI: 802.11: optimize mo_bss_info_changedBjoern A. Zeeb2025-04-181-0/+3
* LinuxKPI: 802.11: add a lchanctx list to lhwBjoern A. Zeeb2025-04-182-14/+29
* LinuxKPI: 802.11: adjust vif->bss_conf.chanctx_conf to rcu accessorsBjoern A. Zeeb2025-04-181-7/+8
* LinuxKPI: 802.11: try to limit VHT (11ac) to 5GhzBjoern A. Zeeb2025-04-181-4/+6
* LinuxKPI: 802.11: adjust locking around lkpi_remove_chanctx()Bjoern A. Zeeb2025-04-183-21/+32
* LinuxKPI: 802.11: more fields moved from vif to bss_confBjoern A. Zeeb2025-04-181-3/+2
* LinuxKPI: 802.11: move chanctx_conf from vif to vif->bss_confBjoern A. Zeeb2025-04-183-12/+11