summaryrefslogtreecommitdiff
path: root/sys/dev/oce
AgeCommit message (Expand)Author
2014-09-13Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky
2014-09-13Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky
2014-08-07Cast queue length because q_len isn't really an enum in the same senseWarner Losh
2014-07-02Various bugfixes from Stefano Garzarella:Luigi Rizzo
2014-06-24Apply vendor fixes for big endian support and 20GBps/25GBps link speeds.Xin LI
2014-06-17Fix teardown of static DMA allocations in various NIC drivers:John Baldwin
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-12-30Eliminate unused drbr_stats_update implementation in oce(4) driver.Xin LI
2013-12-04Apply vendor improvements to oce(4) driver:Xin LI
2013-11-14The previous code makes a memory allocation in size ofXin LI
2013-10-28Include necessary headers that now are available due to pollutionGleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-10-23Update driver to version 10.0.664.0.Xin LI
2013-07-06Update driver with recent vendor improvements, most notably supportXin LI
2013-03-08Eliminate excessive $FreeBSD$ headers.Xin LI
2013-03-06Update driver to version 4.6.95.0.Xin LI
2013-02-14Resolve issue that caused WITNESS to report LORs.Josh Paetzel
2013-02-07This fixes a out-of-order problem with severalRandall Stewart
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-10-22remove duplicate semicolons where possible.Eitan Adler
2012-10-18Use if_initbaudrate().John Baldwin
2012-09-28The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff
2012-03-03Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin
2012-02-17Patches from Naresh Raju GottumukkalaLuigi Rizzo
2012-02-13Use if_maddr_*lock() routines to lock the per-interface multicastJohn Baldwin
2012-02-11Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallyBjoern A. Zeeb
2012-02-11Use the more common macro to set the if_baudrate to 10Gbit/s. Just useBjoern A. Zeeb
2012-02-11Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedBjoern A. Zeeb
2012-02-10Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo