Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c9472a2912e4ace063961c6f34ce80b105d6c1c6
/
net
/
rds
/
send.c
5175a5e
RDS: fix rds-ping spinlock recursion
by jeff.liu
· 12 years ago
a6506e1
Remove printk from rds_sendmsg
by Dave Jones
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
d9b9384
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
by Paul Gortmaker
· 13 years ago
cb0a605
net/rds: use prink_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d139ff0
RDS: Let rds_message_alloc_sgs() return NULL
by Andy Grover
· 14 years ago
ff51bf8
rds: make local functions/variables static
by stephen hemminger
· 14 years ago
20c72bd
RDS: Implement masked atomic operations
by Andy Grover
· 14 years ago
0f4b1c7
rds: fix rds_send_xmit() serialization
by Zach Brown
· 14 years ago
671202f
rds: remove unused rds_send_acked_before()
by Zach Brown
· 14 years ago
f3c6808
RDS: introduce rds_conn_connect_if_down()
by Zach Brown
· 14 years ago
1cc2228
rds: Fix reference counting on the for xmit_atomic and xmit_rdma
by Chris Mason
· 14 years ago
c9e6538
rds: Fix RDMA message reference counting
by Chris Mason
· 14 years ago
7e3f295
rds: don't let RDS shutdown a connection while senders are present
by Chris Mason
· 14 years ago
ce47f52
RDS: Update comments in rds_send_xmit()
by Andy Grover
· 15 years ago
9e29db0
RDS: Use a generation counter to avoid rds_send_xmit loop
by Chris Mason
· 15 years ago
acfcd4d
RDS: Get pong working again
by Andy Grover
· 15 years ago
fcc5450
RDS: Remove send_quota from send_xmit()
by Andy Grover
· 15 years ago
cf4b738
RDS: Fix locking in send on m_rs_lock
by Andy Grover
· 15 years ago
a7d3a28
RDS: Call rds_send_xmit() directly from sendmsg()
by Andy Grover
· 15 years ago
2ad8099
RDS: rds_send_xmit() locking/irq fixes
by Andy Grover
· 15 years ago
049ee3f
RDS: Change send lock from a mutex to a spinlock
by Andy Grover
· 15 years ago
77dd550
RDS: Stop supporting old cong map sending method
by Andy Grover
· 15 years ago
ff3d7d3
RDS: Perform unmapping ops in stages
by Andy Grover
· 15 years ago
aa0a4ef
RDS: Make sure cmsgs aren't used in improper ways
by Andy Grover
· 15 years ago
2c3a5f9
RDS: Add flag for silent ops. Do atomic op before RDMA
by Andy Grover
· 15 years ago
940786e
RDS: queue failure notifications for dropped atomic ops
by Andy Grover
· 15 years ago
372cd7d
RDS: Do not set op_active in r_m_copy_from_user().
by Andy Grover
· 15 years ago
5b2366b
RDS: Rewrite rds_send_xmit
by Andy Grover
· 15 years ago
6c7cc6e
RDS: Rename data op members prefix from m_ to op_
by Andy Grover
· 15 years ago
f8b3aaf
RDS: Remove struct rds_rdma_op
by Andy Grover
· 15 years ago
241eef3
RDS: Implement silent atomics
by Andy Grover
· 15 years ago
6200ed7
RDS: Whitespace
by Andy Grover
· 15 years ago
15133f6
RDS: Implement atomic operations
by Andy Grover
· 15 years ago
a63273d
RDS: Clear up some confusing code in send_remove_from_sock
by Andy Grover
· 15 years ago
ff87e97
RDS: make m_rdma_op a member of rds_message
by Andy Grover
· 15 years ago
21f79af
RDS: fold rdma.h into rds.h
by Andy Grover
· 15 years ago
fc44508
RDS: Explicitly allocate rm in sendmsg()
by Andy Grover
· 15 years ago
e779137
RDS: break out rdma and data ops into nested structs in rds_message
by Andy Grover
· 15 years ago
8690bfa
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
by Andy Grover
· 15 years ago
9de0864
RDS: Fix locking in send on m_rs_lock
by Andy Grover
· 15 years ago
7c82eaf
RDS: Rewrite rds_send_drop_to() for clarity
by Andy Grover
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
561c7df
RDS: Do not call set_page_dirty() with irqs off
by Andy Grover
· 15 years ago
b98ba52
RDS: only put sockets that have seen congestion on the poll_waitq
by Andy Grover
· 15 years ago
550a800
RDS: Fix locking in rds_send_drop_to()
by Tina Yang
· 15 years ago
048c15e
RDS: Fix send locking issue
by Tina Yang
· 15 years ago
1123fd7
RDS: sendmsg() should check sndtimeo, not rcvtimeo
by Andy Grover
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
616b757
RDS: Export symbols from core RDS
by Andy Grover
· 15 years ago
49f6969
RDS: Establish connection before parsing CMSGs
by Andy Grover
· 16 years ago
f1cffcb
RDS: Fix m_rs_lock deadlock
by Andy Grover
· 16 years ago
5c11559
RDS: send.c
by Andy Grover
· 16 years ago