summaryrefslogtreecommitdiff
path: root/include/linux/sockptr.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-0/+5
* tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski2022-07-061-0/+8
* net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-24/+2
* net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-281-12/+6
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-14/+13
* net: make sockptr_is_null strict aliasing safeChristoph Hellwig2020-07-281-1/+3
* net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-241-2/+30
* net: add a new sockptr_t typeChristoph Hellwig2020-07-241-0/+104