Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | net: Remove unnecessary semicolons after switch statements | Joe Perches | 1 | -1/+1 |
2010-04-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-04-23 | rdma: potential ERR_PTR dereference | Dan Carpenter | 1 | -1/+1 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 4 | -4/+4 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 21 | -0/+21 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 21 | -0/+21 |
2010-03-24 | rds: cleanup: remove unneeded variable | Dan Carpenter | 1 | -2/+0 |
2010-03-17 | RDS: Enable per-cpu workqueue threads | Tina Yang | 1 | -1/+1 |
2010-03-17 | RDS: Do not call set_page_dirty() with irqs off | Andy Grover | 3 | -7/+12 |
2010-03-17 | RDS: Properly unmap when getting a remote access error | Sherman Pun | 1 | -1/+5 |
2010-03-17 | RDS: only put sockets that have seen congestion on the poll_waitq | Andy Grover | 3 | -2/+11 |
2010-03-17 | RDS: Fix locking in rds_send_drop_to() | Tina Yang | 1 | -6/+7 |
2010-03-17 | RDS: Turn down alarming reconnect messages | Andy Grover | 3 | -3/+6 |
2010-03-17 | RDS: Workaround for in-use MRs on close causing crash | Andy Grover | 1 | -2/+2 |
2010-03-17 | RDS: Fix send locking issue | Tina Yang | 1 | -3/+2 |
2010-03-17 | RDS: Fix congestion issues for loopback | Andy Grover | 3 | -9/+7 |
2010-03-17 | RDS/TCP: Wait to wake thread when write space available | Andy Grover | 1 | -1/+3 |
2010-03-17 | RDS: update copy_to_user state in tcp transport | Andy Grover | 1 | -0/+1 |
2010-03-17 | RDS: sendmsg() should check sndtimeo, not rcvtimeo | Andy Grover | 1 | -1/+1 |
2010-03-17 | RDS: Do not BUG() on error returned from ib_post_send | Andy Grover | 5 | -12/+9 |
2010-02-04 | net/rds: remove uses of NIPQUAD, use %pI4 | Joe Perches | 3 | -9/+8 |
2009-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -4/+4 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 20 | -94/+155 |
2009-11-30 | net: Move && and || to end of previous line | Joe Perches | 14 | -62/+56 |
2009-11-20 | RDMA/cm: fix loopback address support | Sean Hefty | 2 | -4/+4 |
2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 3 | -17/+17 |
2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 3 | -28/+11 |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
2009-10-31 | RDS/IB+IW: Move recv processing to a tasklet | Andy Grover | 6 | -12/+52 |
2009-10-31 | RDS: Do not send congestion updates to loopback connections | Andy Grover | 1 | -0/+2 |
2009-10-31 | RDS: Fix panic on unload | Andy Grover | 2 | -8/+2 |
2009-10-31 | RDS: Fix potential race around rds_i[bw]_allocation | Andy Grover | 2 | -6/+8 |
2009-10-31 | RDS: Add GET_MR_FOR_DEST sockopt | Andy Grover | 3 | -0/+28 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -4/+4 |
2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
2009-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 3 | -3/+3 |
2009-09-15 | net: constify remaining proto_ops | Alexey Dobriyan | 1 | -1/+1 |
2009-08-24 | RDS: Add a debug message suggesting to load transport modules | Andy Grover | 1 | -0/+3 |
2009-08-24 | RDS: Track transports via an array, not a list | Andy Grover | 5 | -10/+28 |
2009-08-24 | RDS: Modularize RDMA and TCP transports | Andy Grover | 4 | -16/+35 |
2009-08-24 | RDS: Export symbols from core RDS | Andy Grover | 10 | -0/+29 |
2009-08-24 | RDS: Add TCP transport to RDS | Andy Grover | 7 | -0/+1457 |
2009-08-06 | net/rds: Use AF_INET for sin_family field | Julia Lawall | 1 | -1/+1 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 4 | -5/+6 |
2009-07-20 | RDS: Refactor end of __conn_create for readability | Andy Grover | 1 | -17/+31 |
2009-07-20 | RDS/IW: Remove dead code | Andy Grover | 1 | -9/+4 |
2009-07-20 | RDS/IW: Remove page_shift variable from iwarp transport | Andy Grover | 4 | -22/+11 |
2009-07-20 | RDS/IB: Always use PAGE_SIZE for FMR page size | Andy Grover | 3 | -12/+6 |