index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-05
RDS: fix rds_tcp_init() error path
Vegard Nossum
1
-2
/
+3
2016-06-19
net: rds: fix coding style issues
Joshua Houghton
8
-28
/
+29
2016-06-18
RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UP
Sowmini Varadhan
1
-1
/
+1
2016-06-08
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
5
-8
/
+27
2016-06-08
RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...
Sowmini Varadhan
2
-0
/
+2
2016-06-08
RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely
Sowmini Varadhan
3
-12
/
+67
2016-06-03
rds: fix an infoleak in rds_inc_info_copy
Kangjie Lu
1
-0
/
+2
2016-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-12
/
+17
2016-05-21
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
1
-4
/
+6
2016-05-21
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
1
-0
/
+3
2016-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+1
2016-05-19
rds: tcp: block BH in TCP callbacks
Eric Dumazet
4
-8
/
+8
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
1
-1
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-19
/
+50
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-25
RDS: TCP: Call pskb_extract() helper function
Sowmini Varadhan
1
-11
/
+3
2016-04-17
RDS: Fix the atomicity for congestion map update
santosh.shilimkar@oracle.com
1
-2
/
+2
2016-04-17
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-19
RDS: TCP: Remove unused constant
Sowmini Varadhan
1
-2
/
+0
2016-03-19
RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
Sowmini Varadhan
1
-10
/
+135
2016-03-16
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-24
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-25
RDS: fix race condition when sending a message on unbound socket
Quentin Casasnovas
2
-7
/
+3
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2015-11-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
10
-203
/
+178
2015-11-07
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-29
RDS/IW: Convert to new memory registration API
Sagi Grimberg
3
-115
/
+75
2015-10-29
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
5
-105
/
+120
[next]