index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
3
-0
/
+11
|
\
|
*
rds: avoid unenecessary cong_update in loop transport
Santosh Shilimkar
2018-06-14
3
-0
/
+11
*
|
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-12
1
-2
/
+4
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-02
1
-1
/
+1
|
\
|
*
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
Arnd Bergmann
2018-05-28
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-05-24
1
-1
/
+1
|
\
|
|
*
IB: remove redundant INFINIBAND kconfig dependencies
Greg Thelen
2018-05-09
1
-1
/
+1
*
|
rds: do not leak kernel memory to user land
Eric Dumazet
2018-05-03
1
-0
/
+1
*
|
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Dag Moxnes
2018-04-25
1
-1
/
+2
|
/
*
rds: MP-RDS may use an invalid c_path
Ka-Cheong Poon
2018-04-11
1
-5
/
+10
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
rds: tcp: remove register_netdevice_notifier infrastructure.
Sowmini Varadhan
2018-03-22
1
-70
/
+23
*
rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock
Sowmini Varadhan
2018-03-17
1
-8
/
+9
*
net: Convert rds_tcp_net_ops
Kirill Tkhai
2018-03-13
1
-0
/
+1
*
net: rds: drop VLA in rds_walk_conn_path_info()
Salvatore Mesoraca
2018-03-12
1
-1
/
+4
*
net: rds: drop VLA in rds_for_each_conn_info()
Salvatore Mesoraca
2018-03-12
3
-1
/
+5
*
rds: remove redundant variable 'sg_off'
Colin Ian King
2018-03-12
1
-2
/
+0
*
rds: rds_info_from_znotifier() can be static
kbuild test robot
2018-03-08
1
-1
/
+1
*
rds: rds_message_zcopy_from_user() can be static
kbuild test robot
2018-03-08
1
-1
/
+1
*
rds: use list structure to track information for zerocopy completion notifica...
Sowmini Varadhan
2018-03-07
4
-44
/
+85
*
rds: refactor zcopy code into rds_message_zcopy_from_user
Sowmini Varadhan
2018-03-07
1
-48
/
+60
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
1
-3
/
+11
|
\
|
*
rds: Incorrect reference counting in TCP socket creation
Ka-Cheong Poon
2018-03-02
1
-3
/
+11
*
|
rds: deliver zerocopy completion notification with data
Sowmini Varadhan
2018-02-27
4
-25
/
+53
*
|
rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier
Sowmini Varadhan
2018-02-23
1
-1
/
+2
*
|
rds: send: mark expected switch fall-through in rds_rm_size
Gustavo A. R. Silva
2018-02-21
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
1
-1
/
+1
|
\
|
|
*
rds: do not call ->conn_alloc with GFP_KERNEL
Sowmini Varadhan
2018-02-13
1
-1
/
+1
*
|
rds: zerocopy Tx support.
Sowmini Varadhan
2018-02-16
3
-8
/
+90
*
|
rds: support for zcopy completion notification
Sowmini Varadhan
2018-02-16
4
-7
/
+94
*
|
rds: hold a sock ref from rds_message to the rds_sock
Sowmini Varadhan
2018-02-16
2
-7
/
+8
*
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
2
-8
/
+4
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-8
/
+8
*
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...
Sowmini Varadhan
2018-02-08
11
-30
/
+76
*
RDS: IB: Fix null pointer issue
Guanglei Li
2018-02-06
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
11
-74
/
+128
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-23
3
-5
/
+6
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
1
-0
/
+4
|
|
\
\
|
*
|
|
rds: use RCU to synchronize work-enqueue with connection teardown
Sowmini Varadhan
2018-01-05
6
-20
/
+81
|
*
|
|
rds: Use atomic flag to track connections being destroyed
Sowmini Varadhan
2018-01-05
3
-6
/
+7
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-29
1
-0
/
+3
|
|
\
\
\
|
*
|
|
|
rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()
Sowmini Varadhan
2017-12-27
1
-20
/
+26
|
*
|
|
|
rds: tcp: initialize t_tcp_detached to false
Sowmini Varadhan
2017-12-27
1
-0
/
+1
|
*
|
|
|
rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
Sowmini Varadhan
2017-12-27
1
-0
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-09
1
-1
/
+1
|
|
\
\
\
\
|
*
|
|
|
|
rds: debug: fix null check on static array
Prashant Bhole
2017-12-06
1
-2
/
+2
|
*
|
|
|
|
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
Sowmini Varadhan
2017-12-01
2
-2
/
+8
|
*
|
|
|
|
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
2017-12-01
3
-6
/
+7
[next]