index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
/
hostap
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
1
-0
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
3
-3
/
+0
2020-11-07
hostap: Remove in_atomic() check.
Sebastian Andrzej Siewior
1
-13
/
+2
2020-11-07
net: hostap: fix function cast warning
Arnd Bergmann
1
-12
/
+5
2020-10-16
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-28
/
+16
2020-09-30
net: hostap: Remove in_interrupt() usage
Sebastian Andrzej Siewior
1
-12
/
+0
2020-09-11
net: wireless: drop bogus CRYPTO_xxx Kconfig selects
Ard Biesheuvel
1
-4
/
+0
2020-09-01
hostap: Remove unused variable 'fc'
Lee Jones
1
-2
/
+1
2020-09-01
hostap: Remove set but unused variable 'hostscan'
Lee Jones
1
-2
/
+1
2020-09-01
hostap: hostap_ap: Mark 'txt' as __always_unused
Lee Jones
1
-1
/
+1
2020-09-01
hostap: Mark 'freq_list' as __maybe_unused
Lee Jones
1
-2
/
+4
2020-08-27
intersil: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-9
/
+9
2020-08-02
hostap: use generic power management
Vaibhav Gupta
2
-27
/
+13
2020-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-6
/
+6
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-0
/
+3
2020-05-07
Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-0
/
+2
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
1
-0
/
+22
2020-04-15
hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...
Jules Irenge
1
-0
/
+2
2020-03-26
hostap: convert to struct proc_ops
YueHaibing
1
-5
/
+5
2020-03-23
hostap: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
3
-10
/
+10
2020-01-26
hostap: Adjust indentation in prism2_hostapd_add_sta
Nathan Chancellor
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-25
/
+0
2019-09-06
hostap: use %*ph to print small buffer
Andy Shevchenko
2
-6
/
+3
2019-09-06
hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read
zhong jiang
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501
Thomas Gleixner
2
-10
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
3
-0
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-07-31
hostap: hide unused procfs helpers
YueHaibing
3
-18
/
+17
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-4
/
+5
2018-05-16
hostap: switch to proc_create_{seq,single}_data
Christoph Hellwig
3
-191
/
+39
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-14
/
+2
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-11
/
+9
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
2
-10
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
14
-0
/
+14
2017-08-03
hostap: Fix outdated comment about dev->destructor
Stefano Brivio
1
-2
/
+2
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-30
/
+23
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-5
/
+3
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
4
-9
/
+8
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
2
-8
/
+3
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-05-22
hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+8
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2
-2
/
+2
[next]