| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | IB/srpt: Fix ERR_PTR() vs. NULL checking confusion | Dan Carpenter | 2012-02-03 | 1 | -3/+3 |
| * | | | IB/srpt: Remove unneeded <linux/version.h> include | Jesper Juhl | 2012-02-02 | 1 | -1/+0 |
| * | | | IB/srpt: Use ARRAY_SIZE() instead of open-coding | Roland Dreier | 2012-02-02 | 1 | -2/+1 |
| * | | | IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD() | Roland Dreier | 2012-02-02 | 1 | -5/+2 |
| | |/
| |/| |
|
| | | | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-next | Roland Dreier | 2012-01-30 | 20 | -26/+30 |
| |\ \ \ \ \ \ |
|
| | | | | | * | | IB/qib: Roll back PCIe tuning change | Mike Marciniszyn | 2012-01-27 | 1 | -1/+1 |
| | | | | | * | | IB/qib: Use GFP_ATOMIC when locks are held | Julia Lawall | 2012-01-27 | 1 | -1/+1 |
| | | | | | |/ |
|
| | | | | * | | RDMA/nes: Copyright update | Tatyana Nikolova | 2012-01-30 | 14 | -14/+14 |
| | | | | * | | RDMA/nes: Fix fast memory registration opcode | Tatyana Nikolova | 2012-01-27 | 1 | -1/+1 |
| | | | | * | | RDMA/nes: Fix fast memory registration length | Tatyana Nikolova | 2012-01-27 | 1 | -0/+2 |
| | | | | * | | RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh() | Roland Dreier | 2012-01-27 | 1 | -2/+3 |
| | | | | * | | RDMA/nes: Fix for sending MPA reject frame | Tatyana Nikolova | 2012-01-27 | 1 | -0/+3 |
| | | | | |/ |
|
| | | | * | | IB/mlx4: pass SMP vendor-specific attribute MADs to firmware | Jack Morgenstein | 2012-01-30 | 1 | -5/+2 |
| | | | |/ |
|
| | | * | | RDMA/core: Fix kernel panic by always initializing qp->usecnt | Bernd Schubert | 2012-01-27 | 2 | -1/+2 |
| | | |/ |
|
| | * | | IB/ipath: Calling PTR_ERR() on right variable in create_file() | Dan Carpenter | 2012-01-27 | 1 | -1/+1 |
| | |/ |
|
| * | | RDMA/ucma: Discard all events for new connections until accepted | Sean Hefty | 2012-01-27 | 1 | -1/+4 |
| |/ |
|
* | | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses | Roland Dreier | 2012-02-08 | 3 | -47/+24 |
* | | infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup(). | David Miller | 2012-01-25 | 1 | -3/+8 |
* | | infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup(). | David Miller | 2012-01-25 | 1 | -4/+6 |
* | | infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup(). | David Miller | 2012-01-25 | 1 | -5/+9 |
|/ |
|
* | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-01-18 | 7 | -0/+4672 |
|\ |
|
| * | ib_srpt: Initial SRP Target merge for v3.3-rc1 | Bart Van Assche | 2011-12-16 | 7 | -0/+4672 |
* | | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 3 | -7/+7 |
* | | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-08 | 21 | -67/+105 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-next | Roland Dreier | 2012-01-04 | 19 | -58/+99 |
| |\ \ \ \ \ \ |
|
| | | | | | * | | IB/uverbs: Protect QP multicast list | Eli Cohen | 2012-01-03 | 1 | -4/+17 |
| | | | | * | | | IB/qib: Default some module parameters optimally | Mike Marciniszyn | 2012-01-03 | 2 | -3/+3 |
| | | | | * | | | IB/qib: Optimize locking for get_txreq() | Mike Marciniszyn | 2012-01-03 | 1 | -10/+33 |
| | | | | * | | | IB/qib: Fix a possible data corruption when receiving packets | Ram Vepa | 2012-01-03 | 3 | -4/+10 |
| | | | | * | | | IB/qib: Eliminate 64-bit jiffies use | Mike Marciniszyn | 2012-01-03 | 4 | -22/+20 |
| | | | | * | | | IB/qib: Fix style issues | Mike Marciniszyn | 2012-01-03 | 4 | -5/+4 |
| | | | | |/ / |
|
| | | | * | | | RDMA/nes: Fix terminate during AE | Tatyana Nikolova | 2012-01-04 | 2 | -4/+1 |
| | | | * | | | RDMA/nes: Make unnecessarily global nes_set_pau() static | Tatyana Nikolova | 2012-01-04 | 1 | -1/+1 |
| | | | * | | | RDMA/nes: Change MDIO bus clock to 2.5MHz | Tatyana Nikolova | 2012-01-04 | 1 | -1/+1 |
| | | | |/ / |
|
| | | * | | | IB/mlx4: Fix SL to 802.1Q priority-bits mapping for IBoE | Or Gerlitz | 2012-01-03 | 3 | -4/+8 |
| | | |/ / |
|
| | * | | | IB/cm: Fix layout of APR message | Eli Cohen | 2012-01-03 | 1 | -0/+1 |
| | |/ / |
|
| * | | | rdma/core: Fix sparse warnings | Sean Hefty | 2012-01-04 | 2 | -6/+3 |
| * | | | RDMA/cma: Fix endianness bugs | Sean Hefty | 2012-01-04 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 6 | -10/+10 |
|\ \ \ |
|
| * | | | infiniband: umode_t noise, including open-coded S_ISDIR() | Al Viro | 2012-01-03 | 2 | -6/+6 |
| * | | | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
| * | | | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 3 | -3/+3 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 3 | -4/+12 |
|\ \ \
| |/ / |
|
| | | | |
| | \ | |
| *-. \ | Merge branches 'cma', 'mlx4' and 'qib' into for-next | Roland Dreier | 2011-12-19 | 2 | -4/+6 |
| |\ \ \ |
|
| | | * | | IB/qib: Correct sense on freectxts increment and decrement | Mike Marciniszyn | 2011-12-19 | 1 | -2/+2 |
| | | |/ |
|
| | * | | IB/mlx4: Fix shutdown crash accessing a non-existent bitmap | Roland Dreier | 2011-12-06 | 1 | -2/+4 |
| | |/ |
|
| * | | RDMA/cma: Verify private data length | Sean Hefty | 2011-12-19 | 1 | -0/+6 |
| |/ |
|
* | | mlx4_ib: disable SRIOV mode for IB ports (not yet supported) | Jack Morgenstein | 2011-12-13 | 1 | -0/+5 |
* | | mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) | Jack Morgenstein | 2011-12-13 | 2 | -5/+8 |