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