index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
libertas_tf: get the MAC address before registering the device
Lubomir Rintel
1
-46
/
+11
2019-02-20
libertas_tf: don't defer firmware loading until start()
Lubomir Rintel
3
-32
/
+38
2019-02-20
libertas_tf: move hardware callbacks to a separate structure
Lubomir Rintel
4
-16
/
+25
2019-02-19
mwifiex: don't advertise IBSS features without FW support
Brian Norris
1
-3
/
+7
2019-02-19
mwifiex: Fix NL80211_TX_POWER_LIMITED
Adrian Bunk
3
-6
/
+19
2019-02-19
libertas_tf: remove set but not used variable 'flags'
YueHaibing
1
-2
/
+0
2019-02-19
libertas_tf: fix signal reporting
Lubomir Rintel
1
-1
/
+2
2019-02-19
libertas_tf: move the banner to a more appropriate place
Lubomir Rintel
1
-1
/
+1
2019-02-19
libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
Lubomir Rintel
1
-2
/
+0
2019-02-19
libertas_tf: lower the debug level of command trace
Lubomir Rintel
1
-4
/
+3
2019-02-08
mwifiex: don't print error message on coex event
Stefan Agner
1
-1
/
+1
2019-02-01
mwifiex: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-3
/
+2
2019-02-01
libertas: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+0
2019-02-01
libertas: fix indentation issue
Colin Ian King
1
-1
/
+1
2019-02-01
mwifiex: add support for sd8977 chipset
Hemantkumar Suthar
3
-1
/
+76
2019-02-01
libertas: add checks for the return value of sysfs_create_group
Kangjie Lu
1
-0
/
+5
2018-12-20
Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
4
-38
/
+69
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-53
/
+51
2018-12-13
mwifiex: add NL80211_STA_INFO_RX_BITRATE support
Brian Norris
2
-5
/
+34
2018-12-13
mwifiex: refactor mwifiex_parse_htinfo() for reuse
Brian Norris
1
-17
/
+19
2018-12-13
mwifiex: debugfs: correct histogram spacing, formatting
Brian Norris
1
-8
/
+6
2018-12-13
mwifiex: fix potential NULL dereference and use after free
Pan Bian
1
-8
/
+10
2018-12-13
Revert "mwifiex: restructure rx_reorder_tbl_lock usage"
Brian Norris
3
-53
/
+51
2018-11-06
mwifiex: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-11-06
libertas: remove set but not used variable 'int_type'
YueHaibing
1
-3
/
+1
2018-10-13
libertas: return errno from lbs_add_card()
Lubomir Rintel
5
-14
/
+20
2018-10-13
libertas: don't set URB_ZERO_PACKET on IN USB transfer
Lubomir Rintel
1
-2
/
+0
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2018-10-10
libertas: call into generic suspend code before turning off power
Daniel Mack
1
-0
/
+4
2018-08-31
mwifex: free rx_cmd skb in suspended state
Ganapathi Bhat
1
-0
/
+6
2018-08-31
mwifiex: do no submit URB in suspended state
Ganapathi Bhat
1
-0
/
+7
2018-08-31
libertas_tf: prevent underflow in process_cmdrequest()
Dan Carpenter
1
-2
/
+3
2018-07-31
mwifiex: Fix skipped vendor specific IEs
Roman Stratiienko
1
-1
/
+7
2018-07-31
mwifiex: use atomic bitops to represent adapter status variables
Ganapathi Bhat
15
-72
/
+91
2018-07-31
mwifiex: restructure rx_reorder_tbl_lock usage
Ganapathi Bhat
3
-51
/
+53
2018-07-31
mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lock
Ganapathi Bhat
3
-13
/
+10
2018-07-23
Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
7
-53
/
+71
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-5
/
+2
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-07-04
libertas: fix suspend and resume for SDIO connected cards
Daniel Mack
2
-6
/
+25
2018-06-27
libertas: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-4
/
+3
2018-06-27
libertas_tf: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-4
/
+4
2018-06-27
wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types
Omer Efrat
2
-13
/
+13
2018-06-27
mwifiex: uap: do not chok ethernet header in bridge path
Xinming Hu
1
-26
/
+26
2018-06-24
mwifiex: handle race during mwifiex_usb_disconnect
Ganapathi Bhat
1
-2
/
+2
2018-06-24
Revert "mwifiex: handle race during mwifiex_usb_disconnect"
Ganapathi Bhat
1
-3
/
+0
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-6
/
+7
2018-05-29
mwifiex: reserve passive scan time for radar channel
Xinming Hu
1
-3
/
+6
2018-05-29
mwifiex: increase log level for internal scan fail result
Xinming Hu
1
-1
/
+1
[next]