index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-03
RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.
Sowmini Varadhan
4
-10
/
+33
2016-05-03
RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
Sowmini Varadhan
2
-17
/
+25
2016-04-16
RDS: Fix the atomicity for congestion map update
santosh.shilimkar@oracle.com
1
-2
/
+2
2016-04-16
RDS: fix endianness for dp_ack_seq
Qing Huang
1
-1
/
+1
2016-04-07
RDS: fix congestion map corruption for PAGE_SIZE > 4k
shamir rabinovitch
1
-1
/
+1
2016-04-07
RDS: memory allocated must be align to 8
shamir rabinovitch
1
-2
/
+2
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
26
-5043
/
+1193
2016-03-18
RDS: TCP: Remove unused constant
Sowmini Varadhan
1
-2
/
+0
2016-03-18
RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
Sowmini Varadhan
1
-10
/
+135
2016-03-15
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
1
-2
/
+2
2016-03-02
RDS: IB: Support Fastreg MR (FRMR) memory registration mode
Avinash Repaka
6
-5
/
+422
2016-03-02
RDS: IB: allocate extra space on queues for FRMR support
santosh.shilimkar@oracle.com
2
-4
/
+16
2016-03-02
RDS: IB: add Fastreg MR (FRMR) detection support
santosh.shilimkar@oracle.com
3
-0
/
+15
2016-03-02
RDS: IB: add mr reused stats
santosh.shilimkar@oracle.com
3
-1
/
+10
2016-03-02
RDS: IB: handle the RDMA CM time wait event
santosh.shilimkar@oracle.com
1
-0
/
+8
2016-03-02
RDS: IB: add connection info to ibmr
santosh.shilimkar@oracle.com
1
-8
/
+9
2016-03-02
RDS: IB: move FMR code to its own file
santosh.shilimkar@oracle.com
3
-106
/
+134
2016-03-02
RDS: IB: create struct rds_ib_fmr
santosh.shilimkar@oracle.com
3
-13
/
+29
2016-03-02
RDS: IB: Re-organise ibmr code
santosh.shilimkar@oracle.com
6
-347
/
+422
2016-03-02
RDS: IB: Remove the RDS_IB_SEND_OP dependency
santosh.shilimkar@oracle.com
3
-20
/
+29
2016-03-02
RDS: Add support for SO_TIMESTAMP for incoming messages
santosh.shilimkar@oracle.com
3
-2
/
+45
2016-03-02
RDS: Drop stale iWARP RDMA transport
santosh.shilimkar@oracle.com
13
-4611
/
+6
2016-02-11
rds: duplicate include net/tcp.h
stephen hemminger
1
-1
/
+0
2016-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-41
/
+16
2015-12-22
RDS: don't pretend to use cpu notifiers
Sebastian Andrzej Siewior
1
-25
/
+6
2015-12-22
net/rds: Avoid calling ib_query_device
Or Gerlitz
2
-41
/
+16
2015-11-24
RDS: fix race condition when sending a message on unbound socket
Quentin Casasnovas
2
-7
/
+3
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
10
-203
/
+178
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+2
2015-11-02
RDS: convert bind hash table to re-sizable hashtable
santosh.shilimkar@oracle.com
3
-86
/
+56
2015-11-02
net: rds: changing the return type from int to void
Saurabh Sengar
1
-4
/
+2
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+9
2015-10-28
RDS/IW: Convert to new memory registration API
Sagi Grimberg
3
-115
/
+75
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
5
-105
/
+120
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
5
-6
/
+6
2015-10-27
RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...
Sowmini Varadhan
1
-2
/
+9
2015-10-18
RDS: fix rds-ping deadlock over TCP transport
santosh.shilimkar@oracle.com
1
-3
/
+2
2015-10-13
RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...
Sowmini Varadhan
1
-0
/
+3
2015-10-13
RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.
Sowmini Varadhan
1
-1
/
+8
2015-10-08
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
12
-282
/
+448
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
5
-105
/
+120
2015-10-05
RDS: IB: split mr pool to improve 8K messages performance
Santosh Shilimkar
4
-62
/
+147
2015-10-05
RDS: IB: use max_mr from HCA caps than max_fmr
Santosh Shilimkar
1
-2
/
+2
2015-10-05
RDS: IB: mark rds_ib_fmr_wq static
Santosh Shilimkar
1
-1
/
+1
2015-10-05
RDS: IB: use already available pool handle from ibmr
Santosh Shilimkar
1
-3
/
+2
2015-10-05
RDS: IB: fix the rds_ib_fmr_wq kick call
Santosh Shilimkar
1
-1
/
+1
2015-10-05
RDS: IB: handle rds_ibdev release case instead of crashing the kernel
Santosh Shilimkar
1
-1
/
+2
2015-10-05
RDS: IB: split send completion handling and do batch ack
Santosh Shilimkar
5
-65
/
+98
2015-10-05
RDS: IB: ack more receive completions to improve performance
Santosh Shilimkar
4
-105
/
+132
[next]