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
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-21
/
+36
2017-05-02
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+1
2017-04-26
Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...
Al Viro
6
-35
/
+70
2017-04-21
rds: make use of iov_iter_revert()
Al Viro
1
-3
/
+1
2017-04-06
don't open-code kernel_setsockopt()
Al Viro
2
-11
/
+2
2017-04-02
rds: tcp: canonical connection order for all paths with index > 0
Sowmini Varadhan
1
-1
/
+1
2017-04-02
rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...
Sowmini Varadhan
1
-1
/
+9
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-35
/
+70
2017-03-13
rds: ib: unmap the scatter/gather list when error
Zhu Yanjun
1
-7
/
+19
2017-03-13
rds: ib: add the static type to the function
Zhu Yanjun
2
-4
/
+3
2017-03-13
rds: ib: remove redundant ib_dealloc_fmr
Zhu Yanjun
1
-5
/
+2
2017-03-13
rds: ib: drop unnecessary rdma_reject
Zhu Yanjun
1
-3
/
+2
2017-03-09
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2017-03-09
rds: ib: add error handle
Zhu Yanjun
1
-11
/
+36
2017-03-07
rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races
Sowmini Varadhan
3
-8
/
+18
2017-03-07
rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid races
Sowmini Varadhan
1
-10
/
+9
2017-03-07
rds: tcp: Take explicit refcounts on struct net
Sowmini Varadhan
3
-5
/
+6
2017-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-18
/
+6
2017-03-03
rds: remove unnecessary returned value check
Zhu Yanjun
4
-14
/
+4
2017-03-02
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-36
/
+0
2017-03-01
rds: ib: add the static type to the variables
Zhu Yanjun
2
-4
/
+2
2017-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-5
/
+5
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-5
/
+4
2017-02-24
rds: fix memory leak error
Zhu Yanjun
1
-3
/
+4
2017-02-24
RDS: IB: fix ifnullfree.cocci warnings
Wu Fengguang
1
-2
/
+1
2017-02-17
rds:Remove unnecessary ib_ring unalloc
Zhu Yanjun
1
-1
/
+0
2017-01-24
RDS: net: Switch from dma_device to dev.parent
Bart Van Assche
1
-1
/
+1
2017-01-24
IB/core: Change the type of an ib_dma_alloc_coherent() argument
Bart Van Assche
1
-3
/
+3
2017-01-24
RDS: IB: Remove an unused structure member
Bart Van Assche
1
-1
/
+0
2017-01-06
RDS: validate the requested traces user input against max supported
santosh.shilimkar@oracle.com
1
-0
/
+3
2017-01-02
RDS: add receive message trace used by application
Santosh Shilimkar
5
-3
/
+76
2017-01-02
RDS: make message size limit compliant with spec
Avinash Repaka
3
-1
/
+42
2017-01-02
RDS: add stat for socket recv memory usage
Venkat Venkatsubra
2
-0
/
+7
2017-01-02
RDS: IB: fix panic due to handlers running post teardown
Santosh Shilimkar
2
-0
/
+13
2017-01-02
RDS: RDMA: Fix the composite message user notification
Santosh Shilimkar
4
-11
/
+29
2017-01-02
RDS: IB: Add vector spreading for cqs
Santosh Shilimkar
3
-3
/
+53
2017-01-02
RDS: IB: add few useful cache stasts
Santosh Shilimkar
3
-0
/
+15
2017-01-02
RDS: IB: track and log active side endpoint in connection
Santosh Shilimkar
2
-4
/
+10
2017-01-02
RDS: RDMA: silence the use_once mr log flood
Santosh Shilimkar
1
-1
/
+2
2017-01-02
RDS: IB: split the mr registration and invalidation path
Santosh Shilimkar
3
-8
/
+16
2017-01-02
RDS: RDMA: return appropriate error on rdma map failures
Santosh Shilimkar
1
-1
/
+10
2017-01-02
RDS: RDMA: start rdma listening after init
Qing Huang
1
-8
/
+3
2017-01-02
RDS: RDMA: fix the ib_map_mr_sg_zbva() argument
Santosh Shilimkar
1
-2
/
+3
2017-01-02
RDS: IB: make the transport retry count smallest
Santosh Shilimkar
1
-1
/
+1
2017-01-02
RDS: IB: include faddr in connection log
Santosh Shilimkar
3
-14
/
+13
2017-01-02
RDS: mark few internal functions static to make sparse build happy
Santosh Shilimkar
3
-7
/
+8
2017-01-02
RDS: log the address on bind failure
Santosh Shilimkar
1
-2
/
+2
2016-12-26
rds: remove dead code
Al Viro
2
-36
/
+0
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
[next]