summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation when DEBUG is defined.hselasky2015-02-171-1/+1
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-1757-6239/+9664
* The "frag_info" pointer is already pointing to an array index.hselasky2015-02-161-1/+1
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-196-14/+7
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-175-1/+6
* Use the M_SIZE() macro when possible.hselasky2015-01-082-4/+2
* Fixes and updates for the Linux compatibility layer:hselasky2015-01-062-6/+6
* Make sure callbacks being freed are not pending when thehselasky2014-12-111-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-012-11/+10
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-272-8/+10
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-14/+14
OpenPOWER on IntegriCloud