aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* - Reserve a special AF for SDP. The one we were incorrectly using beforeJeff Roberson2013-08-091-0/+2
* - 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
* Add a missing prototype.John Baldwin2013-07-291-0/+1
* Various fixes to the mlxen(4) driver:John Baldwin2013-07-291-21/+31
* Avoid trashing IP fragments:John Baldwin2013-07-251-2/+6
* 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-182-20/+18
* Remove check forbidding requests that would result in one port being setJohn Baldwin2013-07-171-3/+0
* Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):John Baldwin2013-07-082-5/+10
* Store a reference to the vnode associated with a file descriptor in theJohn Baldwin2013-06-112-1/+5
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* According to the documentation, on Linux, cancel_delayed_work() does notXin LI2013-05-081-3/+3
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-271-2/+2
* Check for SS_NBIO in the socket state field rather than socket bufferJohn Baldwin2013-04-031-2/+2
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-3/+4
* 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
* Fix LINT build on amd64.Xin LI2013-02-091-4/+4
* This fixes a out-of-order problem with severalRandall Stewart2013-02-071-11/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-056-9/+9
* Redo r242842, now actually fixing the warnings, as follows:Dimitry Andric2012-11-124-7/+9
* Use %s when calling make_dev with a string pointer. This makesXin LI2012-11-091-1/+1
* remove duplicate semicolons where possible.Eitan Adler2012-10-223-3/+3
* Take advantage of if_baudrate_pf and calculate an effective baud rate onJohn Baldwin2012-10-181-6/+10
* Use if_initbaudrate().John Baldwin2012-10-181-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-281-1/+3
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-2/+2
* Remove unneeded ipfw headers introduced in r213447 from Infiniband code.Alexander V. Chernikov2012-09-041-2/+0
* Streamline use of cdevpriv and correct some corner cases.Hans Petter Selasky2012-08-151-1/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Fix clang warning when compiling iw_cxgb.Navdeep Parhar2012-06-251-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-195-13/+30
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-301-1/+0
* Do not announce IPv6 TSO support yet. The driver seems to make assumptionsBjoern A. Zeeb2012-04-231-1/+1
* Add OFED and the associated options and drivers to x86 LINT builds:John Baldwin2012-04-129-11/+68
* Don't update if_obytes when transmitting packets. That is already doneJohn Baldwin2012-04-122-2/+0
* Properly parse 40G media types from newer Mellanox adapters that areJohn Baldwin2012-04-103-10/+35
* Fix build on i386.John Baldwin2012-04-041-1/+1
* Use VM_MEMATTR_UNCACHEABLE instead of VM_MEMATTR_UNCACHED for UC mappings.John Baldwin2012-03-272-2/+2
* Fix build of OFED bits with debugging options enabled.John Baldwin2012-03-192-2/+2
* Fix build with INET6 disabled.John Baldwin2012-03-162-3/+9
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-152-2/+2
* Replace __signed by signed.Ed Schouten2011-12-131-4/+4
* Do not define bool/true/false if the symbols already exist.Matthew D Fleming2011-12-121-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1