Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
08193d1a893c802c4b807e4d522865061f4e9f4f
/
net
/
rds
dc66fe4
rds: send: Fix dead code in rds_sendmsg
by Gustavo A. R. Silva
· 7 years ago
ba7d7e2
net/rds/Kconfig: RDS should depend on IPV6
by Anders Roxell
· 7 years ago
1cb1d97
rds: remove trailing whitespace and blank lines
by Stephen Hemminger
· 7 years ago
b7ff8b1
rds: Extend RDS API for IPv6 support
by Ka-Cheong Poon
· 7 years ago
1e2b44e
rds: Enable RDS IPv6 support
by Ka-Cheong Poon
· 7 years ago
eee2fa6
rds: Changing IP address internal representation to struct in6_addr
by Ka-Cheong Poon
· 7 years ago
fa52531
net/rds: Remove unnecessary variable
by Håkon Bugge
· 7 years ago
bfd4271
net/rds: void function cannot return -1
by Håkon Bugge
· 7 years ago
c809195f
rds: clean up loopback rds_connections on netns deletion
by Sowmini Varadhan
· 7 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
f1693c6
rds: avoid unenecessary cong_update in loop transport
by Santosh Shilimkar
· 7 years ago
fd7bece
treewide: Use array_size() in vzalloc_node()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
7fdf3e8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
533d1da
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
by Arnd Bergmann
· 7 years ago
34b48b8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
9533b29
IB: remove redundant INFINIBAND kconfig dependencies
by Greg Thelen
· 7 years ago
eb80ca4
rds: do not leak kernel memory to user land
by Eric Dumazet
· 7 years ago
91a8252
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
by Dag Moxnes
· 7 years ago
a43cced
rds: MP-RDS may use an invalid c_path
by Ka-Cheong Poon
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
bdf5bd7
rds: tcp: remove register_netdevice_notifier infrastructure.
by Sowmini Varadhan
· 7 years ago
53d0e83
rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock
by Sowmini Varadhan
· 7 years ago
c939a5e
net: Convert rds_tcp_net_ops
by Kirill Tkhai
· 7 years ago
b2c9272
net: rds: drop VLA in rds_walk_conn_path_info()
by Salvatore Mesoraca
· 7 years ago
f1cb9d6
net: rds: drop VLA in rds_for_each_conn_info()
by Salvatore Mesoraca
· 7 years ago
bdf08fc
rds: remove redundant variable 'sg_off'
by Colin Ian King
· 7 years ago
571e677
rds: rds_info_from_znotifier() can be static
by kbuild test robot
· 7 years ago
496c7f3
rds: rds_message_zcopy_from_user() can be static
by kbuild test robot
· 7 years ago
9426bbc
rds: use list structure to track information for zerocopy completion notification
by Sowmini Varadhan
· 7 years ago
d40a126b
rds: refactor zcopy code into rds_message_zcopy_from_user
by Sowmini Varadhan
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
84eef2b
rds: Incorrect reference counting in TCP socket creation
by Ka-Cheong Poon
· 7 years ago
401910d
rds: deliver zerocopy completion notification with data
by Sowmini Varadhan
· 7 years ago
79a5b97
rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier
by Sowmini Varadhan
· 7 years ago
f905311
rds: send: mark expected switch fall-through in rds_rm_size
by Gustavo A. R. Silva
· 7 years ago
f5c0c6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
0cebacc
rds: zerocopy Tx support.
by Sowmini Varadhan
· 7 years ago
01883ed
rds: support for zcopy completion notification
by Sowmini Varadhan
· 7 years ago
ea8994c
rds: hold a sock ref from rds_message to the rds_sock
by Sowmini Varadhan
· 7 years ago
d4014d8
rds: do not call ->conn_alloc with GFP_KERNEL
by Sowmini Varadhan
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
ebeeb1a
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management
by Sowmini Varadhan
· 7 years ago
2c0aa08
RDS: IB: Fix null pointer issue
by Guanglei Li
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
7b1cd95
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
e7996a9
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Jason Gunthorpe
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b589513
rds: tcp: compute m_ack_seq as offset from ->write_seq
by Sowmini Varadhan
· 7 years ago
a2e812e
net/rds: Use rdma_read_gids to read connection GIDs
by Parav Pandit
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3db6e0d
rds: use RCU to synchronize work-enqueue with connection teardown
by Sowmini Varadhan
· 7 years ago
c90ecbf
rds: Use atomic flag to track connections being destroyed
by Sowmini Varadhan
· 7 years ago
7d11f77
RDS: null pointer dereference in rds_atomic_free_op
by Mohamed Ghannam
· 7 years ago
c095508
RDS: Heap OOB write in rds_message_alloc_sgs()
by Mohamed Ghannam
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
66261da
rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()
by Sowmini Varadhan
· 7 years ago
b319109
rds: tcp: initialize t_tcp_detached to false
by Sowmini Varadhan
· 7 years ago
7ae0c64
rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
by Sowmini Varadhan
· 7 years ago
14e138a
RDS: Check cmsg_len before dereferencing CMSG_DATA
by Avinash Repaka
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f3069c6
rds: Fix NULL pointer dereference in __rds_rdma_map
by Håkon Bugge
· 7 years ago
d9b8693
rds: debug: fix null check on static array
by Prashant Bhole
· 7 years ago
f10b4cf
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
by Sowmini Varadhan
· 7 years ago
681648e
rds: tcp: correctly sequence cleanup on netns deletion.
by Sowmini Varadhan
· 7 years ago
2d746c9
rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()
by Sowmini Varadhan
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 8 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
c413af8
net/rds/ib_fmr.c: use kmalloc_array_node()
by Johannes Thumshirn
· 7 years ago
fdae5f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1cb483a
rds: ib: Fix NULL pointer dereference in debug code
by Håkon Bugge
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a0c0865
rds: Fix inaccurate accounting of unsignaled wrs
by Håkon Bugge
· 7 years ago
e9a0b99
rds: ib: Fix uninitialized variable
by Håkon Bugge
· 7 years ago
b1fb67f
RDS: IB: Initialize max_items based on underlying device attributes
by Avinash Repaka
· 7 years ago
9dff993
RDS: IB: Limit the scope of has_fr/has_fmr variables
by Avinash Repaka
· 7 years ago
126f760
rds: Fix incorrect statistics counting
by Håkon Bugge
· 8 years ago
f530f39
rds: Fix non-atomic operation on shared flag variable
by Håkon Bugge
· 8 years ago
8209432
RDS: make rhashtable_params const
by Bhumika Goyal
· 8 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
05bfd7d
rds: Reintroduce statistics counting
by Håkon Bugge
· 8 years ago
840df16
rds: reduce memory footprint for RDS when transport is RDMA
by Sowmini Varadhan
· 8 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e623a48
rds: Make sure updates to cp_send_gen can be observed
by Håkon Bugge
· 8 years ago
aed20a5
rds: cancel send/recv work before queuing connection shutdown
by Sowmini Varadhan
· 8 years ago
0933a57
rds: tcp: use sock_create_lite() to create the accept socket
by Sowmini Varadhan
· 8 years ago
6c5a1c4
net, rds: convert rds_message.m_refcount from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
803ea85
net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
b7f0292
net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
50d61ff
net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
c14b036
rds: tcp: set linger to 1 when unloading a rds-tcp
by Sowmini Varadhan
· 8 years ago
69b92b5
rds: tcp: send handshake ping-probe from passive endpoint
by Sowmini Varadhan
· 8 years ago
10beea7
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
by Sowmini Varadhan
· 8 years ago
Next »