summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2026-02-06rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells
2025-07-17rxrpc: Fix bug due to prealloc collisionDavid Howells
2025-03-07rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells
2025-02-17rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2025-02-08rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells
2025-02-08rxrpc: Fix handling of received connection abortDavid Howells
2024-12-05rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-10-03rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells
2024-10-03rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells
2024-08-02rxrpc: Remove unused function declarationsYue Haibing
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-01rxrpc: Clients must accept conn from any addressJeffrey Altman
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells
2024-03-14rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells
2024-03-05rxrpc: Clean up the resend algorithmDavid Howells
2024-03-05rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedDavid Howells
2024-03-05rxrpc: Parse received packets before dealing with timeoutsDavid Howells
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells
2024-03-03rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-02-29rxrpc: Split up the DATA packet transmission functionDavid Howells
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-02-29rxrpc: Note cksum in txbufDavid Howells
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells