summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* MFC r314131:np2017-05-241-2/+2
* MFC r310232:dim2017-03-151-1/+1
* MFC r313778:hselasky2017-03-141-1/+1
* MFC r314400:np2017-03-032-19/+10
* MFC 304838:jhb2016-12-011-0/+1
* MFC r304342:hselasky2016-08-261-0/+16
* MFC r303786markj2016-08-142-0/+18
* Fix bug in iwcm that caused a panic in iw_cm_wq when krping is runnp2016-06-141-2/+11
* Fix up the Infiniband code to handle the new arpresolve.gnn2016-06-022-4/+4
* Prepare for activation of LinuxKPI module parameters as read-onlyhselasky2016-05-2513-0/+28
* Don't repeat the the word 'the'eadler2016-05-172-2/+2
* ofed/drivers: minor spelling fixes.pfg2016-05-065-8/+8
* Fix NOIP kernels to compile.bz2016-04-241-0/+2
* More fixes for using IPv6 addresses with RDMA:hselasky2016-04-225-21/+84
* Add KASSERT() and set error code in dead code case to help static codehselasky2016-04-221-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.hselasky2016-04-221-2/+7
* Fix for using IPv6 addresses with RDMA:hselasky2016-04-211-39/+108
* Fix for resolving mac address when the destination address is a gateway.hselasky2016-04-211-4/+5
* Properly setup arguments for if_resolvemulti() callback.hselasky2016-04-211-1/+7
* Fix inverted priv check calls. Priv check returns zero on success andhselasky2016-04-201-3/+3
* ofed: for pointers replace 0 with NULL.pfg2016-04-152-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Remove unnecessary dequeue_mutex (added in r294610) from the iWARPnp2016-03-301-5/+0
* Fix witness panic in the ipoib_ioctl() function when unloading thehselasky2016-03-152-0/+7
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.jhb2016-03-113-3/+3
* Whitespace fixes.hselasky2016-03-0410-95/+95
* Fix for iWARP servers that listen on INADDR_ANY.np2016-01-222-6/+363
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-6/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-1/+1
* Implement interface link header precomputation API.melifaro2015-12-311-4/+4
* Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..)ngie2015-12-041-1/+7
* Fix integer to pointer of different size conversion warnings whenhselasky2015-11-122-4/+5
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-224-4/+4
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-1/+1
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-192-4/+2
* Fix build broken by r287861.melifaro2015-09-161-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* Ensure that the MAD agent's delayed taskqueue is completely stoppedmarkj2015-09-151-1/+1
* Reinstate unify_tcp_port_space and associated code that was lost duringnp2015-08-121-1/+49
* ib mad: fix an incorrect use of list_for_each_entrymarkj2015-07-301-2/+5
* Implement lockless resource limits.mjg2015-06-102-2/+3
* Try to unbreak NOIP and NOINET6 LINT builds after r278886bz2015-02-191-0/+6
* Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-174-6/+10
* Fix compilation when DEBUG is defined.hselasky2015-02-171-1/+1
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-1757-6239/+9664
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-194-7/+5
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-173-1/+3
* Use the M_SIZE() macro when possible.hselasky2015-01-082-4/+2
* Fixes and updates for the Linux compatibility layer:hselasky2015-01-061-2/+6
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
OpenPOWER on IntegriCloud