Age | Commit message (Expand) | Author | Files | Lines |
2012-10-01 | IB/mlx4: Fill in sq_sig_type in query QP | Dotan Barak | 1 | -0/+4 |
2012-10-01 | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 2 | -10/+11 |
2012-10-01 | RDMA/cxgb4: Fix error handling in create_qp() | Emil Goode | 1 | -24/+38 |
2012-10-01 | RDMA/cma: Use consistent component mask for IPoIB port space multicast joins | Dotan Barak | 1 | -1/+4 |
2012-10-01 | IB/core: Remove unused variables in ucm/ucma | Dotan Barak | 2 | -2/+0 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -58/+55 |
2012-09-27 | switch simple cases of fget_light to fdget | Al Viro | 3 | -22/+20 |
2012-09-27 | switch infinibarf users of fget() to fget_light() | Al Viro | 3 | -14/+10 |
2012-09-25 | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b | Paul E. McKenney | 6 | -58/+55 |
2012-09-25 | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b | Paul E. McKenney | 2 | -164/+92 |
2012-09-21 | userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID | Eric W. Biederman | 1 | -2/+2 |
2012-09-21 | IB/ipoib: Add rtnl_link_ops support | Or Gerlitz | 5 | -51/+206 |
2012-09-18 | target: Simplify fabric sense data length handling | Roland Dreier | 1 | -6/+0 |
2012-09-18 | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 1 | -6/+0 |
2012-09-17 | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next | Benjamin Herrenschmidt | 2 | -27/+19 |
2012-09-14 | Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-next | Roland Dreier | 5 | -57/+54 |
2012-09-14 | IB/qib: Fix failure of compliance test C14-024#06_LocalPortNum | Mike Marciniszyn | 1 | -1/+2 |
2012-09-14 | RDMA/ocrdma: Fix CQE expansion of unsignaled WQE | Parav Pandit | 1 | -4/+4 |
2012-09-14 | Merge commit 'v3.6-rc5' into pci/gavin-window-alignment | Bjorn Helgaas | 13 | -48/+101 |
2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 13 | -48/+101 |
2012-09-12 | Merge branch 'pci/stephen-const' into next | Bjorn Helgaas | 2 | -2/+2 |
2012-09-12 | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 3 | -46/+27 |
2012-09-12 | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 2 | -6/+21 |
2012-09-09 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+1 |
2012-09-08 | RDMA/cxgb4: Move dereference below NULL test | Wei Yongjun | 1 | -1/+1 |
2012-09-08 | make drivers with pci error handlers const | Stephen Hemminger | 2 | -2/+2 |
2012-09-07 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 13 | -48/+101 |
2012-09-06 | RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driver | Vipul Pandya | 1 | -1/+1 |
2012-09-05 | IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() | Michael Ellerman | 8 | -22/+21 |
2012-09-05 | IB/ehca: Don't use phys_to_abs(), it's a nop | Michael Ellerman | 1 | -19/+14 |
2012-08-23 | IB/qib: Use PCI Express Capability accessors | Jiang Liu | 1 | -23/+15 |
2012-08-23 | IB/mthca: Use PCI Express Capability accessors | Jiang Liu | 1 | -4/+4 |
2012-08-22 | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 1 | -1/+1 |
2012-08-22 | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 1 | -9/+5 |
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-15 | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 1 | -1/+1 |
2012-08-15 | IB/ipoib: Add missing locking when CM object is deleted | Shlomo Pongratz | 1 | -0/+3 |
2012-08-14 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 3 | -10/+5 |
2012-08-14 | 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-11 | RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevs | Roland Dreier | 1 | -8/+8 |
2012-08-11 | 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 |