summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells1-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells3-14/+28
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells2-16/+16
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
2025-07-10rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-10rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-07-08rxrpc: Fix over large frame size warningDavid Howells2-7/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells1-2/+3
2025-04-25rxrpc: rxgk: Fix some reference count leaksDan Carpenter1-3/+7
2025-04-25rxrpc: Remove deadcodeDr. David Alan Gilbert3-50/+0
2025-04-22rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()Dan Carpenter1-0/+1
2025-04-15rxrpc: rxperf: Add test RxGK server keysDavid Howells1-3/+65
2025-04-15rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells3-0/+8
2025-04-15rxrpc: Display security params in the afs_cb_call tracepointDavid Howells3-0/+23
2025-04-15rxrpc: Allow the app to store private data on peer structsDavid Howells1-2/+2
2025-04-15rxrpc: rxgk: Implement connection rekeyingDavid Howells3-7/+157
2025-04-15rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells9-3/+1638
2025-04-15rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells5-1/+364
2025-04-15rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells1-0/+185
2025-04-15rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells14-152/+1012
2025-04-15rxrpc: Remove some socket lock acquire/release annotationsDavid Howells3-4/+5
2025-04-15rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells4-35/+32
2025-04-15rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells6-16/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-10/+10
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells2-0/+27
2025-02-22rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-22rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-22rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells1-0/+7
2025-02-12rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells5-57/+54
2025-02-06rxrpc: Fix race in call state changing vs recvmsg()David Howells1-1/+9
2025-02-06rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2-7/+11
2025-01-28rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2024-12-17rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells2-0/+9
2024-12-17rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells1-4/+4
2024-12-10rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells8-217/+718
2024-12-10rxrpc: Fix request for an ACK when cwnd is minimumDavid Howells1-1/+1
2024-12-10rxrpc: Manage RTT per-call rather than per-peerDavid Howells9-95/+96
2024-12-10rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells2-2/+3
2024-12-10rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells3-7/+12
2024-12-10rxrpc: Tidy up the ACK parsing a bitDavid Howells2-29/+27