aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* Don't repeat the the word 'the'Eitan Adler2016-05-173-3/+3
* 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-225-21/+84
* 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-222-6/+363
* 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
* 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-041-3/+0
* 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-0312-1885/+402
* 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
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-226-6/+6
* Merge LinuxKPI changes from DragonflyBSD:Hans Petter Selasky2015-10-191-1/+1
* Merge LinuxKPI changes from DragonflyBSD:Hans Petter Selasky2015-10-193-6/+3
* Fix build broken by r287861.Alexander V. Chernikov2015-09-161-1/+1
* Simplify the way of attaching IPv6 link-layer header.Alexander V. Chernikov2015-09-161-1/+1
* Ensure that the MAD agent's delayed taskqueue is completely stoppedMark Johnston2015-09-151-1/+1
* Reinstate unify_tcp_port_space and associated code that was lost duringNavdeep Parhar2015-08-121-1/+49
* Avoid calling into the random subsystem before it is initialized.Hans Petter Selasky2015-08-041-1/+5
* ib mad: fix an incorrect use of list_for_each_entryMark Johnston2015-07-301-2/+5
* Implement lockless resource limits.Mateusz Guzik2015-06-102-2/+3
* Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3Gleb Smirnoff2015-05-272-0/+180
* Apply proper locking when iterating the multicast addresses and add aHans Petter Selasky2015-05-121-0/+4
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-113-237/+3
* Ensure setting promiscious mode when a network interface is up, isHans Petter Selasky2015-03-101-5/+8
* Updates for the Mellanox ethernet driverHans Petter Selasky2015-03-048-26/+57
* Try to unbreak NOIP and NOINET6 LINT builds after r278886Bjoern A. Zeeb2015-02-191-0/+6