index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
net: avoid theoretical races with ref drain
Jakub Kicinski
3
-0
/
+18
2026-08-06
net: Defer netdev KOBJ_ADD uevent until the device is published
Dragos Tatulea
3
-0
/
+16
2026-08-06
MAINTAINERS: dpll: zl3073x: replace Prathosh Satish with Min Li
Ivan Vecera
1
-1
/
+1
2026-08-06
sctp: clear control chunk transport if it is being removed
Xin Long
1
-0
/
+4
2026-08-06
net/atm: fix slab-out-of-bounds read in vcc_setsockopt()
Eric Dumazet
1
-5
/
+9
2026-08-06
s390/ism: Fix UAF of sba and ieq during ism_dev_exit()
Alexandra Winter
1
-4
/
+15
2026-08-06
Merge branch 'net-fix-hard_header_len-races-in-packet-send-paths'
Jakub Kicinski
2
-25
/
+31
2026-08-06
packet: use consistent hard_header_len in TX_RING send path
Qihang Tang
1
-8
/
+11
2026-08-06
packet: use consistent hard_header_len in non-ring send paths
Qihang Tang
2
-12
/
+20
2026-08-06
net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header
Qihang Tang
1
-5
/
+0
2026-08-06
bnge: Fix resource leak in bnge_init_nic() error path
Bhargava Marreddy
1
-2
/
+0
2026-08-06
fjes: cancel force_close_task in fjes_remove()
Fan Wu
1
-0
/
+2
2026-08-06
fjes: unregister the netdev before destroying the workqueues
Fan Wu
1
-6
/
+3
2026-08-06
phy: freescale: fsl-samsung-hdmi: Balance runtime PM operations
Fabio Estevam
1
-0
/
+3
2026-08-06
ptp: ocp: Fix board ID over-read
Ahmad Byagowi
1
-1
/
+3
2026-08-06
ASoC: wm8904: don't use "/**" for non-kernel-doc comments
Randy Dunlap
1
-2
/
+2
2026-08-06
ASoC: qcom: audioreach: use C-style "/*" comment
Randy Dunlap
1
-1
/
+1
2026-08-06
ASoC: soc-acpi: fix all kernel-doc warnings
Randy Dunlap
1
-11
/
+12
2026-08-06
ASoC: SDCA: correct enum names and add a missing struct field
Randy Dunlap
1
-2
/
+4
2026-08-06
ASoC: uniphier: don't use "/**" for non-kernel-doc comment
Randy Dunlap
1
-1
/
+1
2026-08-06
ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warnings
Randy Dunlap
1
-1
/
+7
2026-08-06
ASoC: fsl_easrc: use struct keyword on structs
Randy Dunlap
1
-2
/
+2
2026-08-06
ASoC: fsl-dma: fix all kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2026-08-06
ASoC: fsl_asrc: avoid kernel-doc warnings
Randy Dunlap
1
-3
/
+3
2026-08-06
ASoC: codecs: NeoFidelity: repair the kernel-doc format
Randy Dunlap
1
-5
/
+6
2026-08-06
perf trace-event: Fix buffer overflow in read_string()
Tanushree Shah
1
-0
/
+5
2026-08-06
phy: phy-can-transceiver: default silent GPIO to high during probe
Haibo Chen
1
-1
/
+1
2026-08-06
ALSA: portman2x4: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ALSA: mts64: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ALSA: virmidi: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ALSA: serial-u16550: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ALSA: mpu401: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ALSA: aloop: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-06
ASoC: tac5xx2-sdw: remove firmware check restriction
Niranjan H Y
1
-21
/
+5
2026-08-06
ASoC: tac5xx2-sdw: add rev_id 0x30 support
Niranjan H Y
1
-7
/
+51
2026-08-06
tls: rx: restore msg_iter before TLS 1.3 optimistic retry
Jérémy Jean
2
-0
/
+59
2026-08-06
phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate
Jonas Karlman
1
-16
/
+1
2026-08-06
phy: rockchip: inno-hdmi: Add configure() and validate() ops
Jonas Karlman
1
-1
/
+61
2026-08-06
phy: rockchip: phy-rockchip-inno-csidphy: add clock lane phase tuning
Gerald Loacker
1
-0
/
+25
2026-08-06
dt-bindings: phy: rockchip-inno-csi-dphy: add rockchip,clk-lane-phase property
Gerald Loacker
1
-0
/
+10
2026-08-06
phy: rockchip: phy-rockchip-inno-csidphy: fix rk1808 hsfreq table
Gerald Loacker
1
-1
/
+1
2026-08-06
phy: sunplus: fix error handling in sp_uphy_init()
Felix Gu
1
-3
/
+3
2026-08-06
phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure
Felix Gu
1
-1
/
+0
2026-08-06
Merge branch 'tls-fix-plaintext-sk_msg-ring-over-fill'
Jakub Kicinski
2
-0
/
+51
2026-08-06
selftests: tls: add a test for splicing onto a full plaintext record
chanyoung
1
-0
/
+37
2026-08-06
tls: don't leave a full plaintext sk_msg ring unpushed
chanyoung
1
-0
/
+14
2026-08-06
drm/amd/display: Refactor stream validation
Ivan Lipski
3
-132
/
+346
2026-08-07
ata: pata_sl82c105: fix bridge revision use-after-free
Hongyan Xu
1
-1
/
+3
2026-08-06
xdp: reject clones that overrun skb_shared_info tailroom
Zhiling Zou
1
-1
/
+1
2026-08-06
Merge branch 'mptcp-misc-fixes-for-v7-2-rc6'
Jakub Kicinski
8
-19
/
+101
[prev]
[next]