Age | Commit message (Expand) | Author |
2019-01-07 | rds: use DIV_ROUND_UP instead of ceil | Jacob Wen |
2019-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-01-01 | net: rds: remove unnecessary NULL check | Zhu Yanjun |
2018-12-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2018-12-19 | rds: Fix warning. | David S. Miller |
2018-12-19 | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch |
2018-12-19 | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-10 | rds: RDS (tcp) hangs on sendto() to unresponding address | Ka-Cheong Poon |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-23 | rds: Fix build regression. | David S. Miller |
2018-09-21 | RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats | Nathan Chancellor |
2018-09-17 | net: rds: use memset to optimize the recv | Zhu Yanjun |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-12 | rds: fix two RCU related problems | Cong Wang |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-01 | rds: store socket timestamps as ktime_t | Arnd Bergmann |
2018-08-31 | net/rds: RDS is not Radio Data System | Pavel Machek |
2018-08-27 | net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6 | Zhu Yanjun |
2018-08-21 | rds: tcp: remove duplicated include from tcp.c | Yue Haibing |
2018-08-16 | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe |
2018-08-14 | rds: fix building with IPV6=m | Arnd Bergmann |
2018-08-07 | RDS: IB: fix 'passing zero to ERR_PTR()' warning | YueHaibing |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-01 | rds: remove redundant variable 'rds_ibdev' | YueHaibing |
2018-08-01 | rds: Remove IPv6 dependency | Ka-Cheong Poon |
2018-08-01 | rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead | Ka-Cheong Poon |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche |
2018-07-27 | net/rds/Kconfig: Correct the RDS depends | Anders Roxell |
2018-07-26 | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka |
2018-07-25 | rds: send: Fix dead code in rds_sendmsg | Gustavo A. R. Silva |
2018-07-25 | net/rds/Kconfig: RDS should depend on IPV6 | Anders Roxell |
2018-07-24 | net/rds: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche |
2018-07-24 | net/rds: Remove two WARN_ON() statements | Bart Van Assche |
2018-07-24 | rds: remove trailing whitespace and blank lines | Stephen Hemminger |
2018-07-23 | rds: Extend RDS API for IPv6 support | Ka-Cheong Poon |
2018-07-23 | rds: Enable RDS IPv6 support | Ka-Cheong Poon |
2018-07-23 | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon |
2018-07-18 | net/rds: Remove unnecessary variable | Håkon Bugge |
2018-07-18 | net/rds: void function cannot return -1 | Håkon Bugge |
2018-06-27 | rds: clean up loopback rds_connections on netns deletion | Sowmini Varadhan |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise |
2018-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-06-14 | rds: avoid unenecessary cong_update in loop transport | Santosh Shilimkar |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |