aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* sys/ofed: minor spelling fix.Pedro F. Giffuni2016-05-061-1/+1
* ofed/drivers: minor spelling fixes.Pedro F. Giffuni2016-05-0610-14/+14
* Fix NOIP kernels to compile.Bjoern A. Zeeb2016-04-241-0/+2
* More fixes for using IPv6 addresses with RDMA:Hans Petter Selasky2016-04-227-24/+103
* Add KASSERT() and set error code in dead code case to help static codeHans Petter Selasky2016-04-221-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.Hans Petter Selasky2016-04-221-2/+7
* Fix for using IPv6 addresses with RDMA:Hans Petter Selasky2016-04-211-39/+108
* Fix for resolving mac address when the destination address is a gateway.Hans Petter Selasky2016-04-211-4/+5
* Properly setup arguments for if_resolvemulti() callback.Hans Petter Selasky2016-04-211-1/+7
* Fix inverted priv check calls. Priv check returns zero on success andHans Petter Selasky2016-04-201-3/+3
* ofed: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-152-2/+2
* Remove some unused fields.Hans Petter Selasky2016-04-143-13/+0
* Ensure the received IP header gets 32-bits aligned.Hans Petter Selasky2016-04-142-4/+12
* Add missing port_up checks.Hans Petter Selasky2016-04-141-2/+17
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-7/+1
* Remove unnecessary dequeue_mutex (added in r294610) from the iWARPNavdeep Parhar2016-03-301-5/+0
* Add missing curly brackets in for loop.Hans Petter Selasky2016-03-171-2/+3
* Use hardware computed Toeplitz hash for incoming flowidsHans Petter Selasky2016-03-152-2/+3
* Fix witness panic in the ipoib_ioctl() function when unloading theHans Petter Selasky2016-03-152-0/+7
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.John Baldwin2016-03-113-3/+3
* Whitespace fixes.Hans Petter Selasky2016-03-0410-95/+95
* LinuxKPI list updates:Hans Petter Selasky2016-01-261-2/+2
* Fix for iWARP servers that listen on INADDR_ANY.Navdeep Parhar2016-01-224-9/+373
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-6/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-1/+1
* Remove unused file.Hans Petter Selasky2016-01-071-1/+0
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-4/+4
* Fix i386 build WITH_OFED=YES. Remove some redundant KASSERTs.Hans Petter Selasky2015-12-042-4/+1
* Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..)Enji Cooper2015-12-041-1/+7
* Convert the mlxen driver to use the BUSDMA(9) APIs instead ofHans Petter Selasky2015-12-034-669/+625
* Updated the mlx4 and mlxen drivers to the latest version, v2.1.6:Hans Petter Selasky2015-12-0315-1886/+418
* Add some defines needed by the coming mlx5 infiniband support.Hans Petter Selasky2015-11-241-0/+19
* Don't leak work if __mlx4_register_vlan(..) fails inEnji Cooper2015-11-191-0/+1
* Fix integer to pointer of different size conversion warnings whenHans Petter Selasky2015-11-122-4/+5
* Fix print formatting compile warnings for Sparc64 and PowerPC platforms.Hans Petter Selasky2015-11-121-3/+3
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-2993-11588/+0
* Add missing FreeBSD RCS keyword and SVN properties.Hans Petter Selasky2015-10-275-5/+10
* Add support for binding IRQs to CPUs in the LinuxKPI. The new functionHans Petter Selasky2015-10-261-1/+18
* Build fix for MIPS.Hans Petter Selasky2015-10-261-3/+6
* Build fix for non-i386 and non-amd64 platforms.Hans Petter Selasky2015-10-231-0/+6
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-227-8/+8
* Remove all comments deriving from Linux.Hans Petter Selasky2015-10-211-48/+6
* Remove all comments deriving from Linux. Style file for FreeBSD.Hans Petter Selasky2015-10-211-146/+25
* Reimplement header file, remove all comments deriving from Linux andHans Petter Selasky2015-10-211-73/+38
* Move location of RCS keyword according to style.Hans Petter Selasky2015-10-2088-133/+180
* Add missing FreeBSD RCS keyword and SVN properties.Hans Petter Selasky2015-10-207-0/+7
* Add missing FreeBSD RCS keyword and SVN properties.Hans Petter Selasky2015-10-207-1/+8
* Add missing dash to copyright clause.Hans Petter Selasky2015-10-201-1/+1
* Add missing FreeBSD RCS keyword and SVN properties.Hans Petter Selasky2015-10-2070-0/+70