aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-09au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli2-48/+61
2010-09-09au1000-eth: stylistic fixesFlorian Fainelli1-16/+16
2010-09-09au1000-eth: typedefs removalFlorian Fainelli2-28/+28
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
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. Miller42-1613/+2614
2010-09-08atlx: make strings constStephen Hemminger1-3/+3
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-08RDS: Remove dead struct from rds.hAndy Grover1-8/+0
2010-09-08RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover1-29/+29
2010-09-08RDS: Add rds.h to exported headers listAndy Grover2-6/+7
2010-09-08RDS: Implement masked atomic operationsAndy Grover5-13/+64
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