summaryrefslogtreecommitdiff
path: root/include/net/rawv6.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov
2013-09-23raw/rawv6.h: Remove extern from function prototypesJoe Perches
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy
2005-08-29[IPV6]: Check interface bindings on IPv6 raw socket receptionAndrew McDonald
2005-04-16Linux-2.6.12-rc2Linus Torvalds
>x86/virt/tdx: Configure TDX module with the TDMRs and global KeyIDKai Huang 2023-12-08x86/virt/tdx: Designate reserved areas for all TDMRsKai Huang 2023-12-08x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang 2023-12-08x86/virt/tdx: Fill out TDMRs to cover all TDX memory regionsKai Huang 2023-12-08x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regionsKai Huang 2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang 2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang 2023-12-08x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang 2023-12-08x86/virt/tdx: Add SEAMCALL error printing for module initializationKai Huang 2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang 2023-09-12x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GPKai Huang 2023-09-12x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang 2023-09-12x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang 2023-09-11x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang 2023-09-11x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang 2023-09-11x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang 2022-04-07x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov