index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
/
ib_recv.c
Age
Commit message (
Expand
)
Author
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-10-05
RDS: IB: ack more receive completions to improve performance
Santosh Shilimkar
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-08-30
rds/ib: Remove ib_get_dma_mr calls
Jason Gunthorpe
2015-08-25
RDS: fix the dangling reference to rds_ib_incoming_slab
santosh.shilimkar@oracle.com
2015-08-25
rds: Fix improper gfp_t usage.
David S. Miller
2015-08-25
RDS: make sure we post recv buffers
santosh.shilimkar@oracle.com
2015-08-25
RDS: always free recv frag as we free its ring entry
santosh.shilimkar@oracle.com
2015-05-18
RDS: Switch to generic logging helpers
Sagi Grimberg
2014-11-24
rds: switch ->inc_copy_to_user() to passing iov_iter
Al Viro
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-01-18
net: rds: fix per-cpu helper usage
Gerald Schaefer
2012-12-26
IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len
Marciniszyn, Mike
2012-11-19
net: rds: use this_cpu_* per-cpu helper
Shan Wei
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-20
rds: remove the second argument of k[un]map_atomic()
Cong Wang
2012-02-09
rds: Fix typo in iw_recv.c and ib_recv.c
Masanari Iida
2010-09-09
RDS/IB: print string constants in more places
Zach Brown
2010-09-09
RDS: properly use sg_init_table
Chris Mason
2010-09-09
RDS: remove __init and __exit annotation
Zach Brown
2010-09-09
RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()
Andy Grover
2010-09-09
RDS/IB: always process recv completions
Zach Brown
2010-09-09
RDS/IB: Make ib_recv_refill return void
Andy Grover
2010-09-09
RDS: use friendly gfp masks for prefill
Chris Mason
2010-09-09
RDS/IB: Add caching of frags and incs
Chris Mason
2010-09-09
RDS/IB: Remove ib_recv_unmap_page()
Andy Grover
2010-09-09
RDS: Assume recv->r_frag is always NULL in refill_one()
Andy Grover
2010-09-09
RDS: Use page_remainder_alloc() for recv bufs
Andy Grover
2010-09-09
rds: don't let RDS shutdown a connection while senders are present
Chris Mason
2010-09-09
RDS: Refill recv ring directly from tasklet
Andy Grover
2010-09-09
RDS/IB: Remove ib_[header/data]_sge() functions
Andy Grover
2010-09-09
RDS/IB: Disallow connections less than RDS 3.1
Andy Grover
2010-09-09
RDS: inc_purge() transport function unused - remove it
Andy Grover
2010-09-09
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-17
RDS: Do not BUG() on error returned from ib_post_send
Andy Grover
2009-11-30
net: Move && and || to end of previous line
Joe Perches
2009-10-30
RDS/IB+IW: Move recv processing to a tasklet
Andy Grover
2009-10-30
RDS: Fix potential race around rds_i[bw]_allocation
Andy Grover
2009-07-20
RDS/IB: Rename byte_len to data_len to enhance readability
Andy Grover
2009-07-20
RDS/IB: Handle connections using RDS 3.0 wire protocol
Andy Grover
2009-04-10
RDS/IW+IB: Allow max credit advertise window.
Steve Wise
2009-04-02
RDS: Use spinlock to protect 64b value update on 32b archs
Andy Grover
2009-02-27
RDS/IB: Receive datagrams via IB
Andy Grover