summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+1
* Whitespace fixes.hselasky2016-03-042-1/+1
* 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
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-173-5/+9
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-175-11/+15
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-191-2/+0
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-171-1/+1
* Use the M_SIZE() macro when possible.hselasky2015-01-082-4/+2
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-3/+5
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-14/+14
* Update the OFED Linux compatibility layer andhselasky2014-10-152-2/+0
* Mechanically convert to if_inc_counter().glebius2014-09-274-22/+22
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-232-3/+3
* Forward declare struct kiocb, which is only used for an unsued functionbz2014-08-291-0/+1
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-271-1/+0
* Compile fixes:hselasky2014-06-281-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-1/+1
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-16/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+2
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-292-1/+19
* Stop an ipoib interface before detaching it.jhb2013-08-201-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-271-2/+2
* Check for SS_NBIO in the socket state field rather than socket bufferjhb2013-04-031-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-055-8/+8
* Redo r242842, now actually fixing the warnings, as follows:dim2012-11-121-1/+1
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Use if_initbaudrate().jhb2012-10-181-1/+1
* Remove unneeded ipfw headers introduced in r213447 from Infiniband code.melifaro2012-09-041-2/+0
* Revert r234834 per luigi@ request.melifaro2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-1/+0
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-121-3/+11
* Don't update if_obytes when transmitting packets. That is already donejhb2012-04-122-2/+0
* Fix build on i386.jhb2012-04-041-1/+1
* Fix build of OFED bits with debugging options enabled.jhb2012-03-191-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* In ipoib_cm_handle_rx_wc(): Count incoming packets anddelphij2011-05-261-2/+2
* Even though this block is not compiled currently, properly assignbz2011-04-121-2/+4
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-2122-0/+12853
OpenPOWER on IntegriCloud