summaryrefslogtreecommitdiff
path: root/sys/dev/oce
Commit message (Expand)AuthorAgeFilesLines
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update driver to version 10.0.664.0.Xin LI2013-10-238-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