Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RDS: Export symbols from core RDS | Andy Grover | 2009-08-24 | 1 | -0/+6 |
| | | | | | | | | Now that rdma and tcp transports will be modularized, we need to export a number of functions so they can call them. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | RDS: Message parsing | Andy Grover | 2009-02-27 | 1 | -0/+402 |
Parsing of newly-received RDS message headers (including ext. headers) and copy-to/from-user routines. page.c implements a per-cpu page remainder cache, to reduce the number of allocations needed for small datagrams. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> |