aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-3/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* srandom has no influence on read_random, at least not this late...John-Mark Gurney2015-02-131-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-19/+19
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-222-2/+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-132-4/+2
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-132-2/+4
* Cast queue length because q_len isn't really an enum in the same senseWarner Losh2014-08-071-1/+1
* 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-245-26/+55
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-2/+2
* 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-044-19/+60
* The previous code makes a memory allocation in size ofXin LI2013-11-142-3/+4
* 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