aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-304-13/+13
* Fix creating a vlan over lagg over mlxen crash.Alfred Perlstein2013-11-171-0/+6
* Do not use a sleep lock when protecting the driver flags.Alfred Perlstein2013-11-082-2/+5
* Fix for bad performance when mtu is increased.Alfred Perlstein2013-11-083-65/+45
* Use explicit long cast to avoid overflow in bitopts.Alfred Perlstein2013-11-081-3/+3
* Fix API mismatch exposed by lagg.Alfred Perlstein2013-11-021-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+3
* Fix resource free.Alfred Perlstein2013-10-171-3/+3
* Fix __free_pages() in the linux shim.Alfred Perlstein2013-10-151-3/+3
* Fix for When more than one NIC is present.Alfred Perlstein2013-10-101-34/+1
* Remove redundant declaration of cmclass inDimitry Andric2013-10-091-3/+0
* Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, toDimitry Andric2013-10-071-1/+1
* Fixed kernel crash when running devinfoAlfred Perlstein2013-10-011-0/+2
* Enable ib_dev.mmap functionAlfred Perlstein2013-10-013-2/+73
* Fixed 'Couldn't Create QP' issue when running rc_pingpong, uc_pingpong,Alfred Perlstein2013-10-011-0/+18
* Fixed kernel crash when removing IPOIB_CM option from configuration fileAlfred Perlstein2013-10-012-2/+2
* 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-2996-3500/+24925
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-3/+9
* Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804Andre Oppermann2013-08-251-2/+2
* Fix implementation of sock_getname.Navdeep Parhar2013-08-231-5/+5
* Stop an ipoib interface before detaching it.John Baldwin2013-08-201-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-1/+1
* Make sendfile() a method in the struct fileops. Currently onlyGleb Smirnoff2013-08-151-0/+1
* - 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