aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2017-06-05rxrpc: Add service upgrade support for client connectionsGravatar David Howells 5-12/+74
2017-06-05rxrpc: Implement service upgradeGravatar David Howells 4-4/+42
2017-06-05rxrpc: Permit multiple service bindingGravatar David Howells 5-24/+47
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 10-13/+19
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysGravatar Jason A. Donenfeld 1-5/+14
2017-06-04rxrpc: remove redundant proc_remove callGravatar Colin Ian King 1-1/+0
2017-05-25rxrpc: Support network namespacingGravatar David Howells 12-216/+356
2017-04-06rxrpc: Trace client call connectionGravatar David Howells 1-0/+1
2017-04-06rxrpc: Trace changes in a call's receive window sizeGravatar David Howells 1-0/+2
2017-04-06rxrpc: Trace received abortsGravatar David Howells 1-1/+3
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 7-40/+114
2017-04-06rxrpc: Handle temporary errors better in rxkad securityGravatar David Howells 1-38/+40
2017-04-06rxrpc: Note a successfully aborted kernel operationGravatar David Howells 1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 9-27/+27
2017-03-16rxrpc: Ignore BUSY packets on old callsGravatar David Howells 1-0/+4
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerGravatar David Howells 1-3/+12
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterGravatar David Howells 1-2/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 3-25/+39
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-22/+155
2017-03-03rxrpc: Fix potential NULL-pointer exceptionGravatar David Howells 1-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 3-0/+6
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 7-22/+154
2017-02-26rxrpc: Kernel calls get stuck in recvmsgGravatar David Howells 1-2/+6
2017-02-24rxrpc: Fix an assertion in rxrpc_read()Gravatar Marc Dionne 1-1/+1
2017-02-17rxrpc: Change module filename to rxrpc.koGravatar David Howells 1-6/+6
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningGravatar David Howells 3-1/+11
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsGravatar David Howells 1-2/+7
2017-01-05rxrpc: Add some more tracingGravatar David Howells 2-1/+6
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingGravatar David Howells 5-381/+0
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))Gravatar yuan linyu 1-1/+1
2016-12-14rxrpc: abstract away knowledge of IDR internalsGravatar Matthew Wilcox 2-7/+8
2016-11-07udp: do fwd memory scheduling on dequeueGravatar Paolo Abeni 1-4/+3
2016-10-13rxrpc: Fix checking of error from ip6_route_output()Gravatar David Howells 1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()Gravatar David Howells 1-1/+1
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseGravatar David Howells 1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceGravatar David Howells 1-1/+1
2016-10-06rxrpc: Add missing notificationGravatar David Howells 1-0/+1
2016-10-06rxrpc: Queue the call on expiryGravatar David Howells 1-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsGravatar David Howells 1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 8-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 8-84/+102
2016-10-06rxrpc: Only ping for lost reply in client callGravatar David Howells 1-1/+2
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix duplicate constGravatar David Howells 2-2/+2
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedGravatar David Howells 1-2/+2
2016-09-30rxrpc: Fix the call timer handlingGravatar David Howells 2-13/+20
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 7-62/+69
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedGravatar David Howells 1-1/+0
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 6-21/+24