index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDS: fix congestion map corruption for PAGE_SIZE > 4k
shamir rabinovitch
2016-04-07
1
-1
/
+1
*
RDS: memory allocated must be align to 8
shamir rabinovitch
2016-04-07
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
26
-5043
/
+1193
|
\
|
*
RDS: TCP: Remove unused constant
Sowmini Varadhan
2016-03-18
1
-2
/
+0
|
*
RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
Sowmini Varadhan
2016-03-18
1
-10
/
+135
|
*
RDS: IB: Support Fastreg MR (FRMR) memory registration mode
Avinash Repaka
2016-03-02
6
-5
/
+422
|
*
RDS: IB: allocate extra space on queues for FRMR support
santosh.shilimkar@oracle.com
2016-03-02
2
-4
/
+16
|
*
RDS: IB: add Fastreg MR (FRMR) detection support
santosh.shilimkar@oracle.com
2016-03-02
3
-0
/
+15
|
*
RDS: IB: add mr reused stats
santosh.shilimkar@oracle.com
2016-03-02
3
-1
/
+10
|
*
RDS: IB: handle the RDMA CM time wait event
santosh.shilimkar@oracle.com
2016-03-02
1
-0
/
+8
|
*
RDS: IB: add connection info to ibmr
santosh.shilimkar@oracle.com
2016-03-02
1
-8
/
+9
|
*
RDS: IB: move FMR code to its own file
santosh.shilimkar@oracle.com
2016-03-02
3
-106
/
+134
|
*
RDS: IB: create struct rds_ib_fmr
santosh.shilimkar@oracle.com
2016-03-02
3
-13
/
+29
|
*
RDS: IB: Re-organise ibmr code
santosh.shilimkar@oracle.com
2016-03-02
6
-347
/
+422
|
*
RDS: IB: Remove the RDS_IB_SEND_OP dependency
santosh.shilimkar@oracle.com
2016-03-02
3
-20
/
+29
|
*
RDS: Add support for SO_TIMESTAMP for incoming messages
santosh.shilimkar@oracle.com
2016-03-02
3
-2
/
+45
|
*
RDS: Drop stale iWARP RDMA transport
santosh.shilimkar@oracle.com
2016-03-02
13
-4611
/
+6
|
*
rds: duplicate include net/tcp.h
stephen hemminger
2016-02-11
1
-1
/
+0
*
|
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
2016-03-15
1
-2
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-01-23
2
-41
/
+16
|
\
|
*
net/rds: Avoid calling ib_query_device
Or Gerlitz
2015-12-22
2
-41
/
+16
*
|
RDS: don't pretend to use cpu notifiers
Sebastian Andrzej Siewior
2015-12-22
1
-25
/
+6
|
/
*
RDS: fix race condition when sending a message on unbound socket
Quentin Casasnovas
2015-11-24
2
-7
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
1
-2
/
+2
|
\
|
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-2
/
+2
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-11-07
10
-203
/
+178
|
\
\
|
|
/
|
/
|
|
*
RDS/IW: Convert to new memory registration API
Sagi Grimberg
2015-10-28
3
-115
/
+75
|
*
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
2015-10-28
5
-105
/
+120
|
|
\
|
|
*
IB: split struct ib_send_wr
Christoph Hellwig
2015-10-08
5
-105
/
+120
|
*
|
IB/cma: Add support for network namespaces
Guy Shapiro
2015-10-28
5
-6
/
+6
|
|
/
*
|
RDS: convert bind hash table to re-sizable hashtable
santosh.shilimkar@oracle.com
2015-11-02
3
-86
/
+56
*
|
net: rds: changing the return type from int to void
Saurabh Sengar
2015-11-02
1
-4
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-01
1
-2
/
+9
|
\
\
|
*
|
RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...
Sowmini Varadhan
2015-10-27
1
-2
/
+9
|
|
/
*
|
RDS: fix rds-ping deadlock over TCP transport
santosh.shilimkar@oracle.com
2015-10-18
1
-3
/
+2
*
|
RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...
Sowmini Varadhan
2015-10-13
1
-0
/
+3
*
|
RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.
Sowmini Varadhan
2015-10-13
1
-1
/
+8
*
|
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2015-10-08
12
-282
/
+448
|
\
\
|
*
|
RDS: IB: split mr pool to improve 8K messages performance
Santosh Shilimkar
2015-10-05
4
-62
/
+147
|
*
|
RDS: IB: use max_mr from HCA caps than max_fmr
Santosh Shilimkar
2015-10-05
1
-2
/
+2
|
*
|
RDS: IB: mark rds_ib_fmr_wq static
Santosh Shilimkar
2015-10-05
1
-1
/
+1
|
*
|
RDS: IB: use already available pool handle from ibmr
Santosh Shilimkar
2015-10-05
1
-3
/
+2
|
*
|
RDS: IB: fix the rds_ib_fmr_wq kick call
Santosh Shilimkar
2015-10-05
1
-1
/
+1
|
*
|
RDS: IB: handle rds_ibdev release case instead of crashing the kernel
Santosh Shilimkar
2015-10-05
1
-1
/
+2
|
*
|
RDS: IB: split send completion handling and do batch ack
Santosh Shilimkar
2015-10-05
5
-65
/
+98
|
*
|
RDS: IB: ack more receive completions to improve performance
Santosh Shilimkar
2015-10-05
4
-105
/
+132
|
*
|
RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
Santosh Shilimkar
2015-10-05
2
-4
/
+8
|
*
|
RDS: defer the over_batch work to send worker
Santosh Shilimkar
2015-10-05
1
-3
/
+6
|
*
|
RDS: Use per-bucket rw lock for bind hash-table
Santosh Shilimkar
2015-09-30
3
-15
/
+35
|
*
|
RDS: fix rds_sock reference bug while doing bind
Santosh Shilimkar
2015-09-30
1
-5
/
+11
[next]