Age | Commit message (Expand) | Author | Files | Lines |
2012-09-25 | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b | Paul E. McKenney | 2 | -164/+92 |
2012-08-20 | infiniband: ehca: Fix compiler warnings | Paul E. McKenney | 1 | -4/+4 |
2012-08-20 | infiniband: ehca: Fix while->do-while conversion typo | Paul E. McKenney | 1 | -1/+1 |
2012-08-16 | Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into... | Roland Dreier | 12 | -47/+100 |
2012-08-16 | IB/mlx4: Check iboe netdev pointer before dereferencing it | Kleber Sacilotto de Souza | 1 | -1/+5 |
2012-08-15 | IB/srp: Fix a race condition | Bart Van Assche | 1 | -24/+63 |
2012-08-15 | IB/qib: Fix error return code in qib_init_7322_variables() | Julia Lawall | 1 | -1/+3 |
2012-08-15 | IB: Fix typos in infiniband drivers | Masanari Iida | 4 | -4/+4 |
2012-08-14 | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 1 | -1/+1 |
2012-08-14 | IB/ipoib: Add missing locking when CM object is deleted | Shlomo Pongratz | 1 | -0/+3 |
2012-08-13 | RDMA/ucma.c: Fix for events with wrong context on iWARP | Tatyana Nikolova | 1 | -1/+1 |
2012-08-13 | infiniband: Ehca: Use hotplug thread infrastructure | Thomas Gleixner | 2 | -164/+92 |
2012-08-10 | RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevs | Roland Dreier | 1 | -8/+8 |
2012-08-10 | IB/mlx4: Fix possible deadlock on sm_lock spinlock | Jack Morgenstein | 2 | -8/+13 |
2012-07-30 | Merge branches 'cma', 'ipoib', 'ocrdma' and 'qib' into for-next | Roland Dreier | 6 | -242/+547 |
2012-07-30 | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 4 | -236/+539 |
2012-07-29 | IB/qib: Fix size of cc_supported_table_entries | Mike Marciniszyn | 1 | -5/+5 |
2012-07-27 | RDMA/ucma: Convert open-coded equivalent to memdup_user() | Roland Dreier | 1 | -12/+7 |
2012-07-27 | RDMA/ocrdma: Fix check of GSI CQs | Roland Dreier | 1 | -1/+3 |
2012-07-27 | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR | Fengguang Wu | 1 | -4/+1 |
2012-07-24 | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 43 | -779/+2032 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -33/+97 |
2012-07-22 | Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'... | Roland Dreier | 42 | -762/+1967 |
2012-07-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -5/+10 |
2012-07-19 | IB/qib: checkpatch fixes | Mike Marciniszyn | 16 | -380/+394 |
2012-07-19 | IB/qib: Add congestion control agent implementation | Mike Marciniszyn | 5 | -12/+790 |
2012-07-19 | IB/qib: Reduce sdma_lock contention | Mike Marciniszyn | 4 | -12/+85 |
2012-07-19 | IB/qib: Fix an incorrect log message | Betty Dall | 1 | -1/+1 |
2012-07-19 | {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq | Amir Vadai | 1 | -1/+2 |
2012-07-17 | IB/qib: Fix QP RCU sparse warnings | Mike Marciniszyn | 5 | -35/+61 |
2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 1 | -1/+1 |
2012-07-16 | srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp | Christoph Hellwig | 1 | -5/+10 |
2012-07-11 | mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and par... | Jack Morgenstein | 1 | -3/+7 |
2012-07-11 | IB/cm: Destroy idr as part of the module init error flow | Dotan Barak | 1 | -6/+10 |
2012-07-11 | IB/mlx4: Fill the masked_atomic_cap attribute in query device | Dotan Barak | 1 | -1/+1 |
2012-07-11 | IB/mthca: Fill in sq_sig_type in query QP | Dotan Barak | 1 | -0/+1 |
2012-07-11 | IB/mthca: Warning about event for non-existent QPs should show event type | Dotan Barak | 1 | -1/+2 |
2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
2012-07-10 | IPoIB: fix skb truesize underestimatiom | Eric Dumazet | 1 | -4/+8 |
2012-07-10 | IB/qib: Fix sparse RCU warnings in qib_keys.c | Mike Marciniszyn | 2 | -3/+5 |
2012-07-10 | mlx4: Use port management change event instead of smp_snoop | Jack Morgenstein | 3 | -34/+122 |
2012-07-08 | IB/qib: RCU locking for MR validation | Mike Marciniszyn | 4 | -50/+66 |
2012-07-08 | IB/qib: Avoid returning EBUSY from MR deregister | Mike Marciniszyn | 9 | -224/+244 |
2012-07-08 | IB/qib: Fix UC MR refs for immediate operations | Mike Marciniszyn | 1 | -1/+7 |
2012-07-08 | IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h | Jack Morgenstein | 1 | -12/+0 |
2012-07-08 | IB/sa: Add GuidInfoRecord query support | Erez Shitrit | 1 | -0/+133 |
2012-07-08 | IB/mlx4: Add debug prints | Jack Morgenstein | 4 | -3/+55 |
2012-07-08 | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 4 | -8/+7 |
2012-07-08 | RDMA/cxgb4: Fix endianness of addition to mpa->private_data_size | Roland Dreier | 1 | -6/+6 |
2012-07-08 | RDMA/cma: Allow user to restrict listens to bound address family | Sean Hefty | 2 | -4/+38 |