Commit Graph

54 Commits (f69f2e264f6388df6d3cae45dd67ddfd52aaa14b)

Author SHA1 Message Date
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Paul Gortmaker d9b9384215 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC 13 years ago
Manuel Zerpies cb0a605649 net/rds: use prink_ratelimited() instead of printk_ratelimit() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Andy Grover d139ff0907 RDS: Let rds_message_alloc_sgs() return NULL 14 years ago
stephen hemminger ff51bf8415 rds: make local functions/variables static 14 years ago
Andy Grover 20c72bd5f5 RDS: Implement masked atomic operations 15 years ago
Zach Brown 0f4b1c7e89 rds: fix rds_send_xmit() serialization 15 years ago
Zach Brown 671202f349 rds: remove unused rds_send_acked_before() 15 years ago
Zach Brown f3c6808d3d RDS: introduce rds_conn_connect_if_down() 15 years ago
Chris Mason 1cc2228c59 rds: Fix reference counting on the for xmit_atomic and xmit_rdma 15 years ago
Chris Mason c9e65383a2 rds: Fix RDMA message reference counting 15 years ago
Chris Mason 7e3f2952ee rds: don't let RDS shutdown a connection while senders are present 15 years ago
Andy Grover ce47f52f42 RDS: Update comments in rds_send_xmit() 15 years ago
Chris Mason 9e29db0e36 RDS: Use a generation counter to avoid rds_send_xmit loop 15 years ago
Andy Grover acfcd4d4ec RDS: Get pong working again 15 years ago
Andy Grover fcc5450c63 RDS: Remove send_quota from send_xmit() 15 years ago
Andy Grover cf4b7389ee RDS: Fix locking in send on m_rs_lock 15 years ago
Andy Grover a7d3a28148 RDS: Call rds_send_xmit() directly from sendmsg() 15 years ago
Andy Grover 2ad8099b58 RDS: rds_send_xmit() locking/irq fixes 15 years ago
Andy Grover 049ee3f500 RDS: Change send lock from a mutex to a spinlock 15 years ago
Andy Grover 77dd550e55 RDS: Stop supporting old cong map sending method 15 years ago
Andy Grover ff3d7d3613 RDS: Perform unmapping ops in stages 15 years ago
Andy Grover aa0a4ef4ac RDS: Make sure cmsgs aren't used in improper ways 15 years ago
Andy Grover 2c3a5f9abb RDS: Add flag for silent ops. Do atomic op before RDMA 15 years ago
Andy Grover 940786eb0a RDS: queue failure notifications for dropped atomic ops 15 years ago
Andy Grover 372cd7dedf RDS: Do not set op_active in r_m_copy_from_user(). 15 years ago
Andy Grover 5b2366bd28 RDS: Rewrite rds_send_xmit 15 years ago
Andy Grover 6c7cc6e469 RDS: Rename data op members prefix from m_ to op_ 15 years ago
Andy Grover f8b3aaf2ba RDS: Remove struct rds_rdma_op 15 years ago
Andy Grover 241eef3e2f RDS: Implement silent atomics 15 years ago
Andy Grover 6200ed7799 RDS: Whitespace 15 years ago
Andy Grover 15133f6e67 RDS: Implement atomic operations 15 years ago
Andy Grover a63273d499 RDS: Clear up some confusing code in send_remove_from_sock 15 years ago
Andy Grover ff87e97a9d RDS: make m_rdma_op a member of rds_message 15 years ago
Andy Grover 21f79afa5f RDS: fold rdma.h into rds.h 15 years ago
Andy Grover fc445084f1 RDS: Explicitly allocate rm in sendmsg() 15 years ago
Andy Grover e779137aa7 RDS: break out rdma and data ops into nested structs in rds_message 15 years ago
Andy Grover 8690bfa17a RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons 15 years ago
Andy Grover 9de0864cf5 RDS: Fix locking in send on m_rs_lock 15 years ago
Andy Grover 7c82eaf00e RDS: Rewrite rds_send_drop_to() for clarity 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Andy Grover 561c7df63e RDS: Do not call set_page_dirty() with irqs off 15 years ago
Andy Grover b98ba52f96 RDS: only put sockets that have seen congestion on the poll_waitq 15 years ago
Tina Yang 550a8002e4 RDS: Fix locking in rds_send_drop_to() 15 years ago
Tina Yang 048c15e641 RDS: Fix send locking issue 15 years ago
Andy Grover 1123fd734d RDS: sendmsg() should check sndtimeo, not rcvtimeo 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Andy Grover 616b757ae1 RDS: Export symbols from core RDS 16 years ago