Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc... | Doug Ledford | 1 | -4/+4 |
2016-06-23 | IB/core: Fix RoCE v1 multicast join logic issue | Alex Vesker | 1 | -4/+4 |
2016-06-17 | IB/cma: Make the code easier to verify | Bart Van Assche | 1 | -28/+26 |
2016-05-13 | Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ... | Doug Ledford | 1 | -1/+2 |
2016-05-13 | IB/core: Fix a potential array overrun in CMA and SA agent | Mark Bloch | 1 | -1/+2 |
2016-05-12 | IB/cma: pass the port number to ib_create_qp | Christoph Hellwig | 1 | -0/+1 |
2016-03-16 | Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6 | Doug Ledford | 1 | -0/+8 |
2016-03-03 | IB/core: trivial prink cleanup. | Parav Pandit | 1 | -7/+7 |
2016-03-01 | IB/cma: Print warning on different inner and header P_Keys | Haggai Eran | 1 | -0/+8 |
2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -27/+238 |
2016-01-19 | IB/core: Use hop-limit from IP stack for RoCE | Matan Barak | 1 | -7/+5 |
2016-01-19 | IB/cma: Fix RDMA port validation for iWarp | Matan Barak | 1 | -1/+1 |
2015-12-23 | IB/cma: Join and leave multicast groups with IGMP | Moni Shoua | 1 | -7/+89 |
2015-12-23 | IB/cma: Add configfs for rdma_cm | Matan Barak | 1 | -7/+101 |
2015-12-23 | IB/rdma_cm: Add wrapper for cma reference count | Matan Barak | 1 | -2/+9 |
2015-12-23 | IB/core: Validate route when we init ah | Matan Barak | 1 | -2/+28 |
2015-12-23 | IB/core: Add rdma_network_type to wc | Somnath Kotur | 1 | -1/+10 |
2015-12-23 | IB/cm: Use the source GID index type | Matan Barak | 1 | -0/+2 |
2015-12-23 | IB/core: Add gid_type to gid attribute | Matan Barak | 1 | -1/+2 |
2015-12-22 | IB/cma: cma_match_net_dev needs to take into account port_num | Matan Barak | 1 | -7/+9 |
2015-12-22 | IB/core: Avoid calling ib_query_device | Or Gerlitz | 1 | -8/+0 |
2015-12-08 | IB/cma: Add a missing rcu_read_unlock() | Bart Van Assche | 1 | -4/+1 |
2015-10-30 | IB/core, cma: Make __attribute_const__ declarations sparse-friendly | Bart Van Assche | 1 | -1/+1 |
2015-10-28 | IB/cma: Add support for network namespaces | Guy Shapiro | 1 | -18/+28 |
2015-10-28 | IB/cma: Separate port allocation to network namespaces | Haggai Eran | 1 | -24/+70 |
2015-10-28 | IB/addr: Pass network namespace as a parameter | Guy Shapiro | 1 | -0/+1 |
2015-10-21 | IB/core: Remove smac and vlan id from path record | Matan Barak | 1 | -2/+0 |
2015-10-21 | IB/cm: Remove the usage of smac and vid of qp_attr and cm_av | Matan Barak | 1 | -6/+0 |
2015-10-21 | IB/cma: cma_validate_port should verify the port and netdevice | Matan Barak | 1 | -8/+18 |
2015-10-21 | IB/core: Add netdev and gid attributes paramteres to cache | Matan Barak | 1 | -4/+6 |
2015-10-20 | IB/cma: Use inner P_Key to determine netdev | Haggai Eran | 1 | -2/+2 |
2015-10-20 | IB/cma: Potential NULL dereference in cma_id_from_event | Haggai Eran | 1 | -1/+1 |
2015-10-06 | IB/cma: Accept connection without a valid netdev on RoCE | Haggai Eran | 1 | -14/+40 |
2015-08-30 | IB/cma: Fix net_dev reference leak with failed requests | Haggai Eran | 1 | -0/+4 |
2015-08-30 | IB/cma: Share ib_cm_ids between rdma_cm_ids | Haggai Eran | 1 | -55/+4 |
2015-08-30 | IB/cma: Use found net_dev for passive connections | Haggai Eran | 1 | -27/+49 |
2015-08-30 | IB/cma: Validate routing of incoming requests | Haggai Eran | 1 | -3/+92 |
2015-08-30 | IB/cma: Add net_dev and private data checks to RDMA CM | Haggai Eran | 1 | -3/+185 |
2015-08-30 | IB/cma: Helper functions to access port space IDRs | Haggai Eran | 1 | -21/+60 |
2015-08-30 | IB/cma: Refactor RDMA IP CM private-data parsing code | Haggai Eran | 1 | -65/+105 |
2015-08-30 | IB/core: lock client data with lists_rwsem | Haggai Eran | 1 | -4/+3 |
2015-08-28 | RDMA/cma: fix IPv6 address resolution | Spencer Baugh | 1 | -2/+5 |
2015-06-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -157/+130 |
2015-06-02 | Merge branch 'for-4.2-misc' into k.o/for-4.2 | Doug Ledford | 1 | -0/+2 |
2015-06-02 | RDMA/iw_cm: Export tos field to iwarp providers | Steve Wise | 1 | -0/+2 |
2015-05-20 | IB/cma: Fix broken AF_IB UD support | Matthew Finlay | 1 | -11/+21 |
2015-05-20 | Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in... | Doug Ledford | 1 | -157/+128 |
2015-05-20 | IB/core: Change rdma_protocol_iboe to roce | Ira Weiny | 1 | -6/+6 |
2015-05-18 | IB/core, cma: Nice log-friendly string helpers | Sagi Grimberg | 1 | -0/+28 |
2015-05-18 | IB/Verbs: Use management helper rdma_cap_eth_ah() | Michael Wang | 1 | -1/+1 |