index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
Commit message (
Expand
)
Author
Age
*
rds: avoid unenecessary cong_update in loop transport
Santosh Shilimkar
2018-06-14
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-02
|
\
|
*
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
Arnd Bergmann
2018-05-28
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-05-24
|
\
|
|
*
IB: remove redundant INFINIBAND kconfig dependencies
Greg Thelen
2018-05-09
*
|
rds: do not leak kernel memory to user land
Eric Dumazet
2018-05-03
*
|
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Dag Moxnes
2018-04-25
|
/
*
rds: MP-RDS may use an invalid c_path
Ka-Cheong Poon
2018-04-11
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
*
rds: tcp: remove register_netdevice_notifier infrastructure.
Sowmini Varadhan
2018-03-22
*
rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock
Sowmini Varadhan
2018-03-17
*
net: Convert rds_tcp_net_ops
Kirill Tkhai
2018-03-13
*
net: rds: drop VLA in rds_walk_conn_path_info()
Salvatore Mesoraca
2018-03-12
*
net: rds: drop VLA in rds_for_each_conn_info()
Salvatore Mesoraca
2018-03-12
*
rds: remove redundant variable 'sg_off'
Colin Ian King
2018-03-12
*
rds: rds_info_from_znotifier() can be static
kbuild test robot
2018-03-08
*
rds: rds_message_zcopy_from_user() can be static
kbuild test robot
2018-03-08
*
rds: use list structure to track information for zerocopy completion notifica...
Sowmini Varadhan
2018-03-07
*
rds: refactor zcopy code into rds_message_zcopy_from_user
Sowmini Varadhan
2018-03-07
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
|
\
|
*
rds: Incorrect reference counting in TCP socket creation
Ka-Cheong Poon
2018-03-02
*
|
rds: deliver zerocopy completion notification with data
Sowmini Varadhan
2018-02-27
*
|
rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier
Sowmini Varadhan
2018-02-23
*
|
rds: send: mark expected switch fall-through in rds_rm_size
Gustavo A. R. Silva
2018-02-21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
|
\
|
|
*
rds: do not call ->conn_alloc with GFP_KERNEL
Sowmini Varadhan
2018-02-13
*
|
rds: zerocopy Tx support.
Sowmini Varadhan
2018-02-16
*
|
rds: support for zcopy completion notification
Sowmini Varadhan
2018-02-16
*
|
rds: hold a sock ref from rds_message to the rds_sock
Sowmini Varadhan
2018-02-16
*
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
*
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...
Sowmini Varadhan
2018-02-08
*
RDS: IB: Fix null pointer issue
Guanglei Li
2018-02-06
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-23
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
|
|
\
\
|
*
|
|
rds: use RCU to synchronize work-enqueue with connection teardown
Sowmini Varadhan
2018-01-05
|
*
|
|
rds: Use atomic flag to track connections being destroyed
Sowmini Varadhan
2018-01-05
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-29
|
|
\
\
\
|
*
|
|
|
rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()
Sowmini Varadhan
2017-12-27
|
*
|
|
|
rds: tcp: initialize t_tcp_detached to false
Sowmini Varadhan
2017-12-27
|
*
|
|
|
rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
Sowmini Varadhan
2017-12-27
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-09
|
|
\
\
\
\
|
*
|
|
|
|
rds: debug: fix null check on static array
Prashant Bhole
2017-12-06
|
*
|
|
|
|
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
Sowmini Varadhan
2017-12-01
|
*
|
|
|
|
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
2017-12-01
|
*
|
|
|
|
rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()
Sowmini Varadhan
2017-12-01
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-01-31
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
2018-01-30
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
net/rds: Use rdma_read_gids to read connection GIDs
Parav Pandit
2018-01-19
|
|
|
/
/
/
/
|
|
/
|
|
|
|
[next]