index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-28
mwifiex: pcie: remove unnecessary 'pdev' check
Brian Norris
1
-8
/
+5
2017-07-28
mwifiex: pcie: disable device DMA before unmapping/freeing buffers
Brian Norris
1
-7
/
+9
2017-07-28
mwifiex: debugfs: allow card_reset() to cancel things
Brian Norris
1
-2
/
+0
2017-07-28
mwifiex: pcie: unify MSI-X / non-MSI-X interrupt process
Brian Norris
1
-65
/
+3
2017-07-28
mwifiex: pcie: remove unnecessary masks
Brian Norris
1
-4
/
+0
2017-07-28
mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()
Brian Norris
3
-7
/
+6
2017-07-28
mwifiex: don't open-code ARRAY_SIZE()
Brian Norris
3
-12
/
+5
2017-07-28
mwifiex: utilize netif_tx_{wake,stop}_all_queues()
Brian Norris
1
-18
/
+2
2017-07-28
mwifiex: make mwifiex_free_cmd_buffer() return void
Brian Norris
2
-5
/
+3
2017-07-28
mwifiex: fix misnomers in mwifiex_free_lock_list()
Brian Norris
1
-6
/
+3
2017-07-28
mwifiex: ensure "disable auto DS" struct is initialized
Brian Norris
1
-3
/
+3
2017-07-28
mwifiex: fixup init_channel_scan_gap error case
Brian Norris
1
-1
/
+2
2017-07-28
mwifiex: don't short-circuit netdev notifiers on interface deletion
Brian Norris
1
-4
/
+0
2017-07-28
mwifiex: unregister wiphy before freeing resources
Brian Norris
3
-1
/
+10
2017-07-28
mwifiex: re-register wiphy across reset
Brian Norris
1
-3
/
+4
2017-07-28
mwifiex: pcie: don't allow cmd buffer reuse after reset
Brian Norris
1
-1
/
+2
2017-07-28
mwifiex: reset interrupt status across device reset
Brian Norris
1
-0
/
+1
2017-07-28
mwifiex: reunite copy-and-pasted remove/reset code
Brian Norris
1
-76
/
+28
2017-07-27
mwifiex: correct channel stat buffer overflows
Brian Norris
2
-1
/
+7
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-29
/
+42
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
39
-963
/
+845
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-31
/
+44
2017-06-30
mwifiex: do not update MCS set from hostapd
Ganapathi Bhat
2
-27
/
+0
2017-06-28
mwifiex: fix spelling mistake: "secuirty" -> "security"
Colin Ian King
1
-1
/
+1
2017-06-28
libertas: Fix lbs_prb_rsp_limit_set()
Dan Carpenter
1
-2
/
+3
2017-06-28
mwifiex: Do not change bss_type in change_virtual_intf
Ganapathi Bhat
1
-4
/
+0
2017-06-25
Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...
David S. Miller
6
-9
/
+8
2017-06-21
mwifiex: debugfs: remove redunant check of mwifiex_dfs_dir
Shawn Lin
1
-2
/
+1
2017-06-21
mwifiex: fixes the unexpected be printed log by default
Caesar Wang
1
-1
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-2
/
+1
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
2
-2
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-20
/
+20
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
4
-15
/
+9
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
2
-4
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-13
networking: use skb_put_zero()
Johannes Berg
1
-2
/
+2
2017-06-13
mwifiex: Replace semaphore async_sem with mutex
Binoy Jayan
3
-4
/
+4
2017-06-13
mwifiex: make function mwifiex_ret_pkt_aggr_ctrl static
Colin Ian King
1
-2
/
+2
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-06-01
mwifiex: uap: process remain on channel expired event
Xinming Hu
1
-0
/
+11
2017-06-01
mwifiex: simplify the code around ra_list
Shawn Lin
2
-11
/
+4
2017-05-31
mwifiex: check next packet length for usb tx aggregation
Xinming Hu
3
-12
/
+12
2017-05-31
mwifiex: usb: add timer to flush aggregation packets
Xinming Hu
2
-79
/
+193
2017-05-31
mwifiex: usb: transmit aggregation packets
Xinming Hu
7
-53
/
+382
2017-05-31
mwifiex: usb: kill urb before free its memory
Xinming Hu
1
-0
/
+1
2017-05-31
mwifiex: use variable interface header length
Xinming Hu
9
-37
/
+38
2017-05-24
libertas: Remove function entry/exit debugging
Kees Cook
13
-502
/
+24
2017-05-24
libertas: Avoid reading past end of buffer
Kees Cook
1
-16
/
+10
2017-05-19
mwifiex: add missing USB-descriptor endianness conversion
Johan Hovold
1
-1
/
+2
[prev]
[next]