| Commit message (Expand) | Author | Age |
*---------------. | Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma... | Roland Dreier | 2014-02-14 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | * | IB/usnic: Fix smatch endianness error | Upinder Malhi | 2014-02-14 |
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| | | | | | | | * | IB/qib: Add missing serdes init sequence | Mike Marciniszyn | 2014-02-13 |
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | | | | | | * | RDMA/ocrdma: Fix load time panic during GID table init | Devesh Sharma | 2014-02-14 |
| | | | | | | * | RDMA/ocrdma: Fix traffic class shift | Devesh Sharma | 2014-02-14 |
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | * | RDMA/nes: Fix error return code | Julia Lawall | 2014-02-12 |
| | | |_|_|/
| | |/| | | |
|
| | | | | * | IB/mlx5: Remove dependency on X86 | Eli Cohen | 2014-02-13 |
| | | | | * | IB/mlx5: Don't set "block multicast loopback" capability | Eli Cohen | 2014-02-07 |
| | | | | * | IB/mlx5: Fix binary compatibility with libmlx5 | Eli Cohen | 2014-02-07 |
| | | | | * | IB/mlx5: Fix RC transport send queue overhead computation | Eli Cohen | 2014-02-07 |
| | | |_|/
| | |/| | |
|
| | | | * | IB/mlx4: Build the port IBoE GID table properly under bonding | Moni Shoua | 2014-02-13 |
| | | | * | IB/mlx4: Do IBoE GID table resets per-port | Moni Shoua | 2014-02-13 |
| | | | * | IB/mlx4: Do IBoE locking earlier when initializing the GID table | Moni Shoua | 2014-02-13 |
| | | | * | IB/mlx4: Move rtnl locking to the right place | Moni Shoua | 2014-02-13 |
| | | | * | IB/mlx4: Make sure GID index 0 is always occupied | Moni Shoua | 2014-02-13 |
| | | | * | IB/mlx4: Don't allocate range of steerable UD QPs for Ethernet-only device | Matan Barak | 2014-02-13 |
| | | |/
| | |/| |
|
| | | * | RDMA/amso1100: Fix error return code | Julia Lawall | 2014-02-12 |
| | |/ |
|
| * / | RDMA/cxgb4: Add missing neigh_release in LE-Workaround path | Kumar Sanghvi | 2014-02-13 |
| |/ |
|
* / | IB: Report using RoCE IP based gids in port caps | Moni Shoua | 2014-02-13 |
|/ |
|
* | Merge branch 'ip-roce' into for-next | Roland Dreier | 2014-01-23 |
|\ |
|
| * | IB/mlx4: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 2014-01-19 |
| * | RDMA/ocrdma: Add dependency on INET | Roland Dreier | 2014-01-19 |
| * | RDMA/ocrdma: Move ocrdma_inetaddr_event outside of "#if CONFIG_IPV6" | Roland Dreier | 2014-01-19 |
| * | IB/mlx4: Add dependency INET | Matan Barak | 2014-01-19 |
| * | RDMA/ocrdma: Populate GID table with IP based gids | Moni Shoua | 2014-01-19 |
| * | RDMA/ocrdma: Handle Ethernet L2 parameters for IP based GID addressing | Moni Shoua | 2014-01-19 |
| * | IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressing | Moni Shoua | 2014-01-18 |
| * | IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID table | Moni Shoua | 2014-01-18 |
| * | IB/core: Ethernet L2 attributes in verbs/cm structures | Matan Barak | 2014-01-14 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------------. \ | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ... | Roland Dreier | 2014-01-23 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| | | | | | | | * | IB/usnic: Remove unused includes of <linux/version.h> | Wei Yongjun | 2014-01-23 |
| | | | | | | | * | IB/usnic: Use GFP_ATOMIC under spinlock | Dan Carpenter | 2014-01-21 |
| | | | | | | | * | IB/usnic: Remove unused variable in usnic_debugfs_exit() | Wei Yongjun | 2014-01-18 |
| | | | | | | | * | IB/usnic: Set userspace/kernel ABI ver to 4 | Upinder Malhi | 2014-01-18 |
| | | | | | | | * | IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDP | Upinder Malhi | 2014-01-18 |
| | | | | | | | * | IB/usnic: Add dependency on CONFIG_INET | Upinder Malhi | 2014-01-18 |
| | | | | | | | * | IB/usnic: Fix endianness-related warnings | Upinder Malhi | 2014-01-18 |
| | | | | | | | * | IB/usnic: Append documentation to usnic_transport.h and cleanup | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Fix typo "Ignorning" -> "Ignoring" | Roland Dreier | 2014-01-14 |
| | | | | | | | * | IB/usnic: Expose flows via debugfs | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Use for_each_sg instead of a for-loop | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Remove superflous parentheses | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc] | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.h | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB:usnic: Add UDP support to usnic_transport.[hc] | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Add UDP support to usnic_fwd.[hc] | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Update ABI and Version file for UDP support | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Port over sysfs to new usnic_fwd.h | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.h | Upinder Malhi | 2014-01-14 |
| | | | | | | | * | IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h | Upinder Malhi | 2014-01-14 |