summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-095-27/+20
|\
| * Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-044-9/+5
| |\
| * | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-045-27/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-3/+3
|\ \ \
| * | | rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-01-311-3/+3
| | |/ | |/|
* | | rds: rdma: update rdma transport for tosSantosh Shilimkar2019-02-046-22/+29
* | | rds: add transport specific tos_map hookSantosh Shilimkar2019-02-044-4/+24
* | | rds: add type of service(tos) infrastructureSantosh Shilimkar2019-02-0410-17/+61
* | | rds: rdma: add consumer rejectSantosh Shilimkar2019-02-043-2/+22
* | | rds: make v3.1 as compat versionSantosh Shilimkar2019-02-044-17/+29
* | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-032-4/+20
* | | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
* | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-032-2/+2
|/ /
* / rds: use DIV_ROUND_UP instead of ceilJacob Wen2019-01-074-9/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+1
|\
| * net: rds: remove unnecessary NULL checkZhu Yanjun2019-01-011-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-2/+2
|\ \ | |/ |/|
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-2/+2
* | rds: Fix warning.David S. Miller2018-12-191-1/+3
* | net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-194-19/+29
* | net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2018-12-193-42/+91
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-3/+10
|\
| * rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-10-101-3/+10
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-1/+1
|\|
| * rds: Fix build regression.David S. Miller2018-09-231-1/+1
| * RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor2018-09-211-1/+1
* | net: rds: use memset to optimize the recvZhu Yanjun2018-09-171-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-1/+4
|\|
| * rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-042-8/+3
|\|
| * net/rds: RDS is not Radio Data SystemPavel Machek2018-08-311-1/+1
| * net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-271-7/+2
* | rds: store socket timestamps as ktime_tArnd Bergmann2018-09-012-9/+7
|/
* rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1630-441/+1600
|\
| * rds: fix building with IPV6=mArnd Bergmann2018-08-141-0/+1
| * RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-08-071-0/+1
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-026-20/+39
| |\
| * | rds: remove redundant variable 'rds_ibdev'YueHaibing2018-08-011-3/+0
| * | rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-0112-26/+140
| * | rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-08-013-7/+7
| * | 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