summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sysctl.c
AgeCommit message (Expand)AuthorLines
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells-2/+4
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados-1/+0
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells-7/+9
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells-1/+16
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells-1/+1
2022-11-08rxrpc: Clean up ACK handlingDavid Howells-9/+0
2022-05-22rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells-2/+2
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells-9/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+0
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells-9/+0
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab-1/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-5/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King-1/+0
2017-11-24rxrpc: Fix call timeoutsDavid Howells-31/+29
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells-4/+4
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells-1/+1
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells-1/+1
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells-8/+0
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells-5/+28
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells-8/+0
2016-06-10rxrpc: Limit the listening backlogDavid Howells-0/+10
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells-16/+16
2016-03-04rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells-1/+1
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells-0/+33
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells-0/+113
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells-121/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman-1/+1
2007-02-10[NET] RXRPC: Fix whitespace errors.YOSHIFUJI Hideaki-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+122