summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly parse 40G media types from newer Mellanox adapters that arejhb2012-04-103-10/+35
* - Implement wake-on-lan support in mlxen.jeff2011-03-266-4/+68
* - Correct the vlan filter programming. The device filter is built injeff2011-03-233-17/+15
* - Don't use a separate set of rx queues for UDP, hash them into the samejeff2011-03-224-281/+142
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-2136-0/+15949
OpenPOWER on IntegriCloud