summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Fix creating a vlan over lagg over mlxen crash.alfred2013-11-171-0/+6
* Do not use a sleep lock when protecting the driver flags.alfred2013-11-082-2/+5
* Fix for bad performance when mtu is increased.alfred2013-11-083-65/+45
* Fix API mismatch exposed by lagg.alfred2013-11-021-2/+2
* Fix resource free.alfred2013-10-171-3/+3
* Fixed kernel crash when removing IPOIB_CM option from configuration filealfred2013-10-011-1/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-2932-1565/+13729
* Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804andre2013-08-251-2/+2
* Add a missing prototype.jhb2013-07-291-0/+1
* Various fixes to the mlxen(4) driver:jhb2013-07-291-21/+31
* Avoid trashing IP fragments:jhb2013-07-251-2/+6
* Rework the previous fix for the IB vs Ethernet sysctl handler to be morejhb2013-07-181-3/+3
* Remove check forbidding requests that would result in one port being setjhb2013-07-171-3/+0
* Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):jhb2013-07-081-3/+3
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Fix LINT build on amd64.delphij2013-02-091-4/+4
* This fixes a out-of-order problem with severalrrs2013-02-071-11/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-1/+3
* Do not announce IPv6 TSO support yet. The driver seems to make assumptionsbz2012-04-231-1/+1
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-122-0/+17
OpenPOWER on IntegriCloud