aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: 802.11: always lock around (*set_{frag,rts}_threshold)Bjoern A. Zeeb2026-07-212-0/+8
* LinuxKPI: 802.11: stop ieee80211_start_tx_ba_session() if no HT supportedBjoern A. Zeeb2026-07-171-1/+1
* LinuxKPI: skbuff: add initial page pool supportBjoern A. Zeeb2026-07-172-3/+11
* LinuxKPI: skbuff: add reference counting to the skbBjoern A. Zeeb2026-07-171-0/+21
* LinuxKPI: skbuff: add support for frags in linuxkpi_skb_copy()Bjoern A. Zeeb2026-07-171-4/+10
* LinuxKPI: skbuff: implement __skb_linearize()Bjoern A. Zeeb2026-07-172-3/+63
* LinuxKPI: skbuff: implement napi_build_skb()Bjoern A. Zeeb2026-07-171-2/+6
* LinuxKPI: skbuff: add skb_put_zero()Bjoern A. Zeeb2026-07-171-1/+7
* LinuxKPI: skbuff: improve debuggingBjoern A. Zeeb2026-07-171-3/+5
* linuxkpi: Add `acpi_video_get_edid()`Jean-Sébastien Pédron2026-07-142-1/+11
* LinuxKPI: 802.11: lkpi_80211_txq_tx_one() only pass sta if added to drvBjoern A. Zeeb2026-07-131-5/+6
* LinuxKPI: pci detach: implement a proper detach (release) pathBjoern A. Zeeb2026-07-131-14/+129
* LinuxKPI: fix lkpi_pci_get_device() reference counting on deviceBjoern A. Zeeb2026-07-131-1/+3
* LinuxKPI: add system_percpu_wqBjoern A. Zeeb2026-07-132-0/+10
* linuxkpi: Add `usleep_range_state()`Jean-Sébastien Pédron2026-07-091-1/+13
* linuxkpi: Add `to_acpi_device_node()` and `ACPI_COMPANION()`Jean-Sébastien Pédron2026-07-091-0/+8
* linuxkpi: Add pm_runtime_resume_and_getSourojeet A2026-07-081-0/+6
* linuxkpi: Define `ULL()`Jean-Sébastien Pédron2026-06-242-0/+24
* linuxkpi: Add <linux/cgroup_dmem.h>Jean-Sébastien Pédron2026-06-241-0/+58
* linuxkpi: Defined more Intel vendor/family/model constantsJean-Sébastien Pédron2026-06-241-0/+20
* linuxkpi: Define and fill `struct cpuinfo_x86->x86_stepping`Jean-Sébastien Pédron2026-06-242-0/+2
* linuxkpi: Add const qualifier to `bitmap_weight()` 1st argJean-Sébastien Pédron2026-06-241-1/+1
* linuxkpi: Define `struct vfsmount` in <linux/mount.h>Jean-Sébastien Pédron2026-06-244-0/+29
* linuxkpi ioctl handler: restore the user data pointerKonstantin Belousov2026-06-231-4/+44
* LinuxKPI: Retire <linux/dma-attrs.h>John Baldwin2026-06-232-55/+11
* LinuxKPI: 802.11: adjust timing of sync_from_ni in lkpi_sta_assoc_to_run()Bjoern A. Zeeb2026-06-221-2/+10
* LinuxKPI: 802.11: track bandwidth/rx_nss change in lkpi_sta_sync_from_ni()Bjoern A. Zeeb2026-06-221-0/+13
* LinuxKPI: 802.11: consider emulate_chanctx in lkpi_sync_chanctx_cw_from_rx_bw()Bjoern A. Zeeb2026-06-221-1/+4
* LinuxKPI: 802.11: add/change rate related tracingBjoern A. Zeeb2026-06-221-4/+29
* LinuxKPI: 802.11: add function to update some rate related fieldsBjoern A. Zeeb2026-06-221-2/+150
* LinuxKPI: 802.11: make lkpi_sta_sync_from_ni() return bss_changesBjoern A. Zeeb2026-06-221-4/+9
* LinuxKPI: 802.11: initalize br_mask and basic_rates for each vapBjoern A. Zeeb2026-06-222-1/+45
* LinuxKPI: 802.11: introduce TRACE_RATES()Bjoern A. Zeeb2026-06-221-0/+7
* LinuxKPI: 802.11: add 11g check to lkpi_ic_getradiocaps()Bjoern A. Zeeb2026-06-221-3/+13
* LinuxKPI: 802.11: add/improve/correct commentsBjoern A. Zeeb2026-06-221-2/+3
* LinuxKPI: 802.11: leave a comment for sta->rates (mt7615, ?)Bjoern A. Zeeb2026-06-221-1/+1
* linuxkpi: Change `strscpy()` and `strscpy_pad()` to make their `len` argument...Jean-Sébastien Pédron2026-06-201-2/+13
* linuxkpi: Define `COUNT_ARGS()` and `CONCATENATE()`Jean-Sébastien Pédron2026-06-201-0/+17
* linuxkpi: Add 'fd_empty()`Jean-Sébastien Pédron2026-06-201-0/+6
* linuxkpi: Add `pm_resume_via_firmware()`Jean-Sébastien Pédron2026-06-201-2/+8
* linuxkpi: Define a bunch of constants in <acpi/video.h>Jean-Sébastien Pédron2026-06-201-1/+19
* linuxkpi: Define `__ATTR_RO_MODE()` and `__ATTR_RW_MODE()`Jean-Sébastien Pédron2026-06-201-3/+6
* LinuxKPI: scatterlist.h: implement sg_init_marker()Bjoern A. Zeeb2026-06-151-0/+6
* LinuxKPI: add KERNEL_VERSION() macroBjoern A. Zeeb2026-06-151-0/+3
* LinuxKPI: 802.11: lock down mac80211 downcallsBjoern A. Zeeb2026-06-142-10/+67
* linudebugfs: fix simple_attr_write_common() kernel bufferBjoern A. Zeeb2026-06-141-5/+2
* LinuxKPI: 802.11: force update of net80211 crypto key flagsBjoern A. Zeeb2026-06-141-4/+15
* LinuxKPI: 802.11: improve hw_crypto key operationsBjoern A. Zeeb2026-06-141-0/+16
* LinuxKPI: 802.11: set undefined link in TX control infoBjoern A. Zeeb2026-06-141-0/+4
* LinuxKPI: 802.11: add print masks for tx status flagsBjoern A. Zeeb2026-06-142-4/+15