Age | Commit message (Expand) | Author | Files | Lines |
2015-02-18 | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -24/+11 |
2015-02-17 | debugfs: Provide a file creation function that also takes an initial size | David Howells | 1 | -24/+11 |
2015-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 20 | -669/+1015 |
2015-02-10 | IB/mlx4: Reset flow support for IB kernel ULPs | Yishai Hadas | 5 | -6/+191 |
2015-02-10 | IB/mlx4: Always use the correct port for mirrored multicast attachments | Moni Shoua | 1 | -1/+5 |
2015-02-06 | Revert "IB/core: Add support for extended query device caps" | Yann Droneaud | 3 | -99/+41 |
2015-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -241/+134 |
2015-02-05 | IB/mlx4: Load balance ports in port aggregation mode | Moni Shoua | 4 | -0/+29 |
2015-02-05 | IB/mlx4: Create mirror flows in port aggregation mode | Moni Shoua | 2 | -13/+80 |
2015-02-05 | IB/mlx4: Add port aggregation support | Moni Shoua | 1 | -6/+70 |
2015-02-05 | IB/mlx4: Reuse mlx4_mac_to_u64() | Moni Shoua | 1 | -11/+1 |
2015-02-04 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 7 | -241/+134 |
2015-02-03 | Merge branches 'ipoib' and 'odp' into for-next | Roland Dreier | 1 | -1/+0 |
2015-02-03 | IB/core: Temporarily disable ex_query_device uverb | Haggai Eran | 1 | -1/+0 |
2015-01-31 | Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" | Roland Dreier | 1 | -2/+6 |
2015-01-31 | Revert "IPoIB: Make the carrier_on_task race aware" | Roland Dreier | 1 | -15/+6 |
2015-01-31 | Revert "IPoIB: fix MCAST_FLAG_BUSY usage" | Roland Dreier | 2 | -101/+57 |
2015-01-31 | Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" | Roland Dreier | 1 | -32/+5 |
2015-01-31 | Revert "IPoIB: change init sequence ordering" | Roland Dreier | 1 | -17/+7 |
2015-01-31 | Revert "IPoIB: Use dedicated workqueues per interface" | Roland Dreier | 6 | -58/+34 |
2015-01-31 | Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" | Roland Dreier | 3 | -12/+15 |
2015-01-31 | Revert "IPoIB: No longer use flush as a parameter" | Roland Dreier | 3 | -16/+17 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2015-01-26 | net/mlx4_core: Maintain a persistent memory for mlx4 device | Yishai Hadas | 5 | -14/+20 |
2015-01-16 | iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h | Hariprasad Shenai | 7 | -483/+483 |
2015-01-16 | iw_cxgb4: Cleanup register defines/MACROS defined in t4.h | Hariprasad Shenai | 3 | -70/+70 |
2015-01-16 | net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering | Or Gerlitz | 1 | -1/+2 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -6/+7 |
2015-01-14 | infiniband: mlx5: avoid a compile-time warning | Arnd Bergmann | 1 | -1/+1 |
2015-01-13 | iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat... | Hariprasad Shenai | 2 | -12/+12 |
2015-01-13 | iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess... | Hariprasad Shenai | 1 | -39/+39 |
2015-01-06 | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines | Hariprasad Shenai | 1 | -13/+13 |
2014-12-21 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2 | -6/+5 |
2014-12-20 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -793/+886 |
2014-12-18 | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 2 | -6/+5 |
2014-12-16 | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ... | Roland Dreier | 39 | -439/+2905 |
2014-12-16 | IB/mlx5: Implement on demand paging by adding support for MMU notifiers | Haggai Eran | 4 | -16/+198 |
2014-12-16 | IB/mlx5: Add support for RDMA read/write responder page faults | Haggai Eran | 1 | -0/+79 |
2014-12-16 | IB/mlx5: Handle page faults | Haggai Eran | 1 | -0/+408 |
2014-12-16 | IB/mlx5: Page faults handling infrastructure | Haggai Eran | 5 | -21/+293 |
2014-12-16 | IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation | Haggai Eran | 3 | -8/+148 |
2014-12-16 | IB/mlx5: Changes in memory region creation to support on-demand paging | Haggai Eran | 3 | -18/+85 |
2014-12-16 | IB/mlx5: Implement the ODP capability query verb | Haggai Eran | 4 | -0/+83 |
2014-12-16 | IB/srp: Allow newline separator for connection string | Sagi Grimberg | 1 | -1/+1 |
2014-12-16 | IB/core: Implement support for MMU notifiers regarding on demand paging regions | Haggai Eran | 6 | -12/+483 |
2014-12-16 | IB/core: Add support for on demand paging regions | Shachar Raindel | 5 | -0/+341 |
2014-12-16 | IB/core: Add flags for on demand paging support | Sagi Grimberg | 3 | -3/+40 |
2014-12-16 | IB/core: Add support for extended query device caps | Eli Cohen | 3 | -42/+86 |
2014-12-16 | IB/mlx5: Add function to read WQE from user-space | Haggai Eran | 2 | -0/+73 |
2014-12-16 | IB/core: Add umem function to read data from user-space | Haggai Eran | 1 | -0/+34 |