aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells2-1/+191
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-6/+6
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-30/+34
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-06-15rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells1-30/+34
2017-06-14rxrpc: Cache the congestion window settingDavid Howells6-6/+19
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells4-4/+61
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells1-42/+41
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells1-1/+29
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells5-12/+74
2017-06-05rxrpc: Implement service upgradeDavid Howells4-4/+42
2017-06-05rxrpc: Permit multiple service bindingDavid Howells5-24/+47
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells10-13/+19
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-06-04rxrpc: remove redundant proc_remove callColin Ian King1-1/+0
2017-05-25rxrpc: Support network namespacingDavid Howells12-216/+356
2017-04-06rxrpc: Trace client call connectionDavid Howells1-0/+1
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells1-0/+2
2017-04-06rxrpc: Trace received abortsDavid Howells1-1/+3
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells7-40/+114
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells1-38/+40
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells9-27/+27
2017-03-16rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells3-25/+39
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-22/+155
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-0/+6
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells7-22/+154
2017-02-26rxrpc: Kernel calls get stuck in recvmsgDavid Howells1-2/+6
2017-02-24rxrpc: Fix an assertion in rxrpc_read()Marc Dionne1-1/+1
2017-02-17rxrpc: Change module filename to rxrpc.koDavid Howells1-6/+6
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells3-1/+11
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells1-2/+7
2017-01-05rxrpc: Add some more tracingDavid Howells2-1/+6
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells5-381/+0
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-1/+1
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2-7/+8
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-4/+3
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells1-1/+1
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells1-1/+1
2016-10-06rxrpc: Add missing notificationDavid Howells1-0/+1
2016-10-06rxrpc: Queue the call on expiryDavid Howells1-4/+6