Age | Commit message (Expand) | Author | Files | Lines |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
2020-07-31 | rds: Prevent kernel-infoleak in rds_notify_queue_get() | Peilin Ye | 1 | -1/+2 |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 3 | -27/+23 |
2020-07-19 | net: rds: rdma_transport.h: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-07-01 | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 3 | -1/+20 |
2020-06-25 | rds: transport module should be auto loaded when transport is set | Rao Shoaib | 1 | -9/+17 |
2020-06-15 | net/rds: NULL pointer de-reference in rds_ib_add_one() | Ka-Cheong Poon | 1 | -1/+7 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -332/+38 |
2020-06-02 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+1 |
2020-06-02 | RDMA/rds: Remove FMR support for memory registration | Max Gurtovoy | 8 | -322/+21 |
2020-05-28 | tcp: add tcp_sock_set_keepcnt | Christoph Hellwig | 2 | -15/+4 |
2020-05-28 | tcp: add tcp_sock_set_keepintvl | Christoph Hellwig | 1 | -3/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepidle | Christoph Hellwig | 1 | -4/+1 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 3 | -12/+2 |
2020-05-28 | tcp: add tcp_sock_set_cork | Christoph Hellwig | 1 | -7/+2 |
2020-05-28 | net: add sock_set_keepalive | Christoph Hellwig | 1 | -5/+1 |
2020-05-28 | net: add sock_no_linger | Christoph Hellwig | 3 | -14/+2 |
2020-05-27 | RDMA/cma: Provide ECE reject reason | Leon Romanovsky | 1 | -1/+3 |
2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 4 | -65/+51 |
2020-05-20 | rds: fix crash in rds_info_getsockopt() | John Hubbard | 1 | -1/+2 |
2020-05-17 | rds: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -4/+2 |
2020-05-06 | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe | 1 | -8/+13 |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 1 | -4/+2 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -4/+2 |
2020-04-15 | net/rds: Use ERR_PTR for rds_message_alloc_sgs() | Jason Gunthorpe | 4 | -21/+19 |
2020-04-09 | net/rds: Fix MR reference counting problem | Ka-Cheong Poon | 2 | -21/+12 |
2020-04-09 | net/rds: Replace struct rds_mr's r_refcount with struct kref | Ka-Cheong Poon | 3 | -23/+20 |
2020-02-16 | net/rds: Track user mapped pages through special API | Leon Romanovsky | 1 | -12/+12 |
2020-01-18 | net/rds: Use prefetch for On-Demand-Paging MR | Hans Westgaard Ry | 1 | -0/+9 |
2020-01-18 | net/rds: Handle ODP mr registration/unregistration | Hans Westgaard Ry | 7 | -56/+244 |
2020-01-16 | net/rds: Detect need of On-Demand-Paging memory registration | Hans Westgaard Ry | 1 | -2/+4 |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+15 |
2019-11-16 | rds: ib: update WR sizes when bringing up connection | Dag Moxnes | 1 | -8/+15 |
2019-10-17 | net/rds: Remove unnecessary null check | YueHaibing | 1 | -2/+1 |
2019-10-06 | net/rds: Add missing include file | YueHaibing | 2 | -0/+2 |
2019-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
2019-10-03 | net/rds: Use DMA memory pool allocation for rds_header | Ka-Cheong Poon | 5 | -61/+153 |
2019-10-02 | net/rds: Log vendor error if send/recv Work requests fail | Sudhakar Dindukurti | 2 | -4/+5 |
2019-10-02 | net/rds: Fix error handling in rds_ib_add_one() | Dotan Barak | 1 | -3/+3 |
2019-09-27 | net/rds: Check laddr_check before calling it | Ka-Cheong Poon | 1 | -1/+4 |
2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -2/+2 |
2019-09-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-09-15 | net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names' | Gerd Rausch | 1 | -1/+1 |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -22/+18 |
2019-09-11 | net/rds: An rds_sock is added too early to the hash table | Ka-Cheong Poon | 1 | -22/+18 |
2019-09-05 | Convert usage of IN_MULTICAST to ipv4_is_multicast | Dave Taht | 3 | -6/+6 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
2019-08-27 | net/rds: Fix info leak in rds6_inc_info_copy() | Ka-Cheong Poon | 1 | -1/+4 |
2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -8/+22 |