#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null on.ico'/>
summaryrefslogtreecommitdiff
path: root/net/rxrpc/insecure.c
AgeCommit message (Expand)Author
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2024-12-09rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells
2024-12-09rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin