aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce/oce_if.c
Commit message (Expand)AuthorAgeFilesLines
* Update oce to version 11.0.50.0Josh Paetzel2016-09-221-250/+888
* Revert r306148 to fix buildConrad Meyer2016-09-221-888/+250
* Update oce driver to 11.0.50.0Josh Paetzel2016-09-211-250/+888
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-1/+3
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-4/+1
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-1/+4
* Various bugfixes from Stefano Garzarella:Luigi Rizzo2014-07-021-5/+1
* Apply vendor fixes for big endian support and 20GBps/25GBps link speeds.Xin LI2014-06-241-1/+18
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-1/+1
* Eliminate unused drbr_stats_update implementation in oce(4) driver.Xin LI2013-12-301-12/+0
* Apply vendor improvements to oce(4) driver:Xin LI2013-12-041-11/+8
* Update driver to version 10.0.664.0.Xin LI2013-10-231-8/+165
* Update driver with recent vendor improvements, most notably supportXin LI2013-07-061-73/+77
* Update driver to version 4.6.95.0.Xin LI2013-03-061-38/+202
* Resolve issue that caused WITNESS to report LORs.Josh Paetzel2013-02-141-0/+9
* This fixes a out-of-order problem with severalRandall Stewart2013-02-071-10/+8
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Use if_initbaudrate().John Baldwin2012-10-181-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-281-1/+3
* Patches from Naresh Raju GottumukkalaLuigi Rizzo2012-02-171-118/+98
* Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallyBjoern A. Zeeb2012-02-111-4/+48
* Use the more common macro to set the if_baudrate to 10Gbit/s. Just useBjoern A. Zeeb2012-02-111-1/+1
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo2012-02-101-0/+2000