index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
/
common.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-29
ath11k: Avoid NULL ptr access during mgmt tx cleanup
Sriram R
1
-15
/
+20
2021-11-26
wcn36xx: Use correct SSN for ADD BA request
Loic Poulain
3
-10
/
+44
2021-11-26
ath11k: Use host CE parameters for CE interrupts configuration
Anilkumar Kolli
1
-8
/
+8
2021-11-24
ath11k: Use memset_startat() for clearing queue descriptors
Kees Cook
1
-7
/
+6
2021-11-24
ath11k: Fix spelling mistake "detetction" -> "detection"
Colin Ian King
1
-1
/
+1
2021-11-24
Revert "ath11k: add read variant from SMBIOS for download board data"
Kalle Valo
3
-96
/
+0
2021-11-22
ath11k: Fix mon status ring rx tlv processing
Anilkumar Kolli
1
-7
/
+7
2021-11-22
ath11k: add read variant from SMBIOS for download board data
Wen Gong
3
-0
/
+96
2021-11-22
ath11k: skip sending vdev down for channel switch
Wen Gong
1
-31
/
+1
2021-11-22
ath11k: fix read fail for htt_stats and htt_peer_stats for single pdev
Wen Gong
6
-3
/
+86
2021-11-22
ath11k: calculate the correct NSS of peer for HE capabilities
Wen Gong
1
-1
/
+36
2021-11-22
ath11k: change to treat alpha code na as world wide regdomain
Wen Gong
1
-1
/
+7
2021-11-22
ath11k: Set IRQ affinity to CPU0 in case of one MSI vector
Baochen Qiang
1
-2
/
+23
2021-11-22
ath11k: do not restore ASPM in case of single MSI vector
Carl Huang
1
-1
/
+7
2021-11-22
ath11k: add support one MSI vector
Carl Huang
2
-15
/
+51
2021-11-22
ath11k: refactor multiple MSI vector implementation
Carl Huang
2
-8
/
+43
2021-11-22
ath11k: use ATH11K_PCI_IRQ_DP_OFFSET for DP IRQ
Carl Huang
1
-4
/
+4
2021-11-22
ath11k: add CE and ext IRQ flag to indicate irq_handler
Carl Huang
2
-0
/
+18
2021-11-22
ath11k: get msi_data again after request_irq is called
Carl Huang
1
-0
/
+30
2021-11-19
ath9k: fix intr_txqs setting
Peter Seiderer
1
-1
/
+1
2021-11-19
ath11k: add hw_param for wakeup_mhi
Seevalamuthu Mariappan
3
-4
/
+14
2021-11-18
ptp: ocp: Fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-4
/
+5
2021-11-18
lan78xx: Introduce NAPI polling support
John Efstathiades
1
-68
/
+114
2021-11-18
lan78xx: Remove hardware-specific header update
John Efstathiades
1
-35
/
+16
2021-11-18
lan78xx: Re-order rx_submit() to remove forward declaration
John Efstathiades
1
-54
/
+52
2021-11-18
lan78xx: Introduce Rx URB processing improvements
John Efstathiades
1
-116
/
+166
2021-11-18
lan78xx: Introduce Tx URB processing improvements
John Efstathiades
1
-213
/
+461
2021-11-18
lan78xx: Fix memory allocation bug
John Efstathiades
1
-17
/
+21
2021-11-18
net: dsa: felix: restrict psfp rules on ingress port
Xiaoliang Yang
3
-32
/
+163
2021-11-18
net: dsa: felix: use vcap policer to set flow meter for psfp
Xiaoliang Yang
1
-1
/
+31
2021-11-18
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
8
-38
/
+123
2021-11-18
net: dsa: felix: add stream gate settings for psfp
Xiaoliang Yang
1
-4
/
+213
2021-11-18
net: dsa: felix: support psfp filter on vsc9959
Xiaoliang Yang
3
-10
/
+451
2021-11-18
net: mscc: ocelot: add gate and police action offload to PSFP
Xiaoliang Yang
4
-2
/
+59
2021-11-18
net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
Xiaoliang Yang
1
-3
/
+14
2021-11-18
net: mscc: ocelot: add MAC table stream learn and lookup operations
Xiaoliang Yang
3
-19
/
+97
2021-11-18
net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...
Teng Qi
1
-0
/
+4
2021-11-18
mctp/test: Update refcount checking in route fragment tests
Jeremy Kerr
1
-5
/
+0
2021-11-18
ipv6: ah6: use swap() to make code cleaner
Yao Jing
1
-4
/
+1
2021-11-18
net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...
zhangyue
1
-13
/
+17
2021-11-18
tcp: add missing htmldocs for skb->ll_node and sk->defer_list
Eric Dumazet
2
-0
/
+2
2021-11-18
net: mdio: Replaced BUG_ON() with WARN()
Florian Fainelli
1
-6
/
+10
2021-11-18
ipv6: check return value of ipv6_skip_exthdr
Jordy Zomer
1
-0
/
+6
2021-11-18
e100: fix device suspend/resume
Jesse Brandeburg
1
-5
/
+13
2021-11-18
net: dpaa2-mac: use phylink_generic_validate()
Russell King (Oracle)
1
-48
/
+5
2021-11-18
net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()
Russell King (Oracle)
1
-35
/
+0
2021-11-18
net: dpaa2-mac: populate supported_interfaces member
Russell King
1
-0
/
+21
2021-11-18
net: ag71xx: use phylink_generic_validate()
Russell King (Oracle)
1
-28
/
+3
2021-11-18
net: ag71xx: remove interface checks in ag71xx_mac_validate()
Russell King (Oracle)
1
-40
/
+1
2021-11-18
net: ag71xx: populate supported_interfaces member
Russell King
1
-0
/
+26
[next]