Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
22e3817e6c8301dc0520b855c8a2d764580e719c
/
net
/
rds
/
rds.h
7b56543
RDS: convert bind hash table to re-sizable hashtable
by santosh.shilimkar@oracle.com
· 9 years ago
91d2f14
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux
by David S. Miller
· 9 years ago
3b20fc3
RDS: Use a single TCP socket for both send and receive.
by Sowmini Varadhan
· 9 years ago
9b9acde
RDS: Use per-bucket rw lock for bind hash-table
by Santosh Shilimkar
· 11 years ago
73ce431
RDS: make sure we post recv buffers
by santosh.shilimkar@oracle.com
· 9 years ago
d5a8ac2
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net
by Sowmini Varadhan
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
b806ef3
Merge branch 'for-4.2-misc' into k.o/for-4.2
by Doug Ledford
· 9 years ago
d655a9f
rds: re-entry of rds_ib_xmit/rds_iw_xmit
by Wengang Wang
· 10 years ago
d97dac5
net/rds: Add setsockopt support for SO_RDS_TRANSPORT
by Sowmini Varadhan
· 9 years ago
a28c257
net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h
by Sowmini Varadhan
· 9 years ago
3c88f3d
RDS: Switch to generic logging helpers
by Sagi Grimberg
· 10 years ago
87ffabb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
443be0e
RDS: make sure not to loop forever inside rds_send_xmit
by Sowmini Varadhan
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
083735f
rds: switch rds_message_copy_from_user() to iov_iter
by Al Viro
· 10 years ago
c310e72
rds: switch ->inc_copy_to_user() to passing iov_iter
by Al Viro
· 10 years ago
c1b1203
net: misc: Remove extern from function prototypes
by Joe Perches
· 11 years ago
6114eab
rds: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
441c793
net: cleanup unused macros in net directory
by Shan Wei
· 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
59f740a
RDS/IB: print string constants in more places
by Zach Brown
· 14 years ago
5adb5bc
RDS: have sockets get transport module references
by Zach Brown
· 14 years ago
7751048
RDS: remove old rs_transport comment
by Zach Brown
· 14 years ago
ef87b7e
RDS: remove __init and __exit annotation
by Zach Brown
· 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
· 15 years ago
7e3f295
rds: don't let RDS shutdown a connection while senders are present
by Chris Mason
· 15 years ago
38a4e5e
rds: Use RCU for the bind lookup searches
by Chris Mason
· 15 years ago
c83188d
rds: per-rm flush_wait waitq
by Chris Mason
· 15 years ago
9e29db0
RDS: Use a generation counter to avoid rds_send_xmit loop
by Chris Mason
· 15 years ago
51e2cba
RDS: Move atomic stats from general to ib-specific area
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
2c3a5f9
RDS: Add flag for silent ops. Do atomic op before RDMA
by Andy Grover
· 15 years ago
7e3bd65
RDS: Move some variables around for consistency
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
d0ab25a
RDS: purge atomic resources too in rds_message_purge()
by Andy Grover
· 15 years ago
241eef3
RDS: Implement silent atomics
by Andy Grover
· 15 years ago
809fa14
RDS: inc_purge() transport function unused - remove it
by Andy Grover
· 15 years ago
15133f6
RDS: Implement atomic operations
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
2dc3935
RDS: move rds_shutdown_worker impl. to rds_conn_shutdown
by Andy Grover
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
b98ba52
RDS: only put sockets that have seen congestion on the poll_waitq
by Andy Grover
· 15 years ago
335776b
RDS: Track transports via an array, not a list
by Andy Grover
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9b8de74
FRV: Fix the section attribute on UP DECLARE_PER_CPU()
by David Howells
· 16 years ago
7b70d03
RDS/IW+IB: Allow max credit advertise window.
by Steve Wise
· 16 years ago
8cbd960
RDS: Use spinlock to protect 64b value update on 32b archs
by Andy Grover
· 16 years ago
39de828
RDS: Main header file
by Andy Grover
· 16 years ago