USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNT
[linux-flexiantxendom0.git] / net / rds /
2010-09-09 Andy GroverRDS: Move atomic stats from general to ib-specific...
2010-09-09 Andy GroverRDS: rds_message_unmapped() doesn't need to check if...
2010-09-09 Andy GroverRDS: Fix locking in send on m_rs_lock
2010-09-09 Andy GroverRDS: Use NOWAIT in message_map_pages()
2010-09-09 Andy GroverRDS: Bypass workqueue when queueing cong updates
2010-09-09 Andy GroverRDS: Call rds_send_xmit() directly from sendmsg()
2010-09-09 Andy GroverRDS: rds_send_xmit() locking/irq fixes
2010-09-09 Andy GroverRDS: Change send lock from a mutex to a spinlock
2010-09-09 Andy GroverRDS: Refill recv ring directly from tasklet
2010-09-09 Andy GroverRDS: Stop supporting old cong map sending method
2010-09-09 Andy GroverRDS/IB: Do not wait for send ring to be empty on conn...
2010-09-09 Andy GroverRDS: Perform unmapping ops in stages
2010-09-09 Andy GroverRDS: Make sure cmsgs aren't used in improper ways
2010-09-09 Andy GroverRDS: Add flag for silent ops. Do atomic op before RDMA
2010-09-09 Andy GroverRDS: Move some variables around for consistency
2010-09-09 Andy GroverRDS: queue failure notifications for dropped atomic ops
2010-09-09 Andy GroverRDS: Add a warning if trying to allocate 0 sgs
2010-09-09 Andy GroverRDS: Do not set op_active in r_m_copy_from_user().
2010-09-09 Andy GroverRDS: Rewrite rds_send_xmit
2010-09-09 Andy GroverRDS: Rename data op members prefix from m_ to op_
2010-09-09 Andy GroverRDS: Remove struct rds_rdma_op
2010-09-09 Andy GroverRDS: purge atomic resources too in rds_message_purge()
2010-09-09 Andy GroverRDS: Inline rdma_prepare into cmsg_rdma_args
2010-09-09 Andy GroverRDS: Implement silent atomics
2010-09-09 Andy GroverRDS: Move loop-only function to loop.c
2010-09-09 Andy GroverRDS/IB: Make all flow control code conditional on i_flowctl
2010-09-09 Andy GroverRDS: Remove unsignaled_bytes sysctl
2010-09-09 Andy GroverRDS: rewrite rds_ib_xmit
2010-09-09 Andy GroverRDS/IB: Remove ib_[header/data]_sge() functions
2010-09-09 Andy GroverRDS/IB: Remove dead code
2010-09-09 Andy GroverRDS/IB: Disallow connections less than RDS 3.1
2010-09-09 Andy GroverRDS/IB: eliminate duplicate code
2010-09-09 Andy GroverRDS: inc_purge() transport function unused - remove it
2010-09-09 Andy GroverRDS: Whitespace
2010-09-09 Andy GroverRDS: Do not mask address when pinning pages
2010-09-09 Andy GroverRDS: Base init_depth and responder_resources on hw...
2010-09-09 Andy GroverRDS: Implement atomic operations
2010-09-09 Andy GroverRDS: Clear up some confusing code in send_remove_from_sock
2010-09-09 Andy GroverRDS: make sure all sgs alloced are initialized
2010-09-09 Andy GroverRDS: make m_rdma_op a member of rds_message
2010-09-09 Andy GroverRDS: fold rdma.h into rds.h
2010-09-09 Andy GroverRDS: Explicitly allocate rm in sendmsg()
2010-09-09 Andy GroverRDS: cleanup/fix rds_rdma_unuse
2010-09-09 Andy GroverRDS: break out rdma and data ops into nested structs...
2010-09-09 Andy GroverRDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr...
2010-09-09 Andy GroverRDS: move rds_shutdown_worker impl. to rds_conn_shutdown
2010-09-09 Andy GroverRDS: Fix locking in send on m_rs_lock
2010-09-09 Andy GroverRDS: Rewrite rds_send_drop_to() for clarity
2010-09-09 Tina YangRDS: Fix corrupted rds_mrs
2010-09-09 Andy GroverRDS: Fix BUG_ONs to not fire when in a tasklet
2010-08-19 Eric Dumazetrds: fix a leak of kernel memory
2010-05-29 Julia Lawallnet/rds: Add missing mutex_unlock
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-04-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-22 Dan Carpenterrdma: potential ERR_PTR dereference
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Dan Carpenterrds: cleanup: remove unneeded variable
2010-03-17 Tina YangRDS: Enable per-cpu workqueue threads
2010-03-17 Andy GroverRDS: Do not call set_page_dirty() with irqs off
2010-03-17 Sherman PunRDS: Properly unmap when getting a remote access error
2010-03-17 Andy GroverRDS: only put sockets that have seen congestion on...
2010-03-17 Tina YangRDS: Fix locking in rds_send_drop_to()
2010-03-17 Andy GroverRDS: Turn down alarming reconnect messages
2010-03-17 Andy GroverRDS: Workaround for in-use MRs on close causing crash
2010-03-17 Tina YangRDS: Fix send locking issue
2010-03-17 Andy GroverRDS: Fix congestion issues for loopback
2010-03-17 Andy GroverRDS/TCP: Wait to wake thread when write space available
2010-03-17 Andy GroverRDS: update copy_to_user state in tcp transport
2010-03-17 Andy GroverRDS: sendmsg() should check sndtimeo, not rcvtimeo
2010-03-17 Andy GroverRDS: Do not BUG() on error returned from ib_post_send
2010-02-04 Joe Perchesnet/rds: remove uses of NIPQUAD, use %pI4
2009-12-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-19 Sean HeftyRDMA/cm: fix loopback address support
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-30 Andy GroverRDS/IB+IW: Move recv processing to a tasklet
2009-10-30 Andy GroverRDS: Do not send congestion updates to loopback connections
2009-10-30 Andy GroverRDS: Fix panic on unload
2009-10-30 Andy GroverRDS: Fix potential race around rds_i[bw]_allocation
2009-10-30 Andy GroverRDS: Add GET_MR_FOR_DEST sockopt
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Alexey Dobriyannet: constify remaining proto_ops
2009-08-24 Andy GroverRDS: Add a debug message suggesting to load transport...
2009-08-24 Andy GroverRDS: Track transports via an array, not a list
2009-08-24 Andy GroverRDS: Modularize RDMA and TCP transports
2009-08-24 Andy GroverRDS: Export symbols from core RDS
2009-08-24 Andy GroverRDS: Add TCP transport to RDS
2009-08-06 Julia Lawallnet/rds: Use AF_INET for sin_family field
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-07-20 Andy GroverRDS: Refactor end of __conn_create for readability
2009-07-20 Andy GroverRDS/IW: Remove dead code
next