Commit Graph

78 Commits (3ecf44b312758d10be20539b06b2df5d77d59cdb)

Author SHA1 Message Date
Joe Perches f64f9e7192 net: Move && and || to end of previous line 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 15 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 15 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
Andy Grover 597ddd50e1 RDS/IB: Rename byte_len to data_len to enhance readability 16 years ago
Andy Grover 92c330b9e9 RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.c 16 years ago
Andy Grover 8dacd57e7e RDS/IB: Fix printk to indicate remote IP, not local 16 years ago
Andy Grover 02a6a2592e RDS/IB: Handle connections using RDS 3.0 wire protocol 16 years ago
Andy Grover 9ddbcfa098 RDS/IB: Improve RDS protocol version checking 16 years ago
Andy Grover 3ba23ade46 RDS: Set retry_count to 2 and make modifiable via modparam 16 years ago
Tejun Heo b9bf3121af percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() 16 years ago
David Howells 9b8de7479d FRV: Fix the section attribute on UP DECLARE_PER_CPU() 16 years ago
Dan Carpenter 94713bab64 ERR_PTR() dereference in net/rds/ib.c 16 years ago
Dan Carpenter 5d57eeb52a ERR_PTR() dereference in net/rds/iw.c 16 years ago
Wei Yongjun 05a178ecdc rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset 16 years ago
Huang Weiyi 9c56a84478 RDS: remove unused #include <version.h> 16 years ago
Andy Grover 830eb7d56c RDS: use get_user_pages_fast() 16 years ago
Andy Grover 49f6969141 RDS: Establish connection before parsing CMSGs 16 years ago
Andy Grover 7acd4a794c RDS: Fix ordering in a conditional 16 years ago
Steve Wise 7b70d0336d RDS/IW+IB: Allow max credit advertise window. 16 years ago
Steve Wise d39e0602bb RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled. 16 years ago
Andy Grover 11bc9421da RDS: Correct some iw references in rdma_transport.c 16 years ago
Steve Wise 5cd2fe6d54 RDS/IW+IB: Set recv ring low water mark to 1/2 full. 16 years ago
Andy Grover 8cbd9606a6 RDS: Use spinlock to protect 64b value update on 32b archs 16 years ago
Andy Grover 745cbccac3 RDS: Rewrite connection cleanup, fixing oops on rmmod 16 years ago