Commit Graph

102 Commits (8bbea968f9022c3f66a36902509574597611be99)

Author SHA1 Message Date
Julia Lawall 5daf47bb4e net/rds: Add missing mutex_unlock 15 years ago
Joe Perches ccbd6a5a4f net: Remove unnecessary semicolons after switch statements 15 years ago
Dan Carpenter 24acc68956 rdma: potential ERR_PTR dereference 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Dan Carpenter 18062ca947 rds: cleanup: remove unneeded variable 15 years ago
Tina Yang 768bbedf9c RDS: Enable per-cpu workqueue threads 15 years ago
Andy Grover 561c7df63e RDS: Do not call set_page_dirty() with irqs off 15 years ago
Sherman Pun 450d06c020 RDS: Properly unmap when getting a remote access error 15 years ago
Andy Grover b98ba52f96 RDS: only put sockets that have seen congestion on the poll_waitq 15 years ago
Tina Yang 550a8002e4 RDS: Fix locking in rds_send_drop_to() 15 years ago
Andy Grover 97069788d6 RDS: Turn down alarming reconnect messages 15 years ago
Andy Grover 571c02fa81 RDS: Workaround for in-use MRs on close causing crash 15 years ago
Tina Yang 048c15e641 RDS: Fix send locking issue 15 years ago
Andy Grover 2e7b3b9945 RDS: Fix congestion issues for loopback 15 years ago
Andy Grover 8e82376e5f RDS/TCP: Wait to wake thread when write space available 15 years ago
Andy Grover b075cfdb66 RDS: update copy_to_user state in tcp transport 15 years ago
Andy Grover 1123fd734d RDS: sendmsg() should check sndtimeo, not rcvtimeo 15 years ago
Andy Grover 735f61e626 RDS: Do not BUG() on error returned from ib_post_send 15 years ago
Joe Perches 6884b348ed net/rds: remove uses of NIPQUAD, use %pI4 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Sean Hefty 6f8372b69c RDMA/cm: fix loopback address support 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Andy Grover d521b63b27 RDS/IB+IW: Move recv processing to a tasklet 15 years ago
Andy Grover 0514f8a9c0 RDS: Do not send congestion updates to loopback connections 15 years ago
Andy Grover 433d308dd8 RDS: Fix panic on unload 15 years ago
Andy Grover 86357b19bc RDS: Fix potential race around rds_i[bw]_allocation 15 years ago
Andy Grover 244546f0d3 RDS: Add GET_MR_FOR_DEST sockopt 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Alexey Dobriyan 5708e868dc net: constify remaining proto_ops 16 years ago
Andy Grover f2c449320d RDS: Add a debug message suggesting to load transport modules 16 years ago
Andy Grover 335776bd69 RDS: Track transports via an array, not a list 16 years ago
Andy Grover 40d866095d RDS: Modularize RDMA and TCP transports 16 years ago
Andy Grover 616b757ae1 RDS: Export symbols from core RDS 16 years ago
Andy Grover 70041088e3 RDS: Add TCP transport to RDS 16 years ago
Julia Lawall 3d7ddd540b net/rds: Use AF_INET for sin_family field 16 years ago
Jan Engelhardt 36cbd3dcc1 net: mark read-only arrays as const 16 years ago
Andy Grover cb24405e67 RDS: Refactor end of __conn_create for readability 16 years ago
Andy Grover ed9e352a35 RDS/IW: Remove dead code 16 years ago
Andy Grover 404bb72a56 RDS/IW: Remove page_shift variable from iwarp transport 16 years ago
Andy Grover a870d62726 RDS/IB: Always use PAGE_SIZE for FMR page size 16 years ago
Andy Grover edacaeae52 RDS: Fix completion notifications on blocking sockets 16 years ago
Andy Grover fdf6e6b4af RDS/IB: Drop connection when a fatal QP event is received 16 years ago
Andy Grover 68cb01c1ba RDS/IB: Disable flow control in sysctl and explain why 16 years ago
Andy Grover e11d912a7d RDS/IB: Move tx/rx ring init and refill to later 16 years ago
Andy Grover 9099707ded RDS: Don't set c_version in __rds_conn_create() 16 years ago