summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorLines
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro-18/+6
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet-1/+1
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu-1/+1
2015-11-24rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells-1/+3
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-28/+28
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells-28/+28
2015-09-20rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic-6/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-1/+1
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman-2/+2
2015-04-11new helper: msg_data_left()Al Viro-10/+9
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro-29/+148
2015-04-01RxRPC: Handle VERSION Rx protocol packetsDavid Howells-1/+122
2015-04-01RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells-13/+11
2015-04-01RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells-19/+19
2015-04-01RxRPC: Fix the conversion to iov_iterDavid Howells-2/+2
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-24/+17
2015-03-02net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_...Eyal Birger-1/+1
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal-3/+4
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-36/+10
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro-3/+0
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro-33/+10
2015-02-02net-timestamp: no-payload optionWillem de Bruijn-0/+5
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng-1/+1
2014-12-09put iov_iter into msghdrAl Viro-5/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-2/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells-2/+0
2014-09-09RxRPC: Fix missing __user annotationDavid Howells-1/+1
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn-13/+1
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet-8/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2014-07-22KEYS: RxRPC: Use key preparsingDavid Howells-68/+97
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin-1/+1
2014-05-16af_rxrpc: Fix XDR length check in rxrpc key demarshalling.Nathaniel W Filardo-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-4/+4
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith-106/+277
2014-02-26af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells-2/+6
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells-4/+60
2014-02-26af_rxrpc: Improve ACK productionDavid Howells-4/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells-27/+211