summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/rds/Kconfig: Correct the RDS dependsAnders Roxell2018-07-271-1/+1
| * | rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva2018-07-251-1/+1
| * | net/rds/Kconfig: RDS should depend on IPV6Anders Roxell2018-07-251-1/+1
| * | rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-247-7/+0
| * | rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-236-9/+226
| * | rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-2314-114/+459
| * | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-2323-369/+863
| * | net/rds: Remove unnecessary variableHåkon Bugge2018-07-181-2/+1
| * | net/rds: void function cannot return -1Håkon Bugge2018-07-181-2/+0
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-169-21/+107
|\ \ \ | | |/ | |/|
| * | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39
| |/
| * rds: clean up loopback rds_connections on netns deletionSowmini Varadhan2018-06-273-1/+68
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-3/+3
* | net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-242-10/+5
* | net/rds: Remove two WARN_ON() statementsBart Van Assche2018-07-241-2/+0
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-163-0/+11
|\
| * rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-06-143-0/+11
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-121-2/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\
| * IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\|
| * IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* | rds: do not leak kernel memory to user landEric Dumazet2018-05-031-0/+1
* | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
|/
* rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-111-5/+10
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan2018-03-221-70/+23
* rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan2018-03-171-8/+9
* net: Convert rds_tcp_net_opsKirill Tkhai2018-03-131-0/+1
* net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca2018-03-121-1/+4
* net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca2018-03-123-1/+5
* rds: remove redundant variable 'sg_off'Colin Ian King2018-03-121-2/+0
* rds: rds_info_from_znotifier() can be statickbuild test robot2018-03-081-1/+1
* rds: rds_message_zcopy_from_user() can be statickbuild test robot2018-03-081-1/+1
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-074-44/+85
* rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-071-48/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-3/+11
|\
| * rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon2018-03-021-3/+11
* | rds: deliver zerocopy completion notification with dataSowmini Varadhan2018-02-274-25/+53
* | rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan2018-02-231-1/+2
* | rds: send: mark expected switch fall-through in rds_rm_sizeGustavo A. R. Silva2018-02-211-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-1/+1
|\|
| * rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan2018-02-131-1/+1
* | rds: zerocopy Tx support.Sowmini Varadhan2018-02-163-8/+90
* | rds: support for zcopy completion notificationSowmini Varadhan2018-02-164-7/+94
* | rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2018-02-162-7/+8
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-8/+4
|/