aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+3
2013-01-11net/rxrpc: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+1
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+20
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-20/+20
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Gravatar Eric W. Biederman 1-2/+4
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-1/+1
2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableGravatar Julia Lawall 1-1/+1
2012-06-11ipv4: Kill ip_rt_frag_needed().Gravatar David S. Miller 1-4/+0
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 7-32/+32
2012-02-14RxRPC: Fix kcalloc parameters swappedGravatar Axel Lin 1-2/+2
2011-12-19net: fix assignment of 0/1 to bool variables.Gravatar Rusty Russell 2-9/+9
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-4/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 2-0/+2
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()Gravatar David S. Miller 1-1/+2
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().Gravatar David S. Miller 1-1/+2
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()Gravatar David S. Miller 1-4/+1
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()Gravatar David S. Miller 1-3/+0
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()Gravatar David S. Miller 1-2/+0
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().Gravatar David S. Miller 1-1/+2
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-22/+6
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-19/+4
2011-03-08KEYS: Add a key type op to permit the key description to be vettedGravatar David Howells 1-0/+19
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-4/+5
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+1
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsGravatar David Howells 1-0/+1
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-4/+3
2011-02-25RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyGravatar Anton Blanchard 1-4/+4
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimGravatar Tejun Heo 1-1/+1
2010-11-22Net: rxrpc: Makefile: Remove deprecated kbuild goal definitionsGravatar Tracey Dent 1-2/+2
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-5/+5
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-11/+5
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockGravatar David Howells 2-4/+5
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-2/+2
2010-05-01net: sock_def_readable() and friends RCU conversionGravatar Eric Dumazet 1-4/+6
2010-04-26net: use sk_sleep()Gravatar Eric Dumazet 1-3/+3
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 12-0/+12
2010-03-22rxrpc: Check allocation failure.Gravatar Tetsuo Handa 1-0/+6
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 1-1/+1
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesGravatar Anand Gadiyar 1-1/+1
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesGravatar David Howells 3-12/+12
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)Gravatar David Howells 1-40/+537