aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-1773-6814/+11239
* 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
* The "frag_info" pointer is already pointing to an array index.Hans Petter Selasky2015-02-161-1/+1
* 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-197-18/+11
* 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-179-146/+253
* 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
* Don't mask the IP-address when doing multicast IP over infiniband.Hans Petter Selasky2015-01-091-1/+1
* Use the M_SIZE() macro when possible.Hans Petter Selasky2015-01-082-4/+2
* Fixes and updates for the Linux compatibility layer:Hans Petter Selasky2015-01-068-42/+90
* Make sure callbacks being freed are not pending when theHans Petter Selasky2014-12-111-1/+1
* 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-082-0/+4
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-012-11/+10
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-272-8/+10
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-122-14/+14
* Fix compile warning by removing unused variable.Hans Petter Selasky2014-10-301-3/+0
* Update the network interface baudrate integer according to the actualHans Petter Selasky2014-10-241-1/+10
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-4/+4
* Update the OFED Linux compatibility layer andHans Petter Selasky2014-10-1534-425/+264
* Fix compile warning when compiling with GCC.Hans Petter Selasky2014-10-072-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-274-22/+22
* Update code to use new network counter API.Hans Petter Selasky2014-09-245-17/+23
* Hardware driver update from Mellanox Technologies, including:Hans Petter Selasky2014-09-2348-3394/+8969
* Add a new fo_fill_kinfo fileops method to add type-specific information toJohn Baldwin2014-09-221-0/+9
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-0/+5
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-6/+0
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-0/+6
* Fix various issues with invalid file operations:John Baldwin2014-09-121-1/+13
* Forward declare struct kiocb, which is only used for an unsued functionBjoern A. Zeeb2014-08-291-0/+1
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-27144-494/+1347
* 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-064-6/+11
* Fix compile warning.Hans Petter Selasky2014-07-061-1/+1
* Fix some compile warnings.Hans Petter Selasky2014-07-061-12/+12
* Compile fixes:Hans Petter Selasky2014-06-283-1/+3
* - Fix out of range shifting bug in bitops.h.Hans Petter Selasky2014-06-121-5/+5
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-062-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-222-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-133-13/+7
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-181-16/+2
* Similar to r260020, only use -fms-extensions with gcc, for all otherDimitry Andric2013-12-302-2/+2
* Defer start/stop port to workqueues.Alfred Perlstein2013-12-152-25/+75