summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-11ip6_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet
2026-06-12crypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang
2026-06-12crypto: rng - Free default RNG on module exitHerbert Xu
2026-06-12crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS modeIlya Dryomov
2026-06-12hwrng: jh7110 - fix refcount leak in starfive_trng_read()Wentao Liang
2026-06-12crypto: atmel-ecc - drop dead code in atmel_ecdh_max_sizeThorsten Blum
2026-06-12crypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu
2026-06-12crypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu
2026-06-12MAINTAINERS: make myself the maintainer of the Qualcomm QCE driverBartosz Golaszewski
2026-06-12crypto: amcc - convert irq_of_parse_and_map to platform_get_irqRosen Penev
2026-06-12crypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers
2026-06-12hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Eric Biggers
2026-06-11cxl/test: Add check after kzalloc() memory in alloc_mock_res()Dave Jiang
2026-06-11cxl/test: Unregister cxl_acpi in cxl_test_init() error pathDave Jiang
2026-06-11perf stat: Fix false NMI watchdog warning in aggregation modesChun-Tse Shao
2026-06-11perf test: Compile named_threads workload with -O0James Clark
2026-06-11Merge tag 'for-net-next-2026-06-11' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2026-06-11Merge tag 'nfc-net-next-20260611' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
2026-06-11dt-bindings: mailbox: qcom: Add IPCC support for Maili PlatformChunkai Deng
2026-06-11io_uring/zcrx: kill dead 'sock' member in struct io_zcrx_argsJens Axboe
2026-06-11Merge branch 'tipc-fix-netlink-gate-and-receive-path-bugs'Jakub Kicinski
2026-06-11tipc: reject inverted service ranges from peer bindingsMichael Bommarito
2026-06-11tipc: prevent snt_unacked underflow on CONN_ACKMichael Bommarito
2026-06-11tipc: require net admin for TIPCv2 netlink mutatorsMichael Bommarito
2026-06-11net: airoha: simplify WAN device check in airoha_dev_init()Lorenzo Bianconi
2026-06-11net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira
2026-06-11net: Stop leased rxq before uninstalling its memory providerDaniel Borkmann
2026-06-11mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()Wentao Liang
2026-06-11mlxsw: fix refcount leak in mlxsw_sp_port_lag_join()Wentao Liang
2026-06-11Merge branch 'ksz87xx-add-support-for-low-loss-cable-equalizer-errata'Jakub Kicinski
2026-06-11net: phy: micrel: expose KSZ87xx low-loss cable tunablesFidelio Lawson
2026-06-11net: ethtool: add KSZ87xx low-loss cable PHY tunablesFidelio Lawson
2026-06-11net: dsa: microchip: implement KSZ87xx Module 3 low-loss cable errataFidelio Lawson
2026-06-11selftests/net/openvswitch: add flow modify testMinxi Hou
2026-06-11net: bcmgenet: convert RX path to page_poolNicolai Buchwitz
2026-06-11net: airoha: move get_sport() callback at the beginning of airoha_enable_gdm2...Lorenzo Bianconi
2026-06-11Merge branch 'mptcp-pm-drop-tcp-ts-with-add_addrv6-port'Jakub Kicinski
2026-06-11mptcp: options: rst: drop unused skb parameterMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: avoid using del_timer directlyMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: make mptcp_pm_add_addr_send_ack staticMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: remove add_ prefix from timerMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: uniform announced addresses helpersMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: rename add_entry structure to add_addrMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: use for_each_subflow helperMatthieu Baerts (NGI0)
2026-06-11selftests: mptcp: always check sent/dropped ADD_ADDRsMatthieu Baerts (NGI0)
2026-06-11selftests: mptcp: validate ADD_ADDRv6 + TS + portMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: drop TCP TS with ADD_ADDRv6 + portMatthieu Baerts (NGI0)
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)
2026-06-11mptcp: introduce add_addr_v6_port_drop_ts sysctl knobMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: avoid computing add_addr size twiceMatthieu Baerts (NGI0)