| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-07-24 | 8 | -33/+97 |
|\ |
|
| * | {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq | Amir Vadai | 2012-07-19 | 1 | -1/+2 |
| * | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 2012-07-17 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-10 | 1 | -4/+8 |
| |\ |
|
| * | | {NET, IB}/mlx4: Add device managed flow steering firmware API | Hadar Hen Zion | 2012-07-07 | 3 | -7/+57 |
| * | | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. | David S. Miller | 2012-07-05 | 1 | -7/+8 |
| * | | cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup(). | David S. Miller | 2012-07-05 | 1 | -2/+3 |
| * | | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 2012-07-05 | 2 | -10/+16 |
| * | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-29 | 1 | -2/+5 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-28 | 6 | -46/+55 |
| |\ \ |
|
| * | | | infiniband: netlink: Move away from NLMSG_NEW(). | David S. Miller | 2012-06-26 | 1 | -4/+6 |
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-07-22 | 1 | -5/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp | Christoph Hellwig | 2012-07-16 | 1 | -5/+10 |
| |/ / |
|
* | | | IPoIB: fix skb truesize underestimatiom | Eric Dumazet | 2012-07-10 | 1 | -4/+8 |
| |/
|/| |
|
* | | Merge branches 'cma' and 'ocrdma' into for-linus | Roland Dreier | 2012-06-24 | 5 | -45/+54 |
|\ \ |
|
| * | | RDMA/ocrdma: Fix off by one in ocrdma_query_gid() | Dan Carpenter | 2012-06-14 | 1 | -1/+1 |
| * | | RDMA/ocrdma: Fixed RQ error CQE polling | Parav Pandit | 2012-06-11 | 1 | -1/+3 |
| * | | RDMA/ocrdma: Correct queue SGE calculation | Mahesh Vardhamanaiah | 2012-06-11 | 4 | -3/+10 |
| * | | RDMA/ocrdma: Correct reported max queue sizes | Mahesh Vardhamanaiah | 2012-06-11 | 2 | -11/+6 |
| * | | RDMA/ocrdma: Fixed GID table for vlan and events | Parav Pandit | 2012-06-11 | 1 | -29/+34 |
| |/ |
|
* | | RDMA/cma: QP type check on received REQs should be AND not OR | Sean Hefty | 2012-06-19 | 1 | -1/+1 |
|/ |
|
*-. | Merge branches 'cxgb4', 'mlx4' and 'ocrdma' into for-linus | Roland Dreier | 2012-06-06 | 9 | -39/+33 |
|\ \ |
|
| | * | RDMA/ocrdma: Remove unnecessary version.h includes | Devendra Naga | 2012-05-29 | 2 | -2/+0 |
| | * | RDMA/ocrdma: Fix signaled event for SRQ_LIMIT_REACHED | Parav Pandit | 2012-05-29 | 1 | -1/+1 |
| | * | RDMA/ocrdma: Correct queue free count math | Parav Pandit | 2012-05-29 | 4 | -17/+1 |
| * | | IB/mlx4: Fix max_wqe capacity reported from query device | Sagi Grimberg | 2012-06-06 | 3 | -7/+24 |
| * | | IB/mlx4: Fix EQ deallocation in legacy mode | Shlomo Pongratz | 2012-06-03 | 1 | -12/+7 |
| |/ |
|
* | | RDMA/cxgb4: Fix crash when peer address is 0.0.0.0 | Thadeu Lima de Souza Cascardo | 2012-06-03 | 1 | -0/+4 |
|/ |
|
* | Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2012-05-21 | 56 | -408/+9679 |
|\ |
|
| *---------------. | Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o... | Roland Dreier | 2012-05-21 | 55 | -405/+9666 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | * | IB/mlx4: Add raw packet QP support | Or Gerlitz | 2012-05-08 | 1 | -3/+23 |
| | | | | | | | | | * | IB/core: Add raw packet QP type | Or Gerlitz | 2012-05-08 | 2 | -0/+4 |
| | | | | | | | | * | | IB/qib: Add cache line awareness to qib_qp and qib_devdata structures | Mike Marciniszyn | 2012-05-14 | 7 | -94/+120 |
| | | | | | | | | * | | IB/qib: MADs with misset M_Keys should return failure | Jim Foraker | 2012-05-14 | 1 | -1/+3 |
| | | | | | | | | * | | IB/qib: Fix M_Key lease timeout handling | Jim Foraker | 2012-05-14 | 1 | -15/+29 |
| | | | | | | | | * | | IB/qib: Fix QLE734X link cycling | Mitko Haralanov | 2012-05-14 | 1 | -1/+1 |
| | | | | | | | | * | | IB/qib: Display correct value for number of contexts | Mitko Haralanov | 2012-05-14 | 2 | -3/+7 |
| | | | | | | | | * | | IB/qib: Correct ordering of reregister vs. port active events | Todd Rimmer | 2012-05-14 | 1 | -9/+8 |
| | | | | | | | | * | | IB/qib: Optimize pio ack buffer allocation | Mike Marciniszyn | 2012-05-14 | 5 | -9/+28 |
| | | | | | | | | * | | IB/qib: Add prefetch for eager buffers | Mike Marciniszyn | 2012-05-14 | 1 | -1/+4 |
| | | | | | | | | |/ |
|
| | | | | | | | * | | RDMA/ocrdma: Fix build with IPV6=n | Roland Dreier | 2012-05-08 | 2 | -9/+22 |
| | | | | | | | * | | RDMA/ocrdma: Tiny locking cleanup | Dan Carpenter | 2012-05-08 | 1 | -5/+5 |
| | | | | | | | * | | RDMA/ocrdma: Fix check for NULL instead of IS_ERR | Dan Carpenter | 2012-05-08 | 1 | -2/+2 |
| | | | | | | | * | | RDMA/ocrdma: Don't sleep in atomic notifier handler | Sasha Levin | 2012-05-08 | 2 | -16/+23 |
| | | | | | | | * | | RDMA/ocrdma: Remove write-only variables | Roland Dreier | 2012-05-08 | 2 | -10/+2 |
| | | | | | | | * | | RDMA/ocrdma: Set event's device member in ocrdma_dispatch_ibevent() | Roland Dreier | 2012-05-08 | 1 | -1/+3 |
| | | | | | | | * | | RDMA/ocrdma: Make needlessly global functions/structs static | Roland Dreier | 2012-05-08 | 2 | -9/+9 |
| | | | | | | | * | | RDMA/ocrdma: Fix warnings about uninitialized variables | Roland Dreier | 2012-05-08 | 2 | -3/+4 |
| | | | | | | | * | | RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapter | Parav Pandit | 2012-05-08 | 14 | -0/+8393 |
| | | | | | | | |/ |
|
| | | | | | | * | | RDMA/nes: Don't call event handler if pointer is NULL | Tatyana Nikolova | 2012-05-14 | 1 | -1/+2 |