Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f5e02656b19fa4e38180a08faadd631858a02877
/
net
/
rds
/
recv.c
49bfcbf
net: rds: fix memory leak in rds_recvmsg
by Pavel Skripkin
· 3 years, 7 months ago
3e6f20e
net/rds: Drop duplicate sin and sin6 assignments
by Yejune Deng
· 3 years, 10 months ago
bbc8a99
rds: Prevent kernel-infoleak in rds_notify_queue_get()
by Peilin Ye
· 4 years, 5 months ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
7d0a065
net/rds: Fix info leak in rds6_inc_info_copy()
by Ka-Cheong Poon
· 5 years ago
bf1867d
net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy
by Dag Moxnes
· 5 years ago
3eb4503
rds: add type of service(tos) infrastructure
by Santosh Shilimkar
· 6 years ago
887feae
socket: Add SO_TIMESTAMP[NS]_NEW
by Deepa Dinamani
· 6 years ago
13c6ee2
socket: Use old_timeval types for socket timestamps
by Deepa Dinamani
· 6 years ago
7f1bc6e
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
by Deepa Dinamani
· 6 years ago
1635bb5
net: rds: use memset to optimize the recv
by Zhu Yanjun
· 6 years ago
2de9d50
rds: store socket timestamps as ktime_t
by Arnd Bergmann
· 6 years ago
e65d4d9
rds: Remove IPv6 dependency
by Ka-Cheong Poon
· 6 years ago
b7ff8b1
rds: Extend RDS API for IPv6 support
by Ka-Cheong Poon
· 6 years ago
1e2b44e
rds: Enable RDS IPv6 support
by Ka-Cheong Poon
· 6 years ago
eee2fa6
rds: Changing IP address internal representation to struct in6_addr
by Ka-Cheong Poon
· 6 years ago
f1693c6
rds: avoid unenecessary cong_update in loop transport
by Santosh Shilimkar
· 7 years ago
eb80ca4
rds: do not leak kernel memory to user land
by Eric Dumazet
· 7 years ago
9426bbc
rds: use list structure to track information for zerocopy completion notification
by Sowmini Varadhan
· 7 years ago
401910d
rds: deliver zerocopy completion notification with data
by Sowmini Varadhan
· 7 years ago
01883ed
rds: support for zcopy completion notification
by Sowmini Varadhan
· 7 years ago
b7f0292
net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
69b92b5
rds: tcp: send handshake ping-probe from passive endpoint
by Sowmini Varadhan
· 8 years ago
00354de
rds: tcp: various endian-ness fixes
by Sowmini Varadhan
· 8 years ago
dc88e3b
rds: make use of iov_iter_revert()
by Al Viro
· 8 years ago
3289025
RDS: add receive message trace used by application
by Santosh Shilimkar
· 8 years ago
192a798
RDS: add stat for socket recv memory usage
by Venkat Venkatsubra
· 8 years ago
905dd41
RDS: TCP: Track peer's connection generation number
by Sowmini Varadhan
· 8 years ago
5916e2c
RDS: TCP: Enable multipath RDS for TCP
by Sowmini Varadhan
· 8 years ago
11bb62f
RDS: Do not send a pong to an incoming ping with 0 src port
by Sowmini Varadhan
· 8 years ago
45997e9
RDS: Make rds_send_pong() take a rds_conn_path argument
by Sowmini Varadhan
· 9 years ago
5e833e0
RDS: rds_inc_path_init() helper function for MP capable transports
by Sowmini Varadhan
· 9 years ago
ef9e62c
RDS: recv path gets the conn_path from rds_incoming for MP capable transports
by Sowmini Varadhan
· 9 years ago
0cb4396
RDS: split out connection specific state from rds_connection to rds_conn_path
by Sowmini Varadhan
· 9 years ago
4116def
rds: fix an infoleak in rds_inc_info_copy
by Kangjie Lu
· 9 years ago
5711f8b
RDS: Add support for SO_TIMESTAMP for incoming messages
by santosh.shilimkar@oracle.com
· 9 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
c310e72
rds: switch ->inc_copy_to_user() to passing iov_iter
by Al Viro
· 10 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
06b6a1c
rds: set correct msg_namelen
by Weiping Pan
· 12 years ago
6114eab
rds: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
ff51bf8
rds: make local functions/variables static
by stephen hemminger
· 14 years ago
6200ed7
RDS: Whitespace
by Andy Grover
· 15 years ago
21f79af
RDS: fold rdma.h into rds.h
by Andy Grover
· 15 years ago
8690bfa
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
by Andy Grover
· 15 years ago
f037590
rds: fix a leak of kernel memory
by Eric Dumazet
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
616b757
RDS: Export symbols from core RDS
by Andy Grover
· 15 years ago
edacaea
RDS: Fix completion notifications on blocking sockets
by Andy Grover
· 15 years ago
bdbe6fb
RDS: recv.c
by Andy Grover
· 16 years ago