Age | Commit message (Expand) | Author | Files | Lines |
2014-02-14 | IB/usnic: Fix smatch endianness error | Upinder Malhi | 1 | -1/+8 |
2014-01-23 | IB/usnic: Remove unused includes of <linux/version.h> | Wei Yongjun | 3 | -3/+0 |
2014-01-21 | IB/usnic: Use GFP_ATOMIC under spinlock | Dan Carpenter | 1 | -1/+1 |
2014-01-19 | IB/usnic: Remove unused variable in usnic_debugfs_exit() | Wei Yongjun | 1 | -4/+0 |
2014-01-19 | IB/usnic: Set userspace/kernel ABI ver to 4 | Upinder Malhi | 1 | -1/+1 |
2014-01-19 | IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDP | Upinder Malhi | 1 | -1/+1 |
2014-01-19 | IB/usnic: Add dependency on CONFIG_INET | Upinder Malhi | 1 | -1/+1 |
2014-01-19 | IB/usnic: Fix endianness-related warnings | Upinder Malhi | 2 | -3/+2 |
2014-01-14 | IB/usnic: Append documentation to usnic_transport.h and cleanup | Upinder Malhi | 2 | -1/+4 |
2014-01-14 | IB/usnic: Fix typo "Ignorning" -> "Ignoring" | Roland Dreier | 1 | -4/+4 |
2014-01-14 | IB/usnic: Expose flows via debugfs | Upinder Malhi | 6 | -10/+111 |
2014-01-14 | IB/usnic: Use for_each_sg instead of a for-loop | Upinder Malhi | 1 | -8/+9 |
2014-01-14 | IB/usnic: Remove superflous parentheses | Upinder Malhi | 3 | -14/+14 |
2014-01-14 | IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc] | Upinder Malhi | 2 | -0/+99 |
2014-01-14 | IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.h | Upinder Malhi | 3 | -9/+136 |
2014-01-14 | IB:usnic: Add UDP support to usnic_transport.[hc] | Upinder Malhi | 2 | -7/+105 |
2014-01-14 | IB/usnic: Add UDP support to usnic_fwd.[hc] | Upinder Malhi | 2 | -0/+75 |
2014-01-14 | IB/usnic: Update ABI and Version file for UDP support | Upinder Malhi | 2 | -4/+12 |
2014-01-14 | IB/usnic: Port over sysfs to new usnic_fwd.h | Upinder Malhi | 1 | -7/+3 |
2014-01-14 | IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.h | Upinder Malhi | 2 | -122/+249 |
2014-01-14 | IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h | Upinder Malhi | 3 | -39/+39 |
2014-01-14 | IB/usnic: Push all forwarding state to usnic_fwd.[hc] | Upinder Malhi | 2 | -125/+212 |
2014-01-14 | IB/usnic: Add struct usnic_transport_spec | Upinder Malhi | 1 | -0/+9 |
2014-01-14 | IB/usnic: Change WARN_ON to lockdep_assert_held | Upinder Malhi | 1 | -8/+8 |
2014-01-14 | IB/usnic: Add Cisco VIC low-level hardware driver | Upinder Malhi | 27 | -0/+4897 |