aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2012-02-14RxRPC: Fix kcalloc parameters swappedAxel Lin
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-02-25RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo
2010-11-22Net: rxrpc: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-26net: use sk_sleep()Eric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22rxrpc: Check allocation failure.Tetsuo Handa
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)David Howells
2009-09-15RxRPC: Allow RxRPC keys to be readDavid Howells
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells
2009-09-15RxRPC: Declare the security index constants symbolicallyDavid Howells
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-16RxRPC: Don't attempt to reuse aborted connectionsDavid Howells
2009-05-21RxRPC: Error handling for rxrpc_alloc_connection()Dan Carpenter
2009-02-06RxRPC: Fix a potential NULL dereferenceDavid Howells
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-10net: Make staticRoel Kluin
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-08-13net/rxrpc: Use an IS_ERR test rather than a NULL testJulien Brunel