index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
/
message.c
Age
Commit message (
Expand
)
Author
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2010-11-08
rds: Fix rds message leak in rds_message_map_pages
Pavel Emelyanov
2010-10-30
RDS: Let rds_message_alloc_sgs() return NULL
Andy Grover
2010-10-21
rds: make local functions/variables static
stephen hemminger
2010-09-09
rds: don't let RDS shutdown a connection while senders are present
Chris Mason
2010-09-09
rds: per-rm flush_wait waitq
Chris Mason
2010-09-09
RDS: Do wait_event_interruptible instead of wait_event
Andy Grover
2010-09-09
RDS: rds_message_unmapped() doesn't need to check if queue active
Andy Grover
2010-09-09
RDS: Use NOWAIT in message_map_pages()
Andy Grover
2010-09-09
RDS: Add a warning if trying to allocate 0 sgs
Andy Grover
2010-09-09
RDS: Do not set op_active in r_m_copy_from_user().
Andy Grover
2010-09-09
RDS: Rename data op members prefix from m_ to op_
Andy Grover
2010-09-09
RDS: Remove struct rds_rdma_op
Andy Grover
2010-09-09
RDS: purge atomic resources too in rds_message_purge()
Andy Grover
2010-09-09
RDS: Implement silent atomics
Andy Grover
2010-09-09
RDS: Move loop-only function to loop.c
Andy Grover
2010-09-09
RDS: inc_purge() transport function unused - remove it
Andy Grover
2010-09-09
RDS: make sure all sgs alloced are initialized
Andy Grover
2010-09-09
RDS: make m_rdma_op a member of rds_message
Andy Grover
2010-09-09
RDS: fold rdma.h into rds.h
Andy Grover
2010-09-09
RDS: Explicitly allocate rm in sendmsg()
Andy Grover
2010-09-09
RDS: break out rdma and data ops into nested structs in rds_message
Andy Grover
2010-09-09
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-11-30
net: Move && and || to end of previous line
Joe Perches
2009-08-24
RDS: Export symbols from core RDS
Andy Grover
2009-02-27
RDS: Message parsing
Andy Grover