Age | Commit message (Expand) | Author | Files | Lines |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 3 | -41/+52 |
2011-07-22 | Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's... | Roland Dreier | 2 | -1/+8 |
2011-07-19 | IB/core: Add GID change event | Or Gerlitz | 1 | -1/+2 |
2011-07-19 | RDMA/cma: Don't allow IPoIB port space for IBoE | Moni Shoua | 1 | -0/+4 |
2011-07-19 | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 1 | -0/+6 |
2011-07-18 | RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id object | Jack Morgenstein | 1 | -40/+40 |
2011-07-18 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -3/+4 |
2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -2/+4 |
2011-07-05 | RDMA: Check for NULL mode in .devnode methods | Goldwyn Rodrigues | 2 | -2/+4 |
2011-06-10 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 1 | -1/+1 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 9 | -119/+471 |
2011-05-26 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and '... | Roland Dreier | 9 | -116/+466 |
2011-05-26 | RDMA/cma: Save PID of ID's owner | Nir Muchtar | 1 | -0/+6 |
2011-05-26 | RDMA/cma: Add support for netlink statistics export | Nir Muchtar | 1 | -0/+99 |
2011-05-26 | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 2 | -23/+39 |
2011-05-26 | RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> | Nir Muchtar | 1 | -90/+80 |
2011-05-23 | IB: Add devnode methods to cm_class and umad_class | Roland Dreier | 2 | -0/+15 |
2011-05-23 | IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required | Ira Weiny | 1 | -0/+7 |
2011-05-23 | IB/uverbs: Add devnode method to set path/mode | Roland Dreier | 1 | -0/+8 |
2011-05-23 | RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node | Roland Dreier | 1 | -3/+5 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -2/+7 |
2011-05-20 | RDMA: Add netlink infrastructure | Roland Dreier | 3 | -2/+203 |
2011-05-20 | RDMA: Add error handling to ib_core_init() | Nir Muchtar | 1 | -3/+11 |
2011-05-11 | infiniband: Remove rt->rt_src usage in addr4_resolve() | David S. Miller | 1 | -2/+7 |
2011-05-10 | RDMA/iwcm: Get rid of enum iw_cm_event_status | Roland Dreier | 1 | -1/+1 |
2011-05-10 | RDMA/cma: Add an ID_REUSEADDR option | Hefty, Sean | 2 | -67/+130 |
2011-05-10 | RDMA/cma: Fix handling of IPv6 addressing in cma_use_port | Hefty, Sean | 1 | -7/+22 |
2011-03-18 | IB/mad: Improve an error message so error code is included | Michael Heinz | 1 | -1/+2 |
2011-03-18 | RDMA/addr: Fix return of uninitialized ret value | Sean Hefty | 1 | -1/+1 |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -18/+13 |
2011-03-15 | RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one | Sean Hefty | 1 | -27/+16 |
2011-03-15 | IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state | Sean Hefty | 1 | -1/+18 |
2011-03-15 | IB/cm: Bump reference count on cm_id before invoking callback | Sean Hefty | 1 | -0/+1 |
2011-03-15 | RDMA/cma: Fix crash in request handlers | Sean Hefty | 1 | -0/+15 |
2011-03-13 | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 1 | -9/+9 |
2011-03-13 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 1 | -1/+1 |
2011-03-13 | ipv4: Create and use route lookup helpers. | David S. Miller | 1 | -7/+1 |
2011-03-03 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -3/+4 |
2011-01-30 | Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-... | Roland Dreier | 2 | -3/+21 |
2011-01-29 | RDMA: Update missed conversion of flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
2011-01-29 | RDMA/ucma: Copy iWARP route information on queries | Steve Wise | 1 | -2/+20 |
2011-01-17 | RDMA: Update workqueue usage | Tejun Heo | 4 | -6/+13 |
2010-12-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -73/+60 |
2010-12-09 | IB/uverbs: Handle large number of entries in poll CQ | Dan Carpenter | 1 | -43/+56 |
2010-12-02 | IB: Fix information leak in marshalling code | Vasiliy Kulikov | 1 | -0/+4 |
2010-12-02 | IB/pack: Remove some unused code added by the IBoE patches | Or Gerlitz | 1 | -30/+0 |
2010-11-24 | infiniband: remove dev_base_lock use | Eric Dumazet | 1 | -3/+3 |
2010-11-11 | net: get rid of rtable->idev | Eric Dumazet | 1 | -4/+4 |
2010-10-27 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 12 | -87/+606 |
2010-10-25 | IB/core: Add link layer type information to sysfs | Eli Cohen | 1 | -0/+15 |