index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wl1251
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-01
wl1251: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-54
/
+5
2018-03-25
Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...
David S. Miller
1
-18
/
+84
2018-03-15
net: drivers/net: Remove unnecessary skb_copy_expand OOM messages
Joe Perches
1
-3
/
+1
2018-02-27
wl1251: Set generated MAC address back to NVS data
Pali Rohár
1
-0
/
+17
2018-02-27
wl1251: Parse and use MAC address from supplied NVS data
Pali Rohár
1
-8
/
+47
2018-02-27
wl1251: Generate random MAC address only if driver does not have valid
Pali Rohár
1
-9
/
+18
2018-02-27
wl1251: Update wl->nvs_len after wl->nvs is valid
Pali Rohár
1
-2
/
+3
2018-01-08
wl1251: check return from call to wl1251_acx_arp_ip_filter
Colin Ian King
1
-2
/
+1
2017-12-07
wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -EN...
Colin Ian King
1
-3
/
+1
2017-11-27
mac80211: use QoS NDP for AP probing
Johannes Berg
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-08-31
wl1251: add a missing spin_lock_init()
Cong Wang
1
-0
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-2
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
1
-1
/
+1
2017-02-08
mac80211: Pass new RSSI level in CQM RSSI notification
Andrzej Zaborowski
1
-2
/
+2
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
1
-2
/
+0
2016-07-06
mac80211: Add support for beacon report radio measurement
Avraham Stern
2
-2
/
+10
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
2
-2
/
+2
2016-04-07
wl1251: use to_delayed_work()
Geliang Tang
1
-1
/
+1
2015-11-18
ti: unify Kconfig with other vendors
Kalle Valo
1
-1
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-06-23
Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...
David S. Miller
1
-3
/
+0
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-1
/
+2
2015-06-08
wl1251: drop unneeded goto
Julia Lawall
1
-3
/
+0
2015-04-24
mac80211: remove support for IFF_PROMISC
Johannes Berg
1
-7
/
+2
2015-04-07
wl1251: Fix typo in MODULE_DESCRIPTION in wl1251/main.c
Masanari Iida
1
-1
/
+1
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2014-12-15
mac80211: move U-APSD enablement to vif flags
Johannes Berg
1
-3
/
+2
2014-11-19
mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
Johannes Berg
1
-1
/
+1
2014-08-25
net: wireless: wl1251: Remove unnecessary free_irq
Himangi Saraogi
1
-1
/
+0
2014-06-25
mac80211: support more than one band in scan request
David Spinadel
1
-1
/
+2
2014-05-16
drivers/net/wireless/ti/wl*/spi.c: Simplify CRC computation
George Spelvin
1
-22
/
+21
2014-05-16
lib/crc7: Shift crc7() output left 1 bit
George Spelvin
3
-4
/
+1
2014-05-13
wl1251: only call ieee80211_beacon_loss in managed mode
Grazvydas Ignotas
1
-2
/
+3
2014-05-13
wl1251: fix mixed up args for join
Grazvydas Ignotas
1
-2
/
+2
2014-05-13
wl1251: fix null data for IBSS
Grazvydas Ignotas
1
-14
/
+37
2014-05-13
Revert "wl1251: enforce changed hw encryption support on monitor state change"
Grazvydas Ignotas
1
-13
/
+0
2014-03-04
Drivers:net:wireless:ti:wl1251: Fixed Sparse invalid assignment warning
Surendra Patil
1
-1
/
+1
2014-03-03
wl1251: use skb_trim to make skb shorter
Ivaylo Dimitrov
1
-1
/
+1
2014-02-28
wl1251: spi: add device tree support
Sebastian Reichel
1
-6
/
+17
2014-02-28
wl1251: spi: add vio regulator support
Sebastian Reichel
2
-2
/
+19
2014-02-28
wl1251: move power GPIO handling into the driver
Sebastian Reichel
3
-18
/
+38
2014-02-28
wl1251: split wl251 platform data to a separate structure
Luciano Coelho
2
-7
/
+7
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+0
2014-01-13
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-1
/
+0
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-49
/
+354
2014-01-09
wl1251: fix NULL pointer dereference
Pavel Machek
1
-1
/
+1
2014-01-09
wl1251: add nvs file name to module firmware list
Pavel Machek
1
-0
/
+1
2014-01-09
wl1251: enforce changed hw encryption support on monitor state change
David Gnedt
1
-0
/
+13
[next]