aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce/oce_if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@Hiren Panchasara2015-04-241-2/+2
* MFC r268156:Steven Hartland2014-12-211-5/+1
* MFC r271946 and r272595:Hans Petter Selasky2014-11-031-1/+3
* MFC r267839:Xin LI2014-06-301-1/+18
* MFC r260110:Xin LI2014-01-131-12/+0
* MFC r258941:Xin LI2013-12-061-11/+8
* MFC r257007:Xin LI2013-10-261-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