index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow
Biao Huang
2
-10
/
+15
2022-07-15
net: stmmac: fix pm runtime issue in stmmac_dvr_remove()
Biao Huang
1
-2
/
+3
2022-07-15
stmmac: dwmac-mediatek: fix clock issue
Biao Huang
1
-28
/
+21
2022-07-15
octeontx2-af: Set NIX link credits based on max LMAC
Sunil Goutham
7
-9
/
+102
2022-07-15
octeontx2-af: Fixes static warnings
Ratheesh Kannoth
2
-15
/
+55
2022-07-15
net: dsa: qca8k: move driver to qca dir
Christian Marangi
6
-9
/
+9
2022-07-15
ip: Fix data-races around sysctl_ip_fwd_update_priority.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-15
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
wifi: mac80211_hwsim: fix TX link selection
Johannes Berg
1
-14
/
+33
2022-07-15
wifi: mac80211_hwsim: use MLO link ID for TX
Andrei Otcheretianski
1
-1
/
+50
2022-07-15
wifi: mac80211_hwsim: do rc update per link
Andrei Otcheretianski
1
-21
/
+42
2022-07-15
wifi: mac80211_hwsim: implement sta_state for MLO
Johannes Berg
1
-2
/
+18
2022-07-15
wifi: mac80211: remove link_id parameter from link_info_changed()
Gregory Greenman
1
-1
/
+2
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()
Gregory Greenman
8
-16
/
+16
2022-07-15
wifi: mac80211: replace link_id with link_conf in start/stop_ap()
Gregory Greenman
5
-15
/
+17
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
44
-53
/
+96
2022-07-15
wifi: mac80211: move ps setting to vif config
Johannes Berg
9
-13
/
+13
2022-07-15
wifi: mac80211: Align with Draft P802.11be_D2.0
Ilan Peer
1
-3
/
+3
2022-07-15
wifi: mac80211_hwsim: Ack link addressed frames
Andrei Otcheretianski
1
-1
/
+18
2022-07-15
wifi: mac80211: RCU-ify link/link_conf pointers
Johannes Berg
1
-5
/
+9
2022-07-15
wifi: cfg80211/mac80211: separate link params from station params
Shaul Triebitz
2
-18
/
+22
2022-07-15
wifi: mac80211_hwsim: Support link channel matching on rx
Andrei Otcheretianski
1
-6
/
+16
2022-07-15
wifi: mac80211_hwsim: use 32-bit skb cookie
Johannes Berg
1
-5
/
+5
2022-07-15
wifi: rsi: remove unused variable
Johannes Berg
1
-2
/
+0
2022-07-15
iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled
Suravee Suthikulpanit
1
-1
/
+6
2022-07-15
crypto: sa2ul - Check engine status before enabling
Andrew Davis
2
-8
/
+8
2022-07-15
crypto: sa2ul - Set the supported_algos bits individually
Andrew Davis
1
-1
/
+9
2022-07-15
crypto: atmel-tdes - initialize tdes_dd while declaring
Claudiu Beznea
1
-3
/
+1
2022-07-15
crypto: atmel-sha - initialize sha_dd while declaring
Claudiu Beznea
1
-3
/
+1
2022-07-15
crypto: caam/qi2 - switch to netif_napi_add_tx_weight()
Jakub Kicinski
2
-4
/
+5
2022-07-15
crypto: s5p-sss - Drop if with an always false condition
Uwe Kleine-König
1
-3
/
+0
2022-07-15
crypto: omap-sham - Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+1
2022-07-15
crypto: omap-des - Drop if with an always false condition
Uwe Kleine-König
1
-4
/
+0
2022-07-15
crypto: omap-aes - Drop if with an always false condition
Uwe Kleine-König
1
-4
/
+0
2022-07-15
crypto: atmel-tdes - Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+1
2022-07-15
crypto: atmel-sha - Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+1
2022-07-15
crypto: atmel-aes - Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+1
2022-07-15
crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()
Yuan Can
1
-0
/
+2
2022-07-15
iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled
Suravee Suthikulpanit
1
-0
/
+7
2022-07-15
iommu/amd: Set translation valid bit only when IO page tables are in use
Suravee Suthikulpanit
2
-3
/
+16
2022-07-15
iommu/amd: Introduce function to check and enable SNP
Brijesh Singh
2
-0
/
+44
2022-07-15
iommu/amd: Globally detect SNP support
Suravee Suthikulpanit
1
-2
/
+5
2022-07-15
iommu/amd: Process all IVHDs before enabling IOMMU features
Suravee Suthikulpanit
1
-6
/
+19
2022-07-15
iommu/amd: Introduce global variable for storing common EFR and EFR2
Suravee Suthikulpanit
2
-8
/
+40
2022-07-15
iommu/amd: Introduce Support for Extended Feature 2 Register
Suravee Suthikulpanit
2
-8
/
+20
2022-07-15
iommu/amd: Change macro for IOMMU control register bit shift to decimal value
Suravee Suthikulpanit
1
-21
/
+21
2022-07-15
iommu/exynos: Enable default VM instance on SysMMU v7
Sam Protsenko
1
-0
/
+16
2022-07-15
iommu/exynos: Add SysMMU v7 register set
Sam Protsenko
1
-3
/
+47
2022-07-15
iommu/exynos: Abstract non-common registers on different variants
Sam Protsenko
1
-40
/
+60
2022-07-15
iommu/exynos: Set correct dma mask for SysMMU v5+
Sam Protsenko
1
-0
/
+10
[prev]
[next]