aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Updates for the Mellanox ethernet driverHans Petter Selasky2015-03-042-4/+17
* Macro fixes:Hans Petter Selasky2015-02-232-1/+3
* filedesc: simplify fget_unlocked & friendsMateusz Guzik2015-02-171-3/+3
* Define standard formatting strings to print GIDsHans Petter Selasky2015-02-161-0/+40
* The kasprintf() function cannot be inlined due to using a variableHans Petter Selasky2015-02-162-12/+15
* Add more functions to the Linux kernel compatibility layer. Add someHans Petter Selasky2015-02-134-0/+52
* Fix bug in idr_pre_get where it doesn't handle 'need' correctly.Navdeep Parhar2015-02-021-1/+1
* Revert for r277213:Hans Petter Selasky2015-01-221-2/+0
* Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-4/+4
* Add more functions to the Linux kernel compatibility layer. Add someHans Petter Selasky2015-01-199-3/+52
* Start importing the basic OFED linux compatibility layer changes madeHans Petter Selasky2015-01-174-145/+247
* Use parentheses instead of close proximity to ensure layer + 1 is evaluatedNavdeep Parhar2015-01-161-1/+1
* Major callout subsystem cleanup and rewrite:Hans Petter Selasky2015-01-151-0/+2
* Fixes and updates for the Linux compatibility layer:Hans Petter Selasky2015-01-066-36/+84
* Move OFED init a bit earlier so that PXE boot works.Hans Petter Selasky2014-12-091-2/+2
* Use CURVNET macros inside inet_get_local_port_range() function.Craig Rodrigues2014-12-081-0/+2
* Update the OFED Linux compatibility layer andHans Petter Selasky2014-10-1511-107/+237
* Fix compile warning when compiling with GCC.Hans Petter Selasky2014-10-071-1/+0
* Hardware driver update from Mellanox Technologies, including:Hans Petter Selasky2014-09-236-82/+369
* Add a new fo_fill_kinfo fileops method to add type-specific information toJohn Baldwin2014-09-221-0/+9
* Fix various issues with invalid file operations:John Baldwin2014-09-121-1/+13
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-2782-234/+1188
* pci: make MSI(-X) enable and disable methods of the PCI busRoger Pau Monné2014-08-201-0/+4
* - Fix radix tree memory leakage when unloading modules using radixHans Petter Selasky2014-08-121-20/+64
* Fix OFED startup order: All SYSINIT()'s and modules should be loadedHans Petter Selasky2014-07-061-3/+8
* Compile fixes:Hans Petter Selasky2014-06-281-1/+1
* - Fix out of range shifting bug in bitops.h.Hans Petter Selasky2014-06-121-5/+5
* Use explicit long cast to avoid overflow in bitopts.Alfred Perlstein2013-11-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix __free_pages() in the linux shim.Alfred Perlstein2013-10-151-3/+3
* Fix mis-merge of upstream fix.Alfred Perlstein2013-10-011-4/+0
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-2925-174/+1373
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-3/+9
* Fix implementation of sock_getname.Navdeep Parhar2013-08-231-5/+5
* Make sendfile() a method in the struct fileops. Currently onlyGleb Smirnoff2013-08-151-0/+1
* - Correctly handle various edge cases in sysfs emulation.Jeff Roberson2013-08-091-4/+7
* - Use the correct type in the linux bitops emulation.Jeff Roberson2013-08-091-4/+9
* Split the pagequeues per NUMA domains, and split pageademon processKonstantin Belousov2013-08-071-0/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-073-9/+9
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-3/+3
* Rework the previous fix for the IB vs Ethernet sysctl handler to be moreJohn Baldwin2013-07-181-17/+15
* Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):John Baldwin2013-07-081-2/+7
* Store a reference to the vnode associated with a file descriptor in theJohn Baldwin2013-06-112-1/+5
* According to the documentation, on Linux, cancel_delayed_work() does notXin LI2013-05-081-3/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* Add protective parentheses for macro argument, missed in r247671.Alexander Motin2013-03-021-1/+1
* MFcalloutng:Alexander Motin2013-03-021-7/+9
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+5
* Redo r242842, now actually fixing the warnings, as follows:Dimitry Andric2012-11-121-4/+6
* Use %s when calling make_dev with a string pointer. This makesXin LI2012-11-091-1/+1