summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-10tipc: Optimize handling excess content on incoming messagesPaul Gortmaker
2010-09-10ixgbevf: remove private net_device_statsEric Dumazet
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller
2010-09-09atlx: make strings constStephen Hemminger
2010-09-09net: inet_add_protocol() can use cmpxchg()Eric Dumazet
2010-09-09cxacru: ignore cx82310_eth devicesOndrej Zary
2010-09-09RDS: Remove dead struct from rds.hAndy Grover
2010-09-09RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover
2010-09-09RDS: Add rds.h to exported headers listAndy Grover
2010-09-09RDS: Implement masked atomic operationsAndy Grover
2010-09-09RDS/IB: print string constants in more placesZach Brown
2010-09-09RDS: cancel connection work structs as we shut downZach Brown
2010-09-09RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-09RDS: have sockets get transport module referencesZach Brown
2010-09-09RDS: remove old rs_transport commentZach Brown
2010-09-09RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-09RDS/IB: protect the list of IB devicesZach Brown
2010-09-09RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-09RDS: flush fmrs before allocating new onesChris Mason
2010-09-09RDS: properly use sg_init_tableChris Mason
2010-09-09RDS/IB: track signaled sendsZach Brown
2010-09-09RDS: remove __init and __exit annotationZach Brown
2010-09-09RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-09RDS/IB: always process recv completionsZach Brown
2010-09-09RDS: return to a single-threaded krdsdZach Brown
2010-09-09RDS/IB: create a work queue for FMR flushingZach Brown
2010-09-09RDS/IB: destroy connections on rmmodZach Brown
2010-09-09RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown
2010-09-09RDS/IB: Make ib_recv_refill return voidAndy Grover
2010-09-09RDS: Remove unused XLIST_PTR_TAIL and xlist_protect()Andy Grover
2010-09-09RDS: whitespaceAndy Grover
2010-09-09RDS: use delayed work for the FMR flushesChris Mason
2010-09-09rds: more FMRs are fasterChris Mason
2010-09-09rds: recycle FMRs through lockless listsChris Mason
2010-09-09rds: fix rds_send_xmit() serializationZach Brown
2010-09-09rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown
2010-09-09rds: remove unused rds_send_acked_before()Zach Brown
2010-09-09RDS: use friendly gfp masks for prefillChris Mason
2010-09-09RDS/IB: Add caching of frags and incsChris Mason
2010-09-09RDS/IB: Remove ib_recv_unmap_page()Andy Grover
2010-09-09RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover
2010-09-09RDS: Use page_remainder_alloc() for recv bufsAndy Grover
2010-09-09RDS/IB: disconnect when IB devices are removedZach Brown
2010-09-09RDS: introduce rds_conn_connect_if_down()Zach Brown
2010-09-09RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-09RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown
2010-09-09RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown