index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6656: Remove filenames in files
Aldas Taraškevičius
2021-08-28
23
-45
/
+0
*
staging: vt665X: remove unused CONFIG_PATH
Greg Kroah-Hartman
2021-07-30
1
-2
/
+0
*
staging: vt6656: Fix alignment of function args
Florian Ziegler
2021-03-10
1
-1
/
+2
*
staging: vt6656: Fixed issue with alignment in rf.c
Pritthijit Nath
2021-02-12
1
-1
/
+1
*
staging: vt665x: fix alignment constraints
Arnd Bergmann
2021-02-06
1
-3
/
+3
*
staging: vt6656: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-23
1
-0
/
+1
*
staging: vt6655: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
2
-2
/
+2
*
staging: vt6656: Fix warning: unused variable vnt_frame_time
Malcolm Priestley
2020-05-27
1
-4
/
+0
*
staging: vt6656: Move vnt_tx_usb_header to vnt_tx_context
Malcolm Priestley
2020-05-27
6
-43
/
+31
*
staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff.
Malcolm Priestley
2020-05-27
1
-6
/
+11
*
staging: vt6656: Fix vnt_tx_usb_header static checker warning
Malcolm Priestley
2020-05-27
2
-11
/
+6
*
staging: vt6656: move key frag controls to vnt_fill_txkey
Malcolm Priestley
2020-05-22
1
-18
/
+5
*
staging: vt6656: Move calling point of vnt_fill_txkey.
Malcolm Priestley
2020-05-22
1
-96
/
+95
*
staging: vt6656: Move tx_key inside vnt_fill_txkey.
Malcolm Priestley
2020-05-22
1
-4
/
+3
*
staging: vt6656: move tx_body_size/payload_len to skb->len
Malcolm Priestley
2020-05-22
1
-5
/
+5
*
staging: vt6656: Move key_buffer inside vnt_fill_txkey.
Malcolm Priestley
2020-05-22
1
-9
/
+9
*
staging: vt6656: rxtx use ieee80211_tx_info for rts/cts control
Malcolm Priestley
2020-05-22
1
-14
/
+10
*
staging: vt6656: use ieee80211_tx_info to replace need_mic
Malcolm Priestley
2020-05-22
1
-16
/
+23
*
staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkey
Malcolm Priestley
2020-05-22
1
-22
/
+15
*
staging: vt6656: rxtx remove unused need_ack
Malcolm Priestley
2020-05-22
2
-5
/
+1
*
staging: vt6656: remove ieee80211_hdr from vnt_usb_send_context.
Malcolm Priestley
2020-05-22
2
-5
/
+1
*
staging: vt6656: use usb_anchor for tx queue.
Malcolm Priestley
2020-05-19
3
-17
/
+17
*
staging: vt6656: vnt_usb_send_context remove variable data.
Malcolm Priestley
2020-05-19
3
-4
/
+5
*
staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.
Malcolm Priestley
2020-05-19
2
-17
/
+10
*
staging: vt6656: Use sk_buff buffer for tx header
Malcolm Priestley
2020-05-19
5
-42
/
+61
*
staging: vt6656: vt6655: removing unused macros definition Makefiles
Matej Dujava
2020-05-15
1
-3
/
+0
*
staging: vt6656: Remove logically dead code
Oscar Carter
2020-05-13
1
-17
/
+0
*
staging: vt6656: remove difs / sifs adjustments.
Malcolm Priestley
2020-05-13
1
-32
/
+0
*
staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.
Malcolm Priestley
2020-05-13
1
-108
/
+5
*
staging: vt6656: Split RTS and CTS Duration functions
Malcolm Priestley
2020-05-13
1
-40
/
+16
*
staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_ctstoself_duration
Malcolm Priestley
2020-05-13
1
-29
/
+3
*
staging: vt6656: vnt_rxtx_rsvtime_le16 to use ieee80211_generic_frame_duration.
Malcolm Priestley
2020-05-13
1
-18
/
+14
*
staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_rts_duration
Malcolm Priestley
2020-05-13
1
-15
/
+5
*
staging: vt6656: Use const for read only data
Oscar Carter
2020-05-05
3
-7
/
+11
*
staging: vt6656: refactor power save operation
Malcolm Priestley
2020-05-05
4
-27
/
+11
*
staging: vt6656: Return on isr0 when zero.
Malcolm Priestley
2020-05-05
1
-24
/
+23
*
staging: vt6656: use struct wiphy retry short and long settings.
Malcolm Priestley
2020-05-05
2
-9
/
+2
*
staging: vt6656: return all key calls to mac80211 stack.
Malcolm Priestley
2020-05-05
1
-11
/
+9
*
staging: vt6656 remove vnt_mac_disable_keyentry calls
Malcolm Priestley
2020-05-05
1
-9
/
+1
*
staging: vt6656: vnt_set_keymode simplify key modes.
Malcolm Priestley
2020-05-05
2
-22
/
+16
*
staging: vt6656: Refactor the vnt_rf_table_download function
Oscar Carter
2020-05-05
1
-42
/
+69
*
staging: vt6656: Refactor the vnt_set_bss_mode function
Oscar Carter
2020-05-05
1
-37
/
+31
*
staging: vt6656: Check the return values in vnt_set_bss_mode function
Oscar Carter
2020-05-05
1
-7
/
+14
*
staging: vt6656: Remove duplicate code in vnt_rf_table_download
Oscar Carter
2020-04-28
1
-53
/
+12
*
staging: vt6656: Use return instead of goto
Oscar Carter
2020-04-28
1
-8
/
+7
*
staging: vt6656: Remove the local variable "array"
Oscar Carter
2020-04-28
1
-16
/
+5
*
staging: vt6656: Remove preamble_type setting from vnt_tx_packet.
Malcolm Priestley
2020-04-28
1
-5
/
+0
*
staging: vt6656: Remove set short time in vnt_init_registers.
Malcolm Priestley
2020-04-28
1
-13
/
+0
*
staging: vt6656: rxtx: remove duration_id and void returns.
Malcolm Priestley
2020-04-28
1
-42
/
+42
*
staging: vt6656: Add formula to the vnt_rf_addpower function
Oscar Carter
2020-04-28
1
-15
/
+8
[next]