summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski3-0/+18
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea3-0/+16
2026-08-06MAINTAINERS: dpll: zl3073x: replace Prathosh Satish with Min LiIvan Vecera1-1/+1
2026-08-06sctp: clear control chunk transport if it is being removedXin Long1-0/+4
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet1-5/+9
2026-08-06s390/ism: Fix UAF of sba and ieq during ism_dev_exit()Alexandra Winter1-4/+15
2026-08-06Merge branch 'net-fix-hard_header_len-races-in-packet-send-paths'Jakub Kicinski2-25/+31
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang2-12/+20
2026-08-06net: remove CAP_SYS_RAWIO zero-padding in dev_validate_headerQihang Tang1-5/+0
2026-08-06bnge: Fix resource leak in bnge_init_nic() error pathBhargava Marreddy1-2/+0
2026-08-06fjes: cancel force_close_task in fjes_remove()Fan Wu1-0/+2
2026-08-06fjes: unregister the netdev before destroying the workqueuesFan Wu1-6/+3
2026-08-06phy: freescale: fsl-samsung-hdmi: Balance runtime PM operationsFabio Estevam1-0/+3
2026-08-06ptp: ocp: Fix board ID over-readAhmad Byagowi1-1/+3
2026-08-06ASoC: wm8904: don't use "/**" for non-kernel-doc commentsRandy Dunlap1-2/+2
2026-08-06ASoC: qcom: audioreach: use C-style "/*" commentRandy Dunlap1-1/+1
2026-08-06ASoC: soc-acpi: fix all kernel-doc warningsRandy Dunlap1-11/+12
2026-08-06ASoC: SDCA: correct enum names and add a missing struct fieldRandy Dunlap1-2/+4
2026-08-06ASoC: uniphier: don't use "/**" for non-kernel-doc commentRandy Dunlap1-1/+1
2026-08-06ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warningsRandy Dunlap1-1/+7
2026-08-06ASoC: fsl_easrc: use struct keyword on structsRandy Dunlap1-2/+2
2026-08-06ASoC: fsl-dma: fix all kernel-doc warningsRandy Dunlap1-2/+2
2026-08-06ASoC: fsl_asrc: avoid kernel-doc warningsRandy Dunlap1-3/+3
2026-08-06ASoC: codecs: NeoFidelity: repair the kernel-doc formatRandy Dunlap1-5/+6
2026-08-06perf trace-event: Fix buffer overflow in read_string()Tanushree Shah1-0/+5
2026-08-06phy: phy-can-transceiver: default silent GPIO to high during probeHaibo Chen1-1/+1
2026-08-06ALSA: portman2x4: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mts64: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: virmidi: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: serial-u16550: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mpu401: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: aloop: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ASoC: tac5xx2-sdw: remove firmware check restrictionNiranjan H Y1-21/+5
2026-08-06ASoC: tac5xx2-sdw: add rev_id 0x30 supportNiranjan H Y1-7/+51
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean2-0/+59
2026-08-06phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rateJonas Karlman1-16/+1
2026-08-06phy: rockchip: inno-hdmi: Add configure() and validate() opsJonas Karlman1-1/+61
2026-08-06phy: rockchip: phy-rockchip-inno-csidphy: add clock lane phase tuningGerald Loacker1-0/+25
2026-08-06dt-bindings: phy: rockchip-inno-csi-dphy: add rockchip,clk-lane-phase propertyGerald Loacker1-0/+10
2026-08-06phy: rockchip: phy-rockchip-inno-csidphy: fix rk1808 hsfreq tableGerald Loacker1-1/+1
2026-08-06phy: sunplus: fix error handling in sp_uphy_init()Felix Gu1-3/+3
2026-08-06phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failureFelix Gu1-1/+0
2026-08-06Merge branch 'tls-fix-plaintext-sk_msg-ring-over-fill'Jakub Kicinski2-0/+51
2026-08-06selftests: tls: add a test for splicing onto a full plaintext recordchanyoung1-0/+37
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung1-0/+14
2026-08-06drm/amd/display: Refactor stream validationIvan Lipski3-132/+346
2026-08-07ata: pata_sl82c105: fix bridge revision use-after-freeHongyan Xu1-1/+3
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-06Merge branch 'mptcp-misc-fixes-for-v7-2-rc6'Jakub Kicinski8-19/+101