summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile warning by removing unused variable.hselasky2014-10-301-3/+0
* Update the network interface baudrate integer according to the actualhselasky2014-10-241-1/+10
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-4/+4
* Update the OFED Linux compatibility layer andhselasky2014-10-1519-282/+25
* Fix compile warning when compiling with GCC.hselasky2014-10-071-0/+1
* Mechanically convert to if_inc_counter().glebius2014-09-274-22/+22
* Update code to use new network counter API.hselasky2014-09-245-17/+23
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-2342-3312/+8600
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+5
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-6/+0
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-0/+6
* Forward declare struct kiocb, which is only used for an unsued functionbz2014-08-291-0/+1
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-2740-58/+45
* Fix OFED startup order: All SYSINIT()'s and modules should be loadedhselasky2014-07-063-3/+3
* Fix compile warning.hselasky2014-07-061-1/+1
* Fix some compile warnings.hselasky2014-07-061-12/+12
* Compile fixes:hselasky2014-06-282-0/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-062-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-222-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-132-3/+3
OpenPOWER on IntegriCloud