| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | RDS: fix rds-ping spinlock recursion | jeff.liu | 1 | -1/+1 |
| 2012-08-22 | rds: Don't disable BH on BH context | Ying Xue | 4 | -8/+8 |
| 2012-07-23 | rds: set correct msg_namelen | Weiping Pan | 1 | -0/+3 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -4/+5 |
| 2012-05-29 | rds_rdma: don't assume infiniband device is PCI | Thadeu Lima de Souza Cascardo | 1 | -2/+1 |
| 2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 1 | -1/+1 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 3 | -24/+3 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 3 | -6/+6 |
| 2012-03-22 | RDS: use gfp flags from caller in conn_alloc() | Dan Carpenter | 3 | -3/+3 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 7 | -21/+16 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
| 2012-03-20 | Remove printk from rds_sendmsg | Dave Jones | 1 | -1/+0 |
| 2012-03-20 | rds: remove the second argument of k[un]map_atomic() | Cong Wang | 7 | -21/+16 |
| 2012-02-09 | rds: Fix typo in iw_recv.c and ib_recv.c | Masanari Iida | 2 | -2/+2 |
| 2012-01-24 | rds: Make rds_sock_lock BH rather than IRQ safe. | David S. Miller | 1 | -12/+8 |
| 2012-01-12 | RDS: Remove some unused iWARP code | Roland Dreier | 1 | -14/+1 |
| 2011-11-14 | rds: drop "select LLIST" | Paul Bolle | 1 | -1/+0 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -0/+14 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -4/+4 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 9 | -0/+9 |
| 2011-10-31 | net: add moduleparam.h for users of module_param/MODULE_PARM_DESC | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 4 | -0/+4 |
| 2011-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -141/+52 |
| 2011-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -4/+2 |
| 2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -4/+9 |
| 2011-09-29 | RDSRDMA: Fix cleanup of rds_iw_mr_pool | Jonathan Lallinger | 1 | -4/+9 |
| 2011-09-15 | net, rds, Replace xlist in net/rds/xlist.h with llist | Huang Ying | 3 | -141/+52 |
| 2011-09-15 | net: Convert vmalloc/memset to vzalloc | Joe Perches | 1 | -4/+2 |
| 2011-07-25 | notifiers: cpu: move cpu notifiers into cpu.h | Amerigo Wang | 1 | -0/+1 |
| 2011-07-01 | net: rds: fix const array syntax | Greg Dietsche | 1 | -1/+1 |
| 2011-06-17 | net/rds: use prink_ratelimited() instead of printk_ratelimit() | Manuel Zerpies | 7 | -22/+21 |
| 2011-06-06 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2 | -0/+2 |
| 2011-05-25 | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 5 | -5/+6 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -5/+5 |
| 2011-03-23 | rds: use little-endian bitops | Akinobu Mita | 1 | -3/+3 |
| 2011-03-23 | rds: stop including asm-generic/bitops/le.h directly | Akinobu Mita | 1 | -5/+4 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+0 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 3 | -34/+4 |
| 2011-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -4/+12 |
| 2011-03-08 | rds: prevent BUG_ON triggering on congestion map updates | Neil Horman | 2 | -4/+12 |
| 2011-02-01 | rds/ib: use system_wq instead of rds_ib_fmr_wq | Tejun Heo | 3 | -34/+4 |
| 2011-01-19 | net: cleanup unused macros in net directory | Shan Wei | 1 | -1/+0 |
| 2010-11-22 | Net: rds: Makefile: Remove deprecated items | Tracey Dent | 1 | -5/+3 |
| 2010-11-17 | rds: Integer overflow in RDS cmsg handling | Dan Rosenberg | 1 | -1/+1 |
| 2010-11-08 | rds: Fix rds message leak in rds_message_map_pages | Pavel Emelyanov | 1 | -1/+3 |
| 2010-11-03 | rds: Remove kfreed tcp conn from list | Pavel Emelyanov | 1 | -0/+6 |
| 2010-11-03 | rds: Lost locking in loop connection freeing | Pavel Emelyanov | 1 | -0/+4 |
| 2010-10-30 | RDS: Let rds_message_alloc_sgs() return NULL | Andy Grover | 3 | -0/+17 |
| 2010-10-30 | RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace | Andy Grover | 1 | -39/+65 |
| 2010-10-30 | RDS: Clean up error handling in rds_cmsg_rdma_args | Andy Grover | 1 | -3/+2 |
| 2010-10-30 | RDS: Return -EINVAL if rds_rdma_pages returns an error | Andy Grover | 1 | -1/+3 |
| 2010-10-30 | net: fix rds_iovec page count overflow | Linus Torvalds | 1 | -0/+7 |
| 2010-10-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -20/+7 |
| 2010-10-21 | rds: make local functions/variables static | stephen hemminger | 20 | -64/+29 |
| 2010-10-15 | De-pessimize rds_page_copy_user | Linus Torvalds | 1 | -20/+7 |
| 2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -8/+8 |
| 2010-09-24 | net: fix a lockdep splat | Eric Dumazet | 4 | -8/+8 |
| 2010-09-19 | rds: spin_lock_irq() is not nestable | Dan Carpenter | 2 | -4/+4 |
| 2010-09-19 | rds: double unlock in rds_ib_cm_handle_connect() | Dan Carpenter | 1 | -1/+0 |
| 2010-09-19 | rds: signedness bug | Dan Carpenter | 1 | -1/+1 |
| 2010-09-08 | RDS: Implement masked atomic operations | Andy Grover | 4 | -13/+52 |
| 2010-09-08 | RDS/IB: print string constants in more places | Zach Brown | 7 | -21/+97 |
| 2010-09-08 | RDS: cancel connection work structs as we shut down | Zach Brown | 1 | -0/+4 |
| 2010-09-08 | RDS: don't call rds_conn_shutdown() from rds_conn_destroy() | Zach Brown | 1 | -2/+7 |
| 2010-09-08 | RDS: have sockets get transport module references | Zach Brown | 4 | -6/+21 |
| 2010-09-08 | RDS: remove old rs_transport comment | Zach Brown | 1 | -6/+0 |
| 2010-09-08 | RDS: lock rds_conn_count decrement in rds_conn_destroy() | Zach Brown | 1 | -0/+3 |
| 2010-09-08 | RDS/IB: protect the list of IB devices | Zach Brown | 3 | -10/+26 |
| 2010-09-08 | RDS/IB: print IB event strings as well as their number | Zach Brown | 1 | -4/+39 |
| 2010-09-08 | RDS: flush fmrs before allocating new ones | Chris Mason | 1 | -2/+5 |
| 2010-09-08 | RDS: properly use sg_init_table | Chris Mason | 1 | -0/+1 |
| 2010-09-08 | RDS/IB: track signaled sends | Zach Brown | 3 | -8/+54 |
| 2010-09-08 | RDS: remove __init and __exit annotation | Zach Brown | 20 | -35/+35 |
| 2010-09-08 | RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() | Andy Grover | 1 | -2/+2 |
| 2010-09-08 | RDS/IB: always process recv completions | Zach Brown | 1 | -8/+12 |
| 2010-09-08 | RDS: return to a single-threaded krdsd | Zach Brown | 1 | -1/+1 |
| 2010-09-08 | RDS/IB: create a work queue for FMR flushing | Zach Brown | 3 | -3/+33 |
| 2010-09-08 | RDS/IB: destroy connections on rmmod | Zach Brown | 3 | -15/+6 |
| 2010-09-08 | RDS/IB: wait for IB dev freeing work to finish during rmmod | Zach Brown | 1 | -2/+9 |
| 2010-09-08 | RDS/IB: Make ib_recv_refill return void | Andy Grover | 2 | -6/+2 |
| 2010-09-08 | RDS: Remove unused XLIST_PTR_TAIL and xlist_protect() | Andy Grover | 1 | -42/+12 |
| 2010-09-08 | RDS: whitespace | Andy Grover | 2 | -2/+0 |
| 2010-09-08 | RDS: use delayed work for the FMR flushes | Chris Mason | 1 | -6/+6 |
| 2010-09-08 | rds: more FMRs are faster | Chris Mason | 1 | -1/+1 |
| 2010-09-08 | rds: recycle FMRs through lockless lists | Chris Mason | 2 | -42/+282 |
| 2010-09-08 | rds: fix rds_send_xmit() serialization | Zach Brown | 5 | -58/+52 |
| 2010-09-08 | rds: block ints when acquiring c_lock in rds_conn_message_info() | Zach Brown | 1 | -2/+3 |
| 2010-09-08 | rds: remove unused rds_send_acked_before() | Zach Brown | 2 | -30/+0 |
| 2010-09-08 | RDS: use friendly gfp masks for prefill | Chris Mason | 1 | -9/+18 |
| 2010-09-08 | RDS/IB: Add caching of frags and incs | Chris Mason | 3 | -52/+297 |
| 2010-09-08 | RDS/IB: Remove ib_recv_unmap_page() | Andy Grover | 1 | -20/+2 |
| 2010-09-08 | RDS: Assume recv->r_frag is always NULL in refill_one() | Andy Grover | 1 | -13/+16 |
| 2010-09-08 | RDS: Use page_remainder_alloc() for recv bufs | Andy Grover | 3 | -73/+29 |
| 2010-09-08 | RDS/IB: disconnect when IB devices are removed | Zach Brown | 1 | -1/+24 |
| 2010-09-08 | RDS: introduce rds_conn_connect_if_down() | Zach Brown | 3 | -14/+15 |
| 2010-09-08 | RDS/IB: add refcount tracking to struct rds_ib_device | Zach Brown | 4 | -55/+125 |
| 2010-09-08 | RDS/IB: get the xmit max_sge from the RDS IB device on the connection | Zach Brown | 1 | -7/+5 |
| 2010-09-08 | RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock | Zach Brown | 1 | -9/+6 |
| 2010-09-08 | rds: Fix reference counting on the for xmit_atomic and xmit_rdma | Chris Mason | 2 | -9/+11 |
| 2010-09-08 | rds: use RCU to protect the connection hash | Chris Mason | 1 | -22/+22 |
| 2010-09-08 | RDS: use locking on the connection hash list | Chris Mason | 1 | -0/+3 |
| 2010-09-08 | rds: Fix RDMA message reference counting | Chris Mason | 2 | -8/+14 |
| 2010-09-08 | rds: don't let RDS shutdown a connection while senders are present | Chris Mason | 5 | -16/+26 |
| 2010-09-08 | rds: Use RCU for the bind lookup searches | Chris Mason | 4 | -45/+57 |
| 2010-09-08 | RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() | Andy Grover | 4 | -5/+14 |
| 2010-09-08 | RDS/IB: Remove unused variable in ib_remove_addr() | Andy Grover | 1 | -1/+1 |
| 2010-09-08 | rds: rcu-ize rds_ib_get_device() | Chris Mason | 2 | -8/+17 |
| 2010-09-08 | rds: per-rm flush_wait waitq | Chris Mason | 2 | -4/+5 |
| 2010-09-08 | rds: switch to rwlock on bind_lock | Chris Mason | 1 | -7/+7 |
| 2010-09-08 | RDS: Update comments in rds_send_xmit() | Andy Grover | 1 | -3/+2 |
| 2010-09-08 | RDS: Use a generation counter to avoid rds_send_xmit loop | Chris Mason | 3 | -4/+9 |
| 2010-09-08 | RDS: Get pong working again | Andy Grover | 1 | -1/+4 |
| 2010-09-08 | RDS: Do wait_event_interruptible instead of wait_event | Andy Grover | 1 | -2/+2 |
| 2010-09-08 | RDS: Remove send_quota from send_xmit() | Andy Grover | 1 | -15/+15 |
| 2010-09-08 | RDS: Move atomic stats from general to ib-specific area | Andy Grover | 5 | -6/+6 |
| 2010-09-08 | RDS: rds_message_unmapped() doesn't need to check if queue active | Andy Grover | 1 | -2/+1 |
| 2010-09-08 | RDS: Fix locking in send on m_rs_lock | Andy Grover | 1 | -2/+3 |
| 2010-09-08 | RDS: Use NOWAIT in message_map_pages() | Andy Grover | 1 | -1/+1 |
| 2010-09-08 | RDS: Bypass workqueue when queueing cong updates | Andy Grover | 1 | -1/+1 |
| 2010-09-08 | RDS: Call rds_send_xmit() directly from sendmsg() | Andy Grover | 1 | -1/+1 |
| 2010-09-08 | RDS: rds_send_xmit() locking/irq fixes | Andy Grover | 1 | -9/+12 |
| 2010-09-08 | RDS: Change send lock from a mutex to a spinlock | Andy Grover | 4 | -29/+18 |
| 2010-09-08 | RDS: Refill recv ring directly from tasklet | Andy Grover | 3 | -17/+10 |
| 2010-09-08 | RDS: Stop supporting old cong map sending method | Andy Grover | 8 | -106/+13 |
| 2010-09-08 | RDS/IB: Do not wait for send ring to be empty on conn shutdown | Andy Grover | 1 | -1/+4 |
| 2010-09-08 | RDS: Perform unmapping ops in stages | Andy Grover | 5 | -126/+142 |
| 2010-09-08 | RDS: Make sure cmsgs aren't used in improper ways | Andy Grover | 1 | -0/+9 |
| 2010-09-08 | RDS: Add flag for silent ops. Do atomic op before RDMA | Andy Grover | 3 | -24/+35 |
| 2010-09-08 | RDS: Move some variables around for consistency | Andy Grover | 2 | -4/+7 |
| 2010-09-08 | RDS: queue failure notifications for dropped atomic ops | Andy Grover | 1 | -2/+10 |
| 2010-09-08 | RDS: Add a warning if trying to allocate 0 sgs | Andy Grover | 1 | -0/+1 |
| 2010-09-08 | RDS: Do not set op_active in r_m_copy_from_user(). | Andy Grover | 2 | -7/+8 |
| 2010-09-08 | RDS: Rewrite rds_send_xmit | Andy Grover | 2 | -63/+73 |
| 2010-09-08 | RDS: Rename data op members prefix from m_ to op_ | Andy Grover | 6 | -51/+51 |
| 2010-09-08 | RDS: Remove struct rds_rdma_op | Andy Grover | 8 | -148/+145 |
| 2010-09-08 | RDS: purge atomic resources too in rds_message_purge() | Andy Grover | 3 | -0/+22 |
| 2010-09-08 | RDS: Inline rdma_prepare into cmsg_rdma_args | Andy Grover | 1 | -26/+12 |
| 2010-09-08 | RDS: Implement silent atomics | Andy Grover | 5 | -35/+45 |
| 2010-09-08 | RDS: Move loop-only function to loop.c | Andy Grover | 2 | -8/+13 |
| 2010-09-08 | RDS/IB: Make all flow control code conditional on i_flowctl | Andy Grover | 1 | -6/+8 |
| 2010-09-08 | RDS: Remove unsignaled_bytes sysctl | Andy Grover | 3 | -21/+0 |
| 2010-09-08 | RDS: rewrite rds_ib_xmit | Andy Grover | 1 | -78/+45 |
| 2010-09-08 | RDS/IB: Remove ib_[header/data]_sge() functions | Andy Grover | 3 | -55/+23 |
| 2010-09-08 | RDS/IB: Remove dead code | Andy Grover | 1 | -14/+0 |
| 2010-09-08 | RDS/IB: Disallow connections less than RDS 3.1 | Andy Grover | 2 | -47/+16 |
| 2010-09-08 | RDS/IB: eliminate duplicate code | Andy Grover | 1 | -19/+11 |
| 2010-09-08 | RDS: inc_purge() transport function unused - remove it | Andy Grover | 12 | -18/+3 |
| 2010-09-08 | RDS: Whitespace | Andy Grover | 3 | -4/+3 |
| 2010-09-08 | RDS: Do not mask address when pinning pages | Andy Grover | 1 | -2/+2 |
| 2010-09-08 | RDS: Base init_depth and responder_resources on hw values | Andy Grover | 4 | -11/+24 |
| 2010-09-08 | RDS: Implement atomic operations | Andy Grover | 8 | -23/+302 |
| 2010-09-08 | RDS: Clear up some confusing code in send_remove_from_sock | Andy Grover | 1 | -1/+1 |
| 2010-09-08 | RDS: make sure all sgs alloced are initialized | Andy Grover | 2 | -3/+2 |
| 2010-09-08 | RDS: make m_rdma_op a member of rds_message | Andy Grover | 6 | -90/+129 |
| 2010-09-08 | RDS: fold rdma.h into rds.h | Andy Grover | 12 | -95/+77 |
| 2010-09-08 | RDS: Explicitly allocate rm in sendmsg() | Andy Grover | 3 | -27/+62 |
| 2010-09-08 | RDS: cleanup/fix rds_rdma_unuse | Andy Grover | 1 | -12/+15 |
| 2010-09-08 | RDS: break out rdma and data ops into nested structs in rds_message | Andy Grover | 7 | -85/+96 |
| 2010-09-08 | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons | Andy Grover | 26 | -90/+90 |
| 2010-09-08 | RDS: move rds_shutdown_worker impl. to rds_conn_shutdown | Andy Grover | 3 | -53/+63 |
| 2010-09-08 | RDS: Fix locking in send on m_rs_lock | Andy Grover | 1 | -7/+8 |
| 2010-09-08 | RDS: Rewrite rds_send_drop_to() for clarity | Andy Grover | 1 | -35/+29 |
| 2010-09-08 | RDS: Fix corrupted rds_mrs | Tina Yang | 1 | -0/+8 |
| 2010-09-08 | RDS: Fix BUG_ONs to not fire when in a tasklet | Andy Grover | 2 | -2/+2 |
| 2010-08-18 | rds: fix a leak of kernel memory | Eric Dumazet | 1 | -1/+1 |
| 2010-05-29 | net/rds: Add missing mutex_unlock | Julia Lawall | 2 | -0/+2 |
| 2010-05-17 | 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-22 | rdma: potential ERR_PTR dereference | Dan Carpenter | 1 | -1/+1 |
| 2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 4 | -4/+4 |
| 2010-04-11 | 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-16 | RDS: Enable per-cpu workqueue threads | Tina Yang | 1 | -1/+1 |
| 2010-03-16 | RDS: Do not call set_page_dirty() with irqs off | Andy Grover | 3 | -7/+12 |
| 2010-03-16 | RDS: Properly unmap when getting a remote access error | Sherman Pun | 1 | -1/+5 |
| 2010-03-16 | RDS: only put sockets that have seen congestion on the poll_waitq | Andy Grover | 3 | -2/+11 |
| 2010-03-16 | RDS: Fix locking in rds_send_drop_to() | Tina Yang | 1 | -6/+7 |
| 2010-03-16 | RDS: Turn down alarming reconnect messages | Andy Grover | 3 | -3/+6 |
| 2010-03-16 | RDS: Workaround for in-use MRs on close causing crash | Andy Grover | 1 | -2/+2 |
| 2010-03-16 | RDS: Fix send locking issue | Tina Yang | 1 | -3/+2 |
| 2010-03-16 | RDS: Fix congestion issues for loopback | Andy Grover | 3 | -9/+7 |
| 2010-03-16 | RDS/TCP: Wait to wake thread when write space available | Andy Grover | 1 | -1/+3 |
| 2010-03-16 | RDS: update copy_to_user state in tcp transport | Andy Grover | 1 | -0/+1 |
| 2010-03-16 | RDS: sendmsg() should check sndtimeo, not rcvtimeo | Andy Grover | 1 | -1/+1 |
| 2010-03-16 | RDS: Do not BUG() on error returned from ib_post_send | Andy Grover | 5 | -12/+9 |
| 2010-02-03 | 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-29 | net: Move && and || to end of previous line | Joe Perches | 14 | -62/+56 |
| 2009-11-19 | 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-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
| 2009-10-30 | RDS/IB+IW: Move recv processing to a tasklet | Andy Grover | 6 | -12/+52 |
| 2009-10-30 | RDS: Do not send congestion updates to loopback connections | Andy Grover | 1 | -0/+2 |
| 2009-10-30 | RDS: Fix panic on unload | Andy Grover | 2 | -8/+2 |
| 2009-10-30 | RDS: Fix potential race around rds_i[bw]_allocation | Andy Grover | 2 | -6/+8 |
| 2009-10-30 | RDS: Add GET_MR_FOR_DEST sockopt | Andy Grover | 3 | -0/+28 |
| 2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -4/+4 |