summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2014-02-07af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()Tim Smith1-24/+1
2014-01-29Merge 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-22rxrpc: out of bound read in debug codeDan Carpenter1-7/+14
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-3/+6
2013-10-20net: misc: Remove extern from function prototypesJoe Perches1-80/+70
2013-02-22Merge 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-10rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2012-10-15Merge 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-14userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman1-2/+4
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-10net/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-20net: fix assignment of 0/1 to bool variables.Rusty Russell2-9/+9
2011-11-22RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-05-20rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller1-1/+2
2011-05-20rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller1-1/+2
2011-05-20rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller1-4/+1
2011-05-20rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller1-3/+0
2011-05-20rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller1-2/+0
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-22/+6
2011-03-13ipv4: 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-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+5
2011-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-03-03AF_RXRPC: Handle receiving ACKALL packetsDavid Howells1-0/+1
2011-03-03ipv4: 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-05RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2-4/+5
2010-06-11net-next: remove useless union keywordChangli Gao1-2/+2
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+6
2010-04-26net: use sk_sleep()Eric Dumazet1-3/+3
2010-04-21net: 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