aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-06-12xfrm: always initialize offload pathHEADmasterLeon Romanovsky4-6/+4
2025-06-10Merge branch 'xfrm: fixes for xfrm_state_find under preemption'Steffen Klassert1-15/+8
2025-06-03xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-06-03xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-06-03Merge branch 'net-airoha-fix-ipv6-hw-acceleration'Paolo Abeni4-12/+55
2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi1-0/+5
2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi1-11/+12
2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi4-1/+38
2025-06-03selftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
2025-06-03vmxnet3: correctly report gso type for UDP tunnelsRonak Doshi1-0/+26
2025-06-03Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"Jakub Kicinski1-1/+0
2025-06-03net: wwan: t7xx: Fix napi rx poll issueJinjian Song1-5/+6
2025-06-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-93/+218
2025-06-02net: fix udp gso skb_segment after pull from frag_listShiming Cheng1-0/+5
2025-05-30Merge branch 'net-fix-inet_proto_csum_replace_by_diff-for-ipv6'Jakub Kicinski6-8/+13
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon3-2/+7
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon4-7/+7
2025-05-30Merge branch 'net-stmmac-prevent-div-by-0'Jakub Kicinski3-1/+11
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring ESTAlexis Lothoré1-0/+5
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring timestampingAlexis Lothoré2-1/+6
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar3-3/+4
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava1-1/+2
2025-05-30net: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas1-1/+1
2025-05-30Merge tag 'for-net-2025-05-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-9/+13
2025-05-30idpf: avoid mailbox timeout delays during resetEmil Tantilov3-6/+15
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez3-40/+22
2025-05-30ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak1-28/+142
2025-05-30ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak1-5/+6
2025-05-30ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak1-14/+33
2025-05-30Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz1-1/+2
2025-05-30Bluetooth: hci_qca: move the SoC type check to the right placeBartosz Golaszewski1-7/+7
2025-05-30Bluetooth: btnxpuart: Fix missing devm_request_irq() return value checkKrzysztof Kozlowski1-0/+2
2025-05-30Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commandsDmitry Antipov1-1/+2
2025-05-30net: usb: aqc111: debug info before sanitationOliver Neukum1-4/+4
2025-05-29net: lan966x: Make sure to insert the vlan tags also in host modeHoratiu Vultur4-0/+24
2025-05-29Merge tag 'linux-can-fixes-for-6.16-20250529' of git://git.kernel.org/pub/scm...Paolo Abeni1-2/+1
2025-05-29net/mlx4_en: Prevent potential integer overflow calculating HzDan Carpenter1-1/+1
2025-05-29driver: net: ethernet: mtk_star_emac: fix suspend/resume issueYanqing Wang1-0/+4
2025-05-29hinic3: Remove printed message during module initGeert Uytterhoeven1-2/+0
2025-05-29net: tipc: fix refcount warning in tipc_aead_encryptCharalampos Mitrodimas1-1/+5
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells1-2/+3
2025-05-29gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari1-1/+1
2025-05-29net: stmmac: platform: guarantee uniqueness of bus_idQuentin Schulz1-2/+9
2025-05-29can: kvaser_pciefd: refine error prone echo_skb_max handling logicFedor Pchelkin1-2/+1
2025-05-28page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2025-05-28net: ch9200: fix uninitialised access during mii_nway_restartQasim Ijaz1-2/+5
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds108-1713/+5801
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1735-38854/+83060
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds55-891/+1060
2025-05-28Merge tag 'nios2_updates_for_v6.16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+28
2025-05-28Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+5
2025-05-28Merge tag 'jfs-6.16' of github.com:kleikamp/linux-shaggyLinus Torvalds3-5/+22
2025-05-28Merge tag 'dlm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds3-3/+8
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds41-381/+848
2025-05-28Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-474/+1290
2025-05-28Merge tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds8-257/+28
2025-05-28Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-98/+102
2025-05-28Merge tag 'exfat-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+8
2025-05-28Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+0
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1726-36208/+71418
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds320-9032/+24119
2025-05-28Merge tag 'audit-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2025-05-28Merge tag 'selinux-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-85/+232
2025-05-28Merge tag 'lsm-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-24/+24
2025-05-28Merge tag 'integrity-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-34/+283
2025-05-28Merge tag 'Smack-for-6.16' of https://github.com/cschaufler/smack-nextLinus Torvalds1-7/+5
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-169/+459
2025-05-28Merge tag 'seccomp-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+6
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni24-61/+210
2025-05-28selftests/bpf: Fix bpf selftest build warningSaket Kumar Bhaskar1-3/+3
2025-05-28selftests: netfilter: Fix skip of wildcard interface testPhil Sutter1-2/+5
2025-05-28net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur1-1/+3
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo1-1/+1
2025-05-28calipso: Don't call calipso functions for AF_INET sk.Kuniyuki Iwashima1-0/+3
2025-05-28Merge branch 'net_sched-hfsc-address-reentrant-enqueue-adding-class-to-eltree...Paolo Abeni2-1/+43
2025-05-28selftests/tc-testing: Add a test for HFSC eltree double add with reentrant en...Pedro Tammela1-0/+35
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8
2025-05-28octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callbackHariprasad Kelam1-3/+1
2025-05-28octeontx2-pf: QOS: Perform cache sync on send queue teardownHariprasad Kelam1-0/+22
2025-05-28net: mana: Add support for Multi Vports on Bare metalHaiyang Zhang2-9/+19
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-995/+1668
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-342/+665
2025-05-27Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+15
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-208/+265
2025-05-27Merge tag 'm68k-for-v6.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-50/+2
2025-05-27Merge tag 'for-linus-6.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-6/+32
2025-05-27bpf, arm64: Remove unused-but-set function and variable.Alexei Starovoitov1-19/+2
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-201/+764
2025-05-27Merge branch 'devmem-tcp-minor-cleanups-and-ksft-improvements'Jakub Kicinski7-36/+44
2025-05-27net: devmem: ncdevmem: remove unused variableMina Almasry1-1/+0
2025-05-27net: devmem: ksft: upgrade rx test to send 1K dataMina Almasry1-3/+5
2025-05-27net: devmem: ksft: add 5 tuple FS supportMina Almasry2-4/+15
2025-05-27net: devmem: ksft: add exit_wait to make rx test passMina Almasry1-1/+1
2025-05-27net: devmem: ksft: add ipv4 supportMina Almasry1-9/+7
2025-05-27net: devmem: preserve sockc_errMina Almasry1-14/+10
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry1-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry3-8/+10
2025-05-27selftests: netfilter: nft_queue.sh: include file transfer duration in log mes...Florian Westphal1-7/+31
2025-05-27net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur1-5/+11
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig2-4/+2
2025-05-27net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devicesRengarajan S1-2/+16
2025-05-27net: txgbe: Support the FDIR rules assigned to VFsJiawen Wu3-12/+24
2025-05-27net: libwx: Fix statistics of multicast packetsJiawen Wu1-1/+2
2025-05-27Merge branch 'refactor-phy-reset-handling-and'Jakub Kicinski1-10/+5
2025-05-27net: lan743x: Fix PHY reset handling during initialization and WOLThangaraj Samynathan1-9/+4
2025-05-27net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phyThangaraj Samynathan1-2/+2
2025-05-27net: macb: Check return value of dma_set_mask_and_coherent()Sergio Perez Gonzalez1-1/+5
2025-05-27net: phy: fix up const issues in to_mdio_device() and to_phy_device()Greg Kroah-Hartman2-8/+2
2025-05-27net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATORSaeed Mahameed1-1/+1
2025-05-27selftests: net: move wait_local_port_listen to lib.shHangbin Liu15-38/+29
2025-05-27cxgb4: Constify struct thermal_zone_device_opsChristophe JAILLET1-1/+1
2025-05-27mlxsw: core_thermal: Constify struct thermal_zone_device_opsChristophe JAILLET1-4/+4
2025-05-27net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex()Dan Carpenter1-1/+1
2025-05-27tipc: use kfree_sensitive() for aead cleanupZilin Guan1-1/+1
2025-05-27tools: ynl: parse extack for sub-messagesDonald Hunter1-14/+25
2025-05-27net: mctp: start tx queue on netdev openJeremy Kerr1-0/+2
2025-05-27net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()Wentao Liang1-3/+6
2025-05-27net: airoha: Fix an error handling path in airoha_alloc_gdm_port()Christophe JAILLET1-1/+9
2025-05-27net: phy: clear phydev->devlink when the link is deletedWei Fang1-1/+3
2025-05-27net: phy: mediatek: Add Airoha AN7583 PHY supportChristian Marangi1-0/+20
2025-05-27net: dsa: mt7530: Add AN7583 supportChristian Marangi3-6/+37
2025-05-27dt-bindings: net: dsa: mediatek,mt7530: Add airoha,an7583-switchChristian Marangi1-0/+5
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds52-962/+1675
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds208-553/+1252
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-49/+946
2025-05-27Merge tag 'mmc-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds44-380/+1095
2025-05-27Merge tag 'pmdomain-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds24-115/+1185
2025-05-27Merge tag 'for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds39-127/+2420
2025-05-27Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds47-950/+2368
2025-05-27Merge tag 'regulator-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-274/+945
2025-05-27Merge tag 'regmap-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds4-47/+76
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds94-1122/+5501
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds389-7139/+21912
2025-05-27Merge tag 'pwm/for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-212/+2086
2025-05-27Merge tag 'chrome-platform-v6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-67/+85
2025-05-27Remove legacy 'cc-disable-warning' use from the generic build scriptsLinus Torvalds1-16/+16
2025-05-27Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds1-2/+2
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song2-2/+58
2025-05-27bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song2-6/+24
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds62-662/+2629
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds54-2815/+7336
2025-05-27Merge tag 'lkmm.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-18/+29
2025-05-27Merge branch 'bpf-arm64-support-up-to-12-arguments'Alexei Starovoitov2-56/+171
2025-05-27selftests/bpf: enable many-args tests for arm64Alexis Lothoré (eBPF Foundation)1-2/+0
2025-05-27bpf, arm64: Support up to 12 function argumentsXu Kuohai1-54/+171
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-47/+98
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen3-5/+21
2025-05-27selftests/bpf: Add unit tests with __bpf_trap() kfuncYonghong Song2-0/+73
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-1/+360
2025-05-27Merge tag 'x86_mtrr_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-27Merge tag 'edac_updates_for_v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-231/+422
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song2-0/+10
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-7267/+7772
2025-05-27bpf: Remove special_kfunc_set from verifierYonghong Song1-197/+177
2025-05-27Merge branch 'replace-config_dmabuf_sysfs_stats-with-bpf'Alexei Starovoitov9-22/+632
2025-05-27selftests/bpf: Add test for open coded dmabuf_iterT.J. Mercier3-0/+94
2025-05-27selftests/bpf: Add test for dmabuf_iterT.J. Mercier3-0/+300
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier2-0/+53
2025-05-27bpf: Add dmabuf iteratorT.J. Mercier4-0/+175
2025-05-27dma-buf: Rename debugfs symbolsT.J. Mercier2-27/+15
2025-05-27Merge tag 'timers-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-121/+46
2025-05-27Merge tag 'timers-clocksource-2025-05-25' of git://git.kernel.org/pub/scm/lin...Linus Torvalds50-549/+1886
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds29-78/+78
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds36-521/+607
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds250-997/+902
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds28-312/+679
2025-05-27Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-1380/+1026
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-79/+119
2025-05-27btrfs: don't drop a reference if btrfs_check_write_meta_pointer() failsJosef Bacik1-1/+0
2025-05-27Merge branch 'for-next/vdso' into for-next/coreWill Deacon1-20/+2
2025-05-27Merge branch 'for-next/sme-fixes' into for-next/coreWill Deacon10-432/+435
2025-05-27Merge branch 'for-next/selftests' into for-next/coreWill Deacon3-38/+40
2025-05-27Merge branch 'for-next/psci' into for-next/coreWill Deacon1-1/+3
2025-05-27Merge branch 'for-next/perf' into for-next/coreWill Deacon4-32/+30
2025-05-27Merge branch 'for-next/mm' into for-next/coreWill Deacon20-237/+411
2025-05-27Merge branch 'for-next/misc' into for-next/coreWill Deacon5-60/+62
2025-05-27Merge branch 'for-next/fixes' into for-next/coreWill Deacon2-1/+10
2025-05-27Merge branch 'for-next/entry' into for-next/coreWill Deacon7-29/+24
2025-05-27Merge branch 'for-next/efi' into for-next/coreWill Deacon2-31/+27
2025-05-27Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon6-6/+16
2025-05-27Merge branch 'for-next/acpi' into for-next/coreWill Deacon5-7/+12
2025-05-27Doc: networking: Fix various typos in rds.rstAlok Tiwari1-4/+4
2025-05-27net/mlx5e: Allow setting MAC address of representorsMark Bloch1-0/+1
2025-05-27Merge branch 'octeontx2-pf-do-not-detect-macsec-block-based-on-silicon'Paolo Abeni5-3/+45
2025-05-27octeontx2-pf: macsec: Get MACSEC capability flag from AFSubbaraya Sundeep3-3/+40
2025-05-27octeontx2-af: Add MACSEC capability flagSubbaraya Sundeep2-0/+5
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh1-2/+1
2025-05-27af_packet: move notifier's packet_dev_mc out of rcu critical sectionStanislav Fomichev2-5/+17
2025-05-27Merge branch 'vsock-sock_linger-rework'Paolo Abeni6-44/+134
2025-05-27vsock/test: Add test for an unexpectedly lingering close()Michal Luczaj1-0/+52
2025-05-27vsock/test: Introduce enable_so_linger() helperMichal Luczaj3-9/+15
2025-05-27vsock/test: Introduce vsock_wait_sent() helperMichal Luczaj3-17/+32
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj3-21/+36
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj1-1/+3
2025-05-27net: phy: add driver for MaxLinear MxL86110 PHYStefano Radaelli4-0/+630
2025-05-27Merge branch 'wireguard-updates-for-6-16'Paolo Abeni10-57/+194
2025-05-27wireguard: selftests: specify -std=gnu17 for bashJason A. Donenfeld1-0/+1