index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
ath9k: Don't trust TX status TID number when reporting airtime
Toke Høiland-Jørgensen
1
-3
/
+4
2019-04-29
ath6kl: remove redundant check of status != 0
Colin Ian King
1
-3
/
+0
2019-04-29
ath6kl: add some bounds checking
Dan Carpenter
1
-1
/
+9
2019-04-29
ath6kl: wmi: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-04-29
ath6kl: debug: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-04-29
ath10k: fix incorrect multicast/broadcast rate setting
Pradeep kumar Chitrapu
1
-3
/
+7
2019-04-29
ath10k: enable QCA6174 hw3.2 SDIO hardware
Wen Gong
3
-1
/
+29
2019-04-29
ath10k: add fragmentation handler for high latency devices
Wen Gong
2
-0
/
+243
2019-04-29
ath10k: add PN replay protection for high latency devices
Wen Gong
1
-2
/
+95
2019-04-29
ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND event
Wen Gong
1
-0
/
+46
2019-04-29
ath10k: add struct for high latency PN replay protection
Wen Gong
2
-4
/
+47
2019-04-23
ath10k: sdio: add missing error check
Erik Stromdahl
1
-0
/
+5
2019-04-23
ath10k: add initialization of HTC header
Alagu Sankar
1
-0
/
+1
2019-04-23
ath10k: fix use-after-free on SDIO data frames
Kalle Valo
1
-0
/
+7
2019-04-23
ath10k: htt: support MSDU ids with SDIO
Alagu Sankar
3
-1
/
+15
2019-04-23
ath10k: initialise struct ath10k_bus params to zero
Kalle Valo
5
-5
/
+5
2019-04-23
ath10k: htt: don't use txdone_fifo with SDIO
Alagu Sankar
1
-1
/
+3
2019-04-23
ath10k: don't disable interrupts in ath10k_sdio_remove()
Wen Gong
1
-2
/
+0
2019-04-23
ath10k: sdio: workaround firmware UART pin configuration bug
Wen Gong
2
-1
/
+14
2019-04-19
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
4
-8
/
+8
2019-04-19
net: phy: add support for reset-controller
David Bauer
3
-4
/
+37
2019-04-19
dt-bindings: net: add PHY reset controller binding
David Bauer
1
-0
/
+6
2019-04-19
net: skb: remove unused asserts
Jakub Kicinski
1
-2
/
+0
2019-04-19
net: gemini: remove unnecessary assert
Jakub Kicinski
1
-2
/
+0
2019-04-19
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
1
-6
/
+11
2019-04-19
sb1000: fix variable set but not used warnings
Jakub Kicinski
1
-6
/
+3
2019-04-19
l2tp: fix set but not used variable
Jakub Kicinski
1
-2
/
+1
2019-04-19
ipv6: Add rate limit mask for ICMPv6 messages
Stephen Suryaputra
6
-10
/
+60
2019-04-19
net: phy: remove dead code from phy_sanitize_settings
Heiner Kallweit
1
-4
/
+0
2019-04-19
net: phy: don't set autoneg if it's not supported
Heiner Kallweit
1
-0
/
+4
2019-04-18
ice: Calculate ITR increment based on direct calculation
Brett Creeley
1
-72
/
+63
2019-04-18
ice: Bump driver version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Add code to control FW LLDP and DCBX
Anirudh Venkataramanan
5
-2
/
+159
2019-04-18
ice: Add code for DCB rebuild
Anirudh Venkataramanan
3
-0
/
+85
2019-04-18
ice: Add code to get DCB related statistics
Anirudh Venkataramanan
6
-2
/
+86
2019-04-18
ice: Add priority information into VLAN header
Anirudh Venkataramanan
4
-3
/
+54
2019-04-18
ice: Update rings based on TC information
Anirudh Venkataramanan
5
-0
/
+52
2019-04-18
ice: Add code to process LLDP MIB change events
Anirudh Venkataramanan
5
-3
/
+47
2019-04-18
ice: Add code for DCB initialization part 4/4
Anirudh Venkataramanan
2
-2
/
+81
2019-04-18
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
14
-82
/
+997
2019-04-18
ice: Add code for DCB initialization part 2/4
Anirudh Venkataramanan
6
-1
/
+1057
2019-04-18
ice: Add code for DCB initialization part 1/4
Anirudh Venkataramanan
10
-0
/
+230
2019-04-18
ice: Bump version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
16
-294
/
+294
2019-04-18
ice: Fix typos in code comments
Anirudh Venkataramanan
4
-6
/
+6
2019-04-18
rtlwifi: rtl8188ee: Remove extraneous file
Larry Finger
1
-10
/
+0
2019-04-18
net ipv6: Prevent neighbor add if protocol is disabled on device
David Ahern
3
-0
/
+24
2019-04-18
ipv6: Add fib6_type and fib6_flags to fib6_result
David Ahern
4
-39
/
+52
2019-04-18
ipv6: Pass fib6_result to fib lookups
David Ahern
7
-53
/
+46
2019-04-18
ipv6: Pass fib6_result to fib6_table_lookup tracepoint
David Ahern
2
-11
/
+11
[next]