aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3Gleb Smirnoff2015-05-273-0/+203
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-3/+3
* Apply proper locking when iterating the multicast addresses and add aHans Petter Selasky2015-05-121-0/+4
* msecs_to_jiffies() is implemented using tvtohz(9), which always returns aMark Johnston2015-05-101-1/+1
* find_next_bit() and find_next_zero_bit(): if the caller-specified offsetMark Johnston2015-05-101-0/+4
* Don't drop the idr lock before verifying that the newly-inserted elementMark Johnston2015-05-021-10/+20
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-1/+1
* Fix variable casting:Hans Petter Selasky2015-03-271-4/+2
* Fixes for the LinuxAPI completion wrappers:Hans Petter Selasky2015-03-274-117/+146
* Add missing void pointer argument to SYSINIT() functions.Hans Petter Selasky2015-03-181-2/+2
* Fix problems about 32-bit ticks wraparound and unsigned longHans Petter Selasky2015-03-182-33/+70
* Declare missing symbol and inline macro which is only used once.Hans Petter Selasky2015-03-181-7/+5
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-113-237/+3
* Ensure setting promiscious mode when a network interface is up, isHans Petter Selasky2015-03-101-5/+8
* Define PTR_ALIGN() macro which will be needed coming Mellanox driverHans Petter Selasky2015-03-041-0/+2
* Updates for the Mellanox ethernet driverHans Petter Selasky2015-03-0410-30/+74
* Macro fixes:Hans Petter Selasky2015-02-232-1/+3
* Try to unbreak NOIP and NOINET6 LINT builds after r278886Bjoern A. Zeeb2015-02-191-0/+6
* filedesc: simplify fget_unlocked & friendsMateusz Guzik2015-02-171-3/+3
* Fix compilation of LINT-NOINET kernel target after r278886.Hans Petter Selasky2015-02-171-2/+5
* Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-1/+1
* Fix compilation of the SDP driver and a compile warning after r278886.Hans Petter Selasky2015-02-174-6/+10
* Fix compilation when DEBUG is defined.Hans Petter Selasky2015-02-171-1/+1
* 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