aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-132-3/+3
* 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-63/+43
* 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-262-0/+2
* Fix resource free.Alfred Perlstein2013-10-171-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
* Fixed kernel crash when running devinfoAlfred Perlstein2013-10-011-0/+2
* Enable ib_dev.mmap functionAlfred Perlstein2013-10-012-2/+45
* 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
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-2963-3264/+23010
* Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804Andre Oppermann2013-08-251-2/+2
* 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
* 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
* Rework the previous fix for the IB vs Ethernet sysctl handler to be moreJohn Baldwin2013-07-181-3/+3
* 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-081-3/+3
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* 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-091-3/+3
* 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-123-3/+3
* remove duplicate semicolons where possible.Eitan Adler2012-10-223-3/+3
* 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
* Remove unneeded ipfw headers introduced in r213447 from Infiniband code.Alexander V. Chernikov2012-09-041-2/+0
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-192-4/+20
* 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-125-7/+62
* 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
* Fix build of OFED bits with debugging options enabled.John Baldwin2012-03-192-2/+2