aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-2/+2
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/vir...David S. Miller1-36/+10
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al 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/...Linus 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/d...David 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/...Linus 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/...Linus Torvalds1-20/+20
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-20/+20
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman1-2/+4
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller1-4/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet7-32/+32
2012-02-14RxRPC: Fix kcalloc parameters swappedAxel Lin1-2/+2
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-9/+9
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller1-1/+2
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller1-1/+2
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller1-4/+1
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller1-3/+0
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller1-2/+0
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-22/+6
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-19/+4
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells1-0/+19
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+5
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells1-0/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-4/+3
2011-02-25RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard1-4/+4
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo1-1/+1
2010-11-22Net: rxrpc: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-5/+5
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-11/+5
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2-4/+5
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+6
2010-04-26net: use sk_sleep()Eric Dumazet1-3/+3
2010-04-20net: sk_sleep() helperEric Dumazet1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo12-0/+12
2010-03-22rxrpc: Check allocation failure.Tetsuo Handa1-0/+6
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells3-12/+12
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)David Howells1-40/+537
2009-09-15RxRPC: Allow RxRPC keys to be readDavid Howells1-0/+109
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells4-75/+298
2009-09-15RxRPC: Declare the security index constants symbolicallyDavid Howells2-5/+5
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-2/+2
2009-06-16RxRPC: Don't attempt to reuse aborted connectionsDavid Howells2-1/+16
2009-05-21RxRPC: Error handling for rxrpc_alloc_connection()Dan Carpenter1-6/+6
2009-02-06RxRPC: Fix a potential NULL dereferenceDavid Howells1-2/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-34/+33
2008-12-10net: Make staticRoel Kluin3-3/+3
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-2/+4
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison7-31/+30
2008-08-13net/rxrpc: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-3/+3
2008-07-05MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-2/+3
2008-05-02net: Add missing braces to multi-statement if()sIlpo Järvinen1-1/+2
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleDavid Howells1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-3/+3
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle2-2/+2
2008-04-03rxrpc: remove smp_processor_id() from debug macroSven Schnelle1-1/+1
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-13/+16
2008-03-30net/rxrpc trivial annotationsAl Viro2-13/+16
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-03-05RxRPC: fix rxrpc_recvmsg()'s returning of msg_nameDavid Howells1-1/+2
2008-02-29[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov1-2/+2
2008-02-17net/rxrpc: Use BUG_ONJulia Lawall2-4/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-3/+3
2008-01-31[AF_RXRPC]: constify function pointer tablesJan Engelhardt3-7/+7
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[RXRPC]: Use cpu_to_be32() where appropriate.YOSHIFUJI Hideaki3-5/+5
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu1-0/+4
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2007-12-07[AF_RXRPC]: Add a missing gotoDavid Howells1-0/+1
2007-11-30[RXRPC]: Add missing select on CRYPTODavid Howells1-0/+1
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-2/+2
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-4/+5
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-33/+33
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2-3/+30
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+5
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-4/+5
2007-07-26net/* misc endianness annotationsAl Viro1-1/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz4-6/+6
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19[NET] RXRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-2/+2
2007-07-10[NET]: Make some network-related proc files use seq_list_xxx helpersPavel Emelianov1-42/+6
2007-06-18[AF_RXRPC]: Return the number of bytes buffered in rxrpc_send_data()David Howells1-1/+4
2007-06-15[RXRPC] net/rxrpc/ar-connection.c: fix NULL dereferenceAdrian Bunk1-1/+1
2007-05-22[AF_RXRPC]: Make call state names available if CONFIG_PROC_FS=nDavid Howells2-19/+19
2007-05-22[AF_RXRPC]: AF_RXRPC depends on IPv4David Howells1-1/+1
2007-05-10AF_RXRPC: reduce debugging noiseDavid Howells1-2/+2
2007-05-04[AF_RXRPC]: Sort out MTU handling.David Howells4-14/+115
2007-05-03[AFS/AF_RXRPC]: Miscellaneous fixes.David Howells1-1/+2
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.David Howells2-0/+6
2007-04-26[RXRPC]: Fix pointers passed to bitops.David S. Miller1-3/+3
2007-04-26[RXRPC]: Remove bogus atomic_* overrides.David S. Miller1-24/+0
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells13-6118/+1
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells15-127/+563
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells21-1/+10417
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2-4/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2-3/+3
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-4/+4
2007-02-10[NET] RXRPC: Fix whitespace errors.YOSHIFUJI Hideaki7-39/+39
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham3-0/+3
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+0
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris3-10/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-26[PATCH] net/rxrpc: use list_move()Akinobu Mita3-6/+3
2006-03-25[PATCH] fix 'defined but not used' warning in net/rxrpc/main.c::rxrpc_initialiseJesper Juhl1-1/+1
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn2-7/+7
2006-01-10[RXRPC]: Decrease number of pointer derefs in connection.cJesper Juhl1-6/+8
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-9/+6
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro2-2/+2
2005-10-04[RPC]: fix sparse gfp nocast warningsRandy Dunlap2-2/+2
2005-08-29[RXRPC]: Fix build failure introduced by skb->stamp changes.Andrew Morton1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter3-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds13-0/+6128