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-12-20
RDS: use rb_entry()
Geliang Tang
1
-1
/
+1
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+4
2016-12-14
rds_rdma: log the connection reject message
Steve Wise
1
-1
/
+4
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-12-02
RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net
Sowmini Varadhan
1
-0
/
+2
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-17
RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...
Sowmini Varadhan
3
-18
/
+26
2016-11-17
RDS: TCP: Track peer's connection generation number
Sowmini Varadhan
6
-3
/
+57
2016-11-17
RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans list
Sowmini Varadhan
1
-0
/
+3
2016-11-09
RDS: TCP: start multipath acceptor loop at 0
Sowmini Varadhan
1
-1
/
+1
2016-11-09
RDS: TCP: report addr/port info based on TCP socket in rds-info
Sowmini Varadhan
1
-7
/
+13
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2016-10-29
rds: debug messages are enabled by default
shamir rabinovitch
2
-2
/
+2
2016-10-17
rds: Remove duplicate prefix from rds_conn_path_error use
Joe Perches
1
-2
/
+1
2016-10-17
rds: Remove unused rds_conn_error
Joe Perches
2
-19
/
+0
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
[next]