aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller40-1572/+2548
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-08RDS: Implement masked atomic operationsAndy Grover4-13/+52
2010-09-08RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-08RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-08RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-08RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-08RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-08RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-08RDS: remove __init and __exit annotationZach Brown20-35/+35
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2
2010-09-08RDS/IB: always process recv completionsZach Brown1-8/+12
2010-09-08RDS: return to a single-threaded krdsdZach Brown1-1/+1
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown3-3/+33
2010-09-08RDS/IB: destroy connections on rmmodZach Brown3-15/+6
2010-09-08RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown1-2/+9
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover2-6/+2
2010-09-08RDS: Remove unused XLIST_PTR_TAIL and xlist_protect()Andy Grover1-42/+12
2010-09-08RDS: whitespaceAndy Grover2-2/+0
2010-09-08RDS: use delayed work for the FMR flushesChris Mason1-6/+6
2010-09-08rds: more FMRs are fasterChris Mason1-1/+1
2010-09-08rds: recycle FMRs through lockless listsChris Mason2-42/+282
2010-09-08rds: fix rds_send_xmit() serializationZach Brown5-58/+52
2010-09-08rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown1-2/+3
2010-09-08rds: remove unused rds_send_acked_before()Zach Brown2-30/+0
2010-09-08RDS: use friendly gfp masks for prefillChris Mason1-9/+18
2010-09-08RDS/IB: Add caching of frags and incsChris Mason3-52/+297
2010-09-08RDS/IB: Remove ib_recv_unmap_page()Andy Grover1-20/+2
2010-09-08RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover1-13/+16
2010-09-08RDS: Use page_remainder_alloc() for recv bufsAndy Grover3-73/+29
2010-09-08RDS/IB: disconnect when IB devices are removedZach Brown1-1/+24
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown3-14/+15
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown4-55/+125
2010-09-08RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown1-7/+5
2010-09-08RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown1-9/+6
2010-09-08rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason2-9/+11
2010-09-08rds: use RCU to protect the connection hashChris Mason1-22/+22
2010-09-08RDS: use locking on the connection hash listChris Mason1-0/+3
2010-09-08rds: Fix RDMA message reference countingChris Mason2-8/+14
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason5-16/+26
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason4-45/+57