summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add a missing prototype.jhb2013-07-291-0/+1
* Various fixes to the mlxen(4) driver:jhb2013-07-291-21/+31
* Avoid trashing IP fragments:jhb2013-07-251-2/+6
* Rework the previous fix for the IB vs Ethernet sysctl handler to be morejhb2013-07-181-3/+3
* Remove check forbidding requests that would result in one port being setjhb2013-07-171-3/+0
* Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):jhb2013-07-081-3/+3
* Fxi a bunch of typos.eadler2013-05-101-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
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-3/+3
* Fix LINT build on amd64.delphij2013-02-091-4/+4
* This fixes a out-of-order problem with severalrrs2013-02-071-11/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-056-9/+9
* Redo r242842, now actually fixing the warnings, as follows:dim2012-11-123-3/+3
* remove duplicate semicolons where possible.eadler2012-10-223-3/+3
* Use if_initbaudrate().jhb2012-10-181-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-1/+3
* Remove unneeded ipfw headers introduced in r213447 from Infiniband code.melifaro2012-09-041-2/+0
* - Updated TOE support in the kernel.np2012-06-192-4/+20
* 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
* Do not announce IPv6 TSO support yet. The driver seems to make assumptionsbz2012-04-231-1/+1
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-125-7/+62
* Don't update if_obytes when transmitting packets. That is already donejhb2012-04-122-2/+0
* Properly parse 40G media types from newer Mellanox adapters that arejhb2012-04-103-10/+35
* Fix build on i386.jhb2012-04-041-1/+1
* Fix build of OFED bits with debugging options enabled.jhb2012-03-192-2/+2
* Fix build with INET6 disabled.jhb2012-03-162-3/+9
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-152-2/+2
* 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
* - Implement wake-on-lan support in mlxen.jeff2011-03-266-4/+68
* - Correct the vlan filter programming. The device filter is built injeff2011-03-233-17/+15
* - Don't use a separate set of rx queues for UDP, hash them into the samejeff2011-03-224-281/+142
* Allow the ofed modules to be compiled on i386.kib2011-03-211-2/+2
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-21146-0/+85946
OpenPOWER on IntegriCloud