aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue4-24/+17
2015-03-02net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()Eyal Birger1-1/+1
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal1-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal1-3/+4
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-36/+10
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properlyAl Viro1-3/+0
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro1-33/+10
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-0/+5
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-09put iov_iter into msghdrAl Viro1-5/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-2/+0
2014-09-09RxRPC: Fix missing __user annotationDavid Howells1-1/+1
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-13/+1
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet1-8/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-22KEYS: RxRPC: Use key preparsingDavid Howells1-68/+97
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin1-1/+1
2014-05-16af_rxrpc: Fix XDR length check in rxrpc key demarshalling.Nathaniel W Filardo1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-4/+4
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith3-106/+277
2014-02-26af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells1-2/+6
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells4-4/+60
2014-02-26af_rxrpc: Improve ACK productionDavid Howells3-4/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells11-27/+211
2014-02-26af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDEDDavid Howells1-0/+1
2014-02-07af_rxrpc: Prevent RxRPC peers from ABORT-storming one anotherTim Smith1-4/+8
2014-02-07af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()Tim Smith1-24/+1
2014-01-28Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller2-1/+8
2014-01-26af_rxrpc: Handle frames delivered from another VMTim Smith1-1/+2
2014-01-26af_rxrpc: Avoid setting up double-free on checksum errorTim Smith1-0/+4
2014-01-26RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()Alexey Khoroshilov1-0/+2
2014-01-21rxrpc: out of bound read in debug codeDan Carpenter1-7/+14
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-3/+6
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-80/+70
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+3
2013-01-11net/rxrpc: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-20/+20
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-20/+20