index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
/
hostap
Age
Commit message (
Expand
)
Author
2020-11-07
hostap: Remove in_atomic() check.
Sebastian Andrzej Siewior
2020-11-07
net: hostap: fix function cast warning
Arnd Bergmann
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-09-29
net: hostap: Remove in_interrupt() usage
Sebastian Andrzej Siewior
2020-09-11
net: wireless: drop bogus CRYPTO_xxx Kconfig selects
Ard Biesheuvel
2020-09-01
hostap: Remove unused variable 'fc'
Lee Jones
2020-09-01
hostap: Remove set but unused variable 'hostscan'
Lee Jones
2020-09-01
hostap: hostap_ap: Mark 'txt' as __always_unused
Lee Jones
2020-09-01
hostap: Mark 'freq_list' as __maybe_unused
Lee Jones
2020-08-27
intersil: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-02
hostap: use generic power management
Vaibhav Gupta
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
2020-05-07
Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
2020-04-15
hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...
Jules Irenge
2020-03-26
hostap: convert to struct proc_ops
YueHaibing
2020-03-23
hostap: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-01-26
hostap: Adjust indentation in prism2_hostapd_add_sta
Nathan Chancellor
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2019-09-06
hostap: use %*ph to print small buffer
Andy Shevchenko
2019-09-06
hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read
zhong jiang
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-07-31
hostap: hide unused procfs helpers
YueHaibing
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-16
hostap: switch to proc_create_{seq,single}_data
Christoph Hellwig
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-03
hostap: Fix outdated comment about dev->destructor
Stefano Brivio
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-05-22
hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
Elena Reshetova
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-17
wireless: fix bogus maybe-uninitialized warning
Arnd Bergmann
2016-10-20
net: use core MTU range checking in wireless drivers
Jarod Wilson
[next]