Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8d99fe92fed019e203f458370129fb28b3fb5740
/
net
/
rds
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
d2a9ec6
net: rds: use for_each_sg() for scatterlist parsing
by Fabian Frederick
· 9 years ago
8e37210
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
by Matan Barak
· 9 years ago
b806ef3
Merge branch 'for-4.2-misc' into k.o/for-4.2
by Doug Ledford
· 9 years ago
d655a9f
rds: re-entry of rds_ib_xmit/rds_iw_xmit
by Wengang Wang
· 9 years ago
8ba3846
net/rds Add getsockopt support for SO_RDS_TRANSPORT
by Sowmini Varadhan
· 9 years ago
d97dac5
net/rds: Add setsockopt support for SO_RDS_TRANSPORT
by Sowmini Varadhan
· 9 years ago
a28c257
net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h
by Sowmini Varadhan
· 9 years ago
3c88f3d
RDS: Switch to generic logging helpers
by Sagi Grimberg
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
c82ac7e
net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.
by Sowmini Varadhan
· 10 years ago
f711a6a
net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.
by Sowmini Varadhan
· 10 years ago
e278371
net/rds: Fix new sparse warning
by David Ahern
· 10 years ago
c0adf54
net/rds: fix unaligned memory access
by shamir rabinovitch
· 10 years ago
87ffabb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
443be0e
RDS: make sure not to loop forever inside rds_send_xmit
by Sowmini Varadhan
· 10 years ago
1789b2c07
RDS: only use passive connections when addresses match
by Sowmini Varadhan
· 10 years ago
0fa74a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f862e07c
rds: avoid potential stack overflow
by Arnd Bergmann
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
80ad0d4
rds: rds_cong_queue_updates needs to defer the congestion update transmission
by Sowmini Varadhan
· 10 years ago
d0a47d3
rds: Make rds_message_copy_from_user() return 0 on success.
by Sowmini Varadhan
· 10 years ago
11ac119
net: rds: Remove repeated function names from debug output
by Rasmus Villemoes
· 10 years ago
db27ebb
net: rds: use correct size for max unacked packets and bytes
by Sasha Levin
· 10 years ago
6ff4a8a
rds: Fix min() warning in rds_message_inc_copy_to_user()
by Geert Uytterhoeven
· 10 years ago
f95b414
net: introduce helper macro for_each_cmsghdr
by Gu Zheng
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
083735f
rds: switch rds_message_copy_from_user() to iov_iter
by Al Viro
· 10 years ago
c310e72
rds: switch ->inc_copy_to_user() to passing iov_iter
by Al Viro
· 10 years ago
2e923b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
dee49f2
rds: avoid calling sock_kfree_s() on allocation failure
by Cong Wang
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
593cbb3
net/rds: fix possible double free on sock tear down
by Herton R. Krzesinski
· 10 years ago
eb74cc9
net/rds: do proper house keeping if connection fails in rds_tcp_conn_connect
by Herton R. Krzesinski
· 10 years ago
310886d
net/rds: call rds_conn_drop instead of open code it at rds_connect_complete
by Herton R. Krzesinski
· 10 years ago
d7cdb96
treewide: fix synchronize_rcu() in comments
by Jesper Dangaard Brouer
· 10 years ago
903ceff
net: Replace get_cpu_var through this_cpu_ptr
by Christoph Lameter
· 10 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
0172837
rds/tcp_listen: Replace comma with semicolon
by Himangi Saraogi
· 10 years ago
cc2afe9
RDS/RDMA: Replace comma with semicolon
by Himangi Saraogi
· 10 years ago
71fd762
net: rds: Use time_after() for time comparison
by Manuel Schölling
· 10 years ago
be7faf7
rds: remove the unneed NULL checking
by wangweidong
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
bf39b42
rds: prevent dereference of a NULL device in rds_iw_laddr_check
by Sasha Levin
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c196403
net: rds: fix per-cpu helper usage
by Gerald Schaefer
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
c234975
rds: prevent dereference of a NULL device
by Sasha Levin
· 11 years ago
18fc25c
rds: prevent BUG_ON triggered on congestion update to loopback
by Venkat Venkatsubra
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
65cd803
ipv4: split inet_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
c1b1203
net: misc: Remove extern from function prototypes
by Joe Perches
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
2e85d67
net/rds: zero last byte for strncpy
by Chen Gang
· 12 years ago
9da060d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
7dac1b5
rds: simplify a warning message
by Cong Wang
· 12 years ago
ece6b0a
rds: limit the size allocated by rds_message_alloc()
by Cong Wang
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
e34430e
net/rds: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
a496759
IB/rds: suppress incompatible protocol when version is known
by Marciniszyn, Mike
· 12 years ago
f2e9bd7
IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len
by Marciniszyn, Mike
· 12 years ago
ae4b46e
net: rds: use this_cpu_* per-cpu helper
by Shan Wei
· 12 years ago
5175a5e
RDS: fix rds-ping spinlock recursion
by jeff.liu
· 12 years ago
bfdc587
rds: Don't disable BH on BH context
by Ying Xue
· 12 years ago
06b6a1c
rds: set correct msg_namelen
by Weiping Pan
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
a0c6ffb
rds_rdma: don't assume infiniband device is PCI
by Thadeu Lima de Souza Cascardo
· 12 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
f0229ea
RDS: use gfp flags from caller in conn_alloc()
by Dan Carpenter
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
69a7aeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
a6506e1
Remove printk from rds_sendmsg
by Dave Jones
· 13 years ago
6114eab
rds: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
5fd5c44
rds: Fix typo in iw_recv.c and ib_recv.c
by Masanari Iida
· 13 years ago
efc3dbc
rds: Make rds_sock_lock BH rather than IRQ safe.
by David S. Miller
· 13 years ago
5b7bf42
RDS: Remove some unused iWARP code
by Roland Dreier
· 13 years ago
77c1c7c
rds: drop "select LLIST"
by Paul Bolle
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
d9b9384
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
59e5253
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
85a6488
RDSRDMA: Fix cleanup of rds_iw_mr_pool
by Jonathan Lallinger
· 13 years ago
1bc144b
net, rds, Replace xlist in net/rds/xlist.h with llist
by Huang Ying
· 13 years ago
3dbd443
net: Convert vmalloc/memset to vzalloc
by Joe Perches
· 13 years ago
80f1ff9
notifiers: cpu: move cpu notifiers into cpu.h
by Amerigo Wang
· 13 years ago
3e878b8
net: rds: fix const array syntax
by Greg Dietsche
· 13 years ago
cb0a605
net/rds: use prink_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
Next »