summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix NOIP kernels to compile.bz2016-04-241-0/+2
* More fixes for using IPv6 addresses with RDMA:hselasky2016-04-225-21/+84
* Add KASSERT() and set error code in dead code case to help static codehselasky2016-04-221-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.hselasky2016-04-221-2/+7
* Fix for using IPv6 addresses with RDMA:hselasky2016-04-211-39/+108
* Fix for resolving mac address when the destination address is a gateway.hselasky2016-04-211-4/+5
* Properly setup arguments for if_resolvemulti() callback.hselasky2016-04-211-1/+7
* Fix inverted priv check calls. Priv check returns zero on success andhselasky2016-04-201-3/+3
* ofed: for pointers replace 0 with NULL.pfg2016-04-152-2/+2
* Remove some unused fields.hselasky2016-04-143-13/+0
* Ensure the received IP header gets 32-bits aligned.hselasky2016-04-142-4/+12
* Add missing port_up checks.hselasky2016-04-141-2/+17
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-103-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-7/+1
* Remove unnecessary dequeue_mutex (added in r294610) from the iWARPnp2016-03-301-5/+0
* Add missing curly brackets in for loop.hselasky2016-03-171-2/+3
* Use hardware computed Toeplitz hash for incoming flowidshselasky2016-03-152-2/+3
* Fix witness panic in the ipoib_ioctl() function when unloading thehselasky2016-03-152-0/+7
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.jhb2016-03-113-3/+3
* Whitespace fixes.hselasky2016-03-0410-95/+95
* LinuxKPI list updates:hselasky2016-01-261-2/+2
* Fix for iWARP servers that listen on INADDR_ANY.np2016-01-222-6/+363
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-6/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-1/+1
* Implement interface link header precomputation API.melifaro2015-12-311-4/+4
* Fix i386 build WITH_OFED=YES. Remove some redundant KASSERTs.hselasky2015-12-041-3/+0
* Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..)ngie2015-12-041-1/+7
* Convert the mlxen driver to use the BUSDMA(9) APIs instead ofhselasky2015-12-034-669/+625
* Updated the mlx4 and mlxen drivers to the latest version, v2.1.6:hselasky2015-12-0312-1885/+402
* Don't leak work if __mlx4_register_vlan(..) fails inngie2015-11-191-0/+1
* Fix integer to pointer of different size conversion warnings whenhselasky2015-11-122-4/+5
* Fix print formatting compile warnings for Sparc64 and PowerPC platforms.hselasky2015-11-121-3/+3
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-226-6/+6
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-1/+1
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-193-6/+3
* Fix build broken by r287861.melifaro2015-09-161-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* Ensure that the MAD agent's delayed taskqueue is completely stoppedmarkj2015-09-151-1/+1
* Reinstate unify_tcp_port_space and associated code that was lost duringnp2015-08-121-1/+49
* Avoid calling into the random subsystem before it is initialized.hselasky2015-08-041-1/+5
* ib mad: fix an incorrect use of list_for_each_entrymarkj2015-07-301-2/+5
* Implement lockless resource limits.mjg2015-06-102-2/+3
* Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3glebius2015-05-272-0/+180
* Apply proper locking when iterating the multicast addresses and add ahselasky2015-05-121-0/+4
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-113-237/+3
* Ensure setting promiscious mode when a network interface is up, ishselasky2015-03-101-5/+8
* Updates for the Mellanox ethernet driverhselasky2015-03-048-26/+57
* Try to unbreak NOIP and NOINET6 LINT builds after r278886bz2015-02-191-0/+6
* Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-171-1/+1
* Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-174-6/+10
OpenPOWER on IntegriCloud