summaryrefslogtreecommitdiffstats
path: root/sys/ofed/include
Commit message (Expand)AuthorAgeFilesLines
* fd: remove filedesc argument from fdclosemjg2015-04-111-1/+1
* Fix variable casting:hselasky2015-03-271-4/+2
* Fixes for the LinuxAPI completion wrappers:hselasky2015-03-274-117/+146
* Add missing void pointer argument to SYSINIT() functions.hselasky2015-03-181-2/+2
* Fix problems about 32-bit ticks wraparound and unsigned longhselasky2015-03-182-33/+70
* Declare missing symbol and inline macro which is only used once.hselasky2015-03-181-7/+5
* Define PTR_ALIGN() macro which will be needed coming Mellanox driverhselasky2015-03-041-0/+2
* Updates for the Mellanox ethernet driverhselasky2015-03-042-4/+17
* Macro fixes:hselasky2015-02-232-1/+3
* filedesc: simplify fget_unlocked & friendsmjg2015-02-171-3/+3
* Fix compilation of LINT-NOINET kernel target after r278886.hselasky2015-02-171-2/+5
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-1716-575/+1575
* Define standard formatting strings to print GIDshselasky2015-02-161-0/+40
* The kasprintf() function cannot be inlined due to using a variablehselasky2015-02-162-12/+15
* Add more functions to the Linux kernel compatibility layer. Add somehselasky2015-02-134-0/+52
* Fix bug in idr_pre_get where it doesn't handle 'need' correctly.np2015-02-021-1/+1
* Revert for r277213:hselasky2015-01-221-2/+0
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-191-4/+4
* Add more functions to the Linux kernel compatibility layer. Add somehselasky2015-01-199-3/+52
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-174-145/+247
* Use parentheses instead of close proximity to ensure layer + 1 is evaluatednp2015-01-161-1/+1
* Major callout subsystem cleanup and rewrite:hselasky2015-01-151-0/+2
* Don't mask the IP-address when doing multicast IP over infiniband.hselasky2015-01-091-1/+1
* Fixes and updates for the Linux compatibility layer:hselasky2015-01-066-36/+84
* Move OFED init a bit earlier so that PXE boot works.hselasky2014-12-091-2/+2
* Use CURVNET macros inside inet_get_local_port_range() function.rodrigc2014-12-082-0/+4
* Update the OFED Linux compatibility layer andhselasky2014-10-1515-143/+239
* Fix compile warning when compiling with GCC.hselasky2014-10-071-1/+0
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-236-82/+369
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+9
* Fix various issues with invalid file operations:jhb2014-09-121-1/+13
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-27104-436/+1302
* pci: make MSI(-X) enable and disable methods of the PCI busroyger2014-08-201-0/+4
* - Fix radix tree memory leakage when unloading modules using radixhselasky2014-08-121-20/+64
* Fix OFED startup order: All SYSINIT()'s and modules should be loadedhselasky2014-07-061-3/+8
* Compile fixes:hselasky2014-06-281-1/+1
* - Fix out of range shifting bug in bitops.h.hselasky2014-06-121-5/+5
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-10/+4
* Use explicit long cast to avoid overflow in bitopts.alfred2013-11-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix __free_pages() in the linux shim.alfred2013-10-151-3/+3
* Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, todim2013-10-071-1/+1
* Enable ib_dev.mmap functionalfred2013-10-011-0/+28
* Fix mis-merge of upstream fix.alfred2013-10-011-4/+0
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-2933-223/+1902
* Handle cases where capability rights are not provided.pjd2013-09-051-3/+9
* Fix implementation of sock_getname.np2013-08-231-5/+5
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+1
* - Reserve a special AF for SDP. The one we were incorrectly using beforejeff2013-08-091-0/+2
* - Correctly handle various edge cases in sysfs emulation.jeff2013-08-091-4/+7
OpenPOWER on IntegriCloud