index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
/
p54
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+9
2026-01-27
wifi: p54: Fix memory leak in p54_beacon_update()
Zilin Guan
-1
/
+3
2025-09-04
wifi: mac80211: support parsing S1G TIM PVB
Lachlan Hodges
-1
/
+1
2025-07-24
wifi: Fix typos
Bjorn Helgaas
-2
/
+2
2025-06-24
wifi: cfg80211/mac80211: Add support to get radio index
Roopni Devanathan
-1
/
+2
2025-05-21
wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
Christian Lamparter
-4
/
+12
2024-09-18
wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
-3
/
+1
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
-1
/
+1
2024-06-12
wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_ti...
Wolfram Sang
-12
/
+12
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
-0
/
+4
2024-01-31
wifi: fill in MODULE_DESCRIPTION()s for p54spi
Breno Leitao
-0
/
+1
2024-01-11
wifi: p54: fix GCC format truncation warning with wiphy->fw_version
Kalle Valo
-1
/
+1
2023-10-12
wifi: p54: Annotate struct p54_cal_database with __counted_by
Kees Cook
-1
/
+1
2023-06-21
wifi: p54: Add missing MODULE_FIRMWARE macro
Juerg Haefliger
-0
/
+1
2022-11-22
wifi: p54: Replace zero-length array of trailing structs with flex-array
Kees Cook
-2
/
+2
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
-0
/
+1
2022-09-07
wifi: p54: Fix comment typo
Jason Wang
-1
/
+1
2022-07-18
wifi: p54: add missing parentheses in p54_flush()
Rustam Subkhankulov
-1
/
+1
2022-07-18
wifi: p54: Use the bitmap API to allocate bitmaps
Christophe JAILLET
-5
/
+3
2022-07-18
wifi: p54: Fix an error handling path in p54spi_probe()
Christophe JAILLET
-1
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
-1
/
+2
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
-1
/
+1
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
-1
/
+1
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
-2
/
+2
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
-3
/
+1
2021-11-26
mac80211: Use memset_after() to clear tx status
Kees Cook
-5
/
+1
2020-09-01
p54: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
-1
/
+3
2020-08-27
intersil: convert tasklets to use new tasklet_setup() API
Allen Pais
-4
/
+4
2020-08-02
intersil: fix wiki website url
Flavio Suligoi
-5
/
+5
2020-08-02
p54: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-30
/
+35
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-5
/
+5
2020-04-14
p54usb: add AirVasT USB stick device-id
Giuseppe Marco Randazzo
-0
/
+1
2020-03-23
p54: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-8
/
+8
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-32
/
+31
2019-06-26
Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...
David S. Miller
-32
/
+31
2019-06-25
p54: remove dead branch in op_conf_tx callback
Christian Lamparter
-6
/
+3
2019-06-25
p54usb: Fix race between disconnect and firmware loading
Alan Stern
-25
/
+18
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-48
/
+12
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
-42
/
+3
2019-05-28
p54: Support boottime in scan results
Christian Lamparter
-0
/
+6
2019-05-28
p54: fix crash during initialization
Christian Lamparter
-1
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-04-25
p54: drop device reference count if fails to enable device
Pan Bian
-1
/
+2
2018-09-10
p54: Use skb_peek_tail() instead of direct head pointer accesses.
David S. Miller
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-5
/
+7
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
[next]