summaryrefslogtreecommitdiff
path: root/sys/dev/oce
Commit message (Expand)AuthorAgeFilesLines
* MFC r283291: don't use CALLOUT_MPSAFE with callout_init()Andriy Gapon2017-03-041-1/+1
* 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-032-2/+3
* MFC r263710, r273377, r273378, r273423 and r273455:Hans Petter Selasky2014-10-271-19/+19
* MFC r267839:Xin LI2014-06-305-26/+55
* MFC r260110:Xin LI2014-01-131-12/+0
* MFC r258941:Xin LI2013-12-064-19/+60
* MFC r257007:Xin LI2013-10-268-241/+639
* Update driver with recent vendor improvements, most notably supportXin LI2013-07-068-131/+442
* Eliminate excessive $FreeBSD$ headers.Xin LI2013-03-082-4/+0
* Update driver to version 4.6.95.0.Xin LI2013-03-068-184/+810
* Resolve issue that caused WITNESS to report LORs.Josh Paetzel2013-02-142-1/+10
* 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
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin2012-03-031-4/+4
* Patches from Naresh Raju GottumukkalaLuigi Rizzo2012-02-178-147/+260
* Use if_maddr_*lock() routines to lock the per-interface multicastJohn Baldwin2012-02-131-2/+2
* 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
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedBjoern A. Zeeb2012-02-111-2/+2
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo2012-02-108-0/+11528