Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | IB/core: Add get FW version string to the core | Ira Weiny | 1 | -0/+9 |
2016-06-07 | IB/core: Fix query port failure in RoCE | Eli Cohen | 1 | -0/+3 |
2016-06-07 | IB/core: fix an error code in ib_core_init() | Dan Carpenter | 1 | -1/+2 |
2016-05-24 | IB/core: Add IP to GID netlink offload | Mark Bloch | 1 | -0/+3 |
2016-05-24 | IB/core: Register SA ibnl client during ib_core initialization | Mark Bloch | 1 | -0/+28 |
2016-05-24 | IB/SA: Integrate ib_sa module into ib_core module | Mark Bloch | 1 | -0/+9 |
2016-05-24 | IB/MAD: Integrate ib_mad module into ib_core module | Mark Bloch | 1 | -0/+9 |
2016-05-24 | IB/core: Integrate IB address resolution module into core | Leon Romanovsky | 1 | -0/+9 |
2016-03-21 | IB/core: Add subnet prefix to port info | Eli Cohen | 1 | -1/+14 |
2016-03-03 | IB/core: trivial prink cleanup. | Parav Pandit | 1 | -14/+14 |
2016-03-01 | IB/core: Fix missed clean call in registration path | Leon Romanovsky | 1 | -0/+1 |
2015-12-23 | IB/core: Add gid_type to gid attribute | Matan Barak | 1 | -2/+7 |
2015-12-23 | Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5 | Doug Ledford | 1 | -2/+13 |
2015-12-23 | IB/core: Remove ib_query_device | Or Gerlitz | 1 | -19/+0 |
2015-12-22 | IB/core: Save the device attributes on the device structure | Ira Weiny | 1 | -0/+8 |
2015-12-12 | IB: add a proper completion queue abstraction | Christoph Hellwig | 1 | -2/+13 |
2015-10-22 | IB/core: Expose and rename ib_find_cached_gid_by_port cache API | Matan Barak | 1 | -2/+2 |
2015-10-22 | IB/core: Add netdev and gid attributes paramteres to cache | Matan Barak | 1 | -5/+12 |
2015-08-31 | IB/core: Remove needless bracketization | Doug Ledford | 1 | -7/+4 |
2015-08-31 | IB/core: missing curly braces in ib_find_gid() | Dan Carpenter | 1 | -1/+2 |
2015-08-31 | IB/core: Add RoCE GID table management | Matan Barak | 1 | -8/+88 |
2015-08-31 | IB/core: Make ib_alloc_device init the kobject | Jason Gunthorpe | 1 | -32/+60 |
2015-08-30 | IB/core: Find the network device matching connection parameters | Yotam Kenneth | 1 | -0/+46 |
2015-08-30 | IB/core: lock client data with lists_rwsem | Haggai Eran | 1 | -9/+44 |
2015-08-30 | IB/core: Add rwsem to allow reading device list or client list | Haggai Eran | 1 | -12/+28 |
2015-06-12 | IB/core: Add ability for drivers to report an alternate MAD size. | Ira Weiny | 1 | -0/+11 |
2015-06-12 | IB/core: Pass hardware specific data in query_device | Matan Barak | 1 | -1/+3 |
2015-06-12 | IB/core: Add timestamp_mask and hca_core_clock to query_device | Matan Barak | 1 | -0/+2 |
2015-05-20 | IB/core: Convert core to use bitfield for caps | Ira Weiny | 1 | -1/+0 |
2015-05-20 | IB/core: Add per port immutable struct to ib_device | Ira Weiny | 1 | -35/+28 |
2015-05-18 | IB/core: Create common start/end port functions | Ira Weiny | 1 | -19/+7 |
2015-05-18 | IB/Verbs: Implement new callback query_protocol() | Michael Wang | 1 | -0/+1 |
2012-10-01 | IB/core: Handle table with full and partial membership for the same P_Key | Jack Morgenstein | 1 | -3/+13 |
2011-07-19 | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 1 | -0/+6 |
2011-05-20 | RDMA: Add netlink infrastructure | Roland Dreier | 1 | -1/+12 |
2011-05-20 | RDMA: Add error handling to ib_core_init() | Nir Muchtar | 1 | -3/+11 |
2011-01-17 | RDMA: Update workqueue usage | Tejun Heo | 1 | -2/+9 |
2010-05-21 | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 1 | -2/+4 |
2009-02-26 | IB: Remove sysfs files before unregistering device | Roland Dreier | 1 | -1/+3 |
2008-07-15 | RDMA: Remove subversion $Id tags | Roland Dreier | 1 | -2/+0 |
2007-10-10 | IB: find_first_zero_bit() takes unsigned pointer | Roland Dreier | 1 | -2/+2 |
2007-08-03 | IB/core: Ignore membership bit in ib_find_pkey() | Moni Shoua | 1 | -1/+1 |
2007-05-22 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 1 | -8/+127 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-05-19 | IB/core: Use start_port() and end_port() | Roland Dreier | 1 | -8/+2 |
2007-05-19 | IB/core: Add helpers for uncached GID and P_Key searches | Yosef Etigin | 1 | -0/+125 |
2007-05-09 | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 1 | -0/+2 |
2007-02-10 | IB/core: Use ARRAY_SIZE macro for mandatory_table | Ahmed S. Darwish | 1 | -1/+2 |
2006-09-23 | IB: Fix typo in kerneldoc for ib_set_client_data() | Krishna Kumar | 1 | -1/+1 |
2006-09-23 | RDMA: iWARP Core Changes. | Tom Tucker | 1 | -2/+2 |