summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r306454:hselasky2016-10-101-0/+1
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-1/+1
* Prepare for activation of LinuxKPI module parameters as read-onlyhselasky2016-05-256-2/+14
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* ofed/drivers: minor spelling fixes.pfg2016-05-065-6/+6
* 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-102-2/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-7/+1
* Add missing curly brackets in for loop.hselasky2016-03-171-2/+3
* Use hardware computed Toeplitz hash for incoming flowidshselasky2016-03-152-2/+3
* LinuxKPI list updates:hselasky2016-01-261-2/+2
* Fix i386 build WITH_OFED=YES. Remove some redundant KASSERTs.hselasky2015-12-041-3/+0
* 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 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-222-2/+2
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-2/+1
* Avoid calling into the random subsystem before it is initialized.hselasky2015-08-041-1/+5
* 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
* Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-171-1/+1
* 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-192-7/+2
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-172-0/+3
* Fixes and updates for the Linux compatibility layer:hselasky2015-01-061-4/+0
* 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
* 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-159-268/+12
* Fix compile warning when compiling with GCC.hselasky2014-10-071-0/+1
* Update code to use new network counter API.hselasky2014-09-245-17/+23
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-2337-3294/+8580
* 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
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-2717-26/+15
* Fix OFED startup order: All SYSINIT()'s and modules should be loadedhselasky2014-07-062-2/+2
* Compile fixes:hselasky2014-06-281-0/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-2/+2
* Similar to r260020, only use -fms-extensions with gcc, for all otherdim2013-12-301-1/+1
* Defer start/stop port to workqueues.alfred2013-12-152-25/+75
OpenPOWER on IntegriCloud