index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
1
-1
/
+1
2016-08-08
RDS: add __printf format attribute to error reporting functions
Nicolas Iooss
2
-0
/
+2
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
11
-30
/
+257
2016-07-15
RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()
Sowmini Varadhan
1
-18
/
+4
2016-07-15
RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready
Sowmini Varadhan
3
-0
/
+10
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2016-07-04
RDS: fix rds_tcp_init() error path
Vegard Nossum
1
-2
/
+3
2016-07-01
RDS: Do not send a pong to an incoming ping with 0 src port
Sowmini Varadhan
1
-0
/
+4
2016-07-01
RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts
Sowmini Varadhan
2
-3
/
+6
2016-07-01
RDS: TCP: Hooks to set up a single connection path
Sowmini Varadhan
9
-17
/
+20
2016-07-01
RDS: TCP: make receive path use the rds_conn_path
Sowmini Varadhan
9
-22
/
+26
2016-07-01
RDS: TCP: make ->sk_user_data point to a rds_conn_path
Sowmini Varadhan
6
-40
/
+41
2016-07-01
RDS: TCP: Refactor connection destruction to handle multiple paths
Sowmini Varadhan
1
-7
/
+39
2016-07-01
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
Sowmini Varadhan
5
-42
/
+48
2016-07-01
RDS: TCP: Remove dead logic around c_passive in rds-tcp
Sowmini Varadhan
1
-6
/
+1
2016-07-01
RDS: Rework path specific indirections
Sowmini Varadhan
12
-40
/
+29
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-30
/
+31
2016-06-18
net: rds: fix coding style issues
Joshua Houghton
8
-28
/
+29
2016-06-17
RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UP
Sowmini Varadhan
1
-1
/
+1
2016-06-17
RDS: TCP: Fix non static symbol warnings
Wei Yongjun
1
-2
/
+2
2016-06-14
RDS: Update rds_conn_destroy to be MP capable
Sowmini Varadhan
1
-20
/
+39
2016-06-14
RDS: Update rds_conn_shutdown to work with rds_conn_path
Sowmini Varadhan
5
-38
/
+44
2016-06-14
RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create
Sowmini Varadhan
1
-20
/
+45
2016-06-14
RDS: Add rds_conn_path_error()
Sowmini Varadhan
3
-1
/
+18
2016-06-14
RDS: update rds-info related functions to traverse multiple conn_paths
Sowmini Varadhan
1
-27
/
+82
2016-06-14
RDS: Add rds_conn_path_connect_if_down() for MP-aware callers
Sowmini Varadhan
3
-8
/
+14
2016-06-14
RDS: Make rds_send_pong() take a rds_conn_path argument
Sowmini Varadhan
3
-14
/
+14
2016-06-14
RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...
Sowmini Varadhan
1
-3
/
+8
2016-06-14
RDS: Pass rds_conn_path to rds_send_xmit()
Sowmini Varadhan
4
-70
/
+87
2016-06-14
RDS: Make rds_send_queue_rm() rds_conn_path aware
Sowmini Varadhan
1
-6
/
+11
2016-06-14
RDS: Remove stale function rds_send_get_message()
Sowmini Varadhan
2
-38
/
+0
2016-06-14
RDS: Add rds_send_path_drop_acked()
Sowmini Varadhan
2
-5
/
+15
2016-06-14
RDS: Add rds_send_path_reset()
Sowmini Varadhan
1
-17
/
+22
2016-06-14
RDS: rds_inc_path_init() helper function for MP capable transports
Sowmini Varadhan
2
-0
/
+16
2016-06-14
RDS: recv path gets the conn_path from rds_incoming for MP capable transports
Sowmini Varadhan
2
-4
/
+9
2016-06-14
RDS: add t_mp_capable bit to be set by MP capable transports
Sowmini Varadhan
1
-1
/
+6
2016-06-14
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
19
-93
/
+199
2016-06-10
RDS: IB: Remove deprecated create_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-06-07
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
5
-8
/
+27
2016-06-07
RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...
Sowmini Varadhan
2
-0
/
+2
2016-06-07
RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely
Sowmini Varadhan
3
-12
/
+67
2016-06-02
rds: fix an infoleak in rds_inc_info_copy
Kangjie Lu
1
-0
/
+2
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-12
/
+17
2016-05-20
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
1
-4
/
+6
2016-05-20
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
1
-0
/
+3
2016-05-20
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
[next]