summaryrefslogtreecommitdiff
path: root/sys/dev/oce/oce_if.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* oce(4): deprecateBrooks Davis2023-07-201-0/+2
* oce(4): Don't directly access usespaceBrooks Davis2023-07-201-5/+12
* if_oce: fix epoch handlingMichael Tuexen2022-02-221-1/+5
* oce: Fix handling of m_pullup() errors in oce_tso_setup()Mark Johnston2021-06-021-3/+0
* oce: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-91/+28
* oce(4): Account and trace mbufs before handing to hwConrad Meyer2020-06-201-11/+7
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+1
* Remove FreeBSD 7-9 support from oceWarner Losh2020-02-271-17/+2
* oce: Disallow the passthrough ioctl for unprivileged users.Mark Johnston2019-12-231-0/+3
* oce: Tighten input validation in the SIOCGI2C handler.Mark Johnston2019-12-181-9/+8
* oce(4): potential out of bounds access before vector validationKyle Evans2019-08-061-1/+3
* Fix array out of bound panic introduced in r306219.Alexander Motin2019-05-281-4/+14
* Added support for the SIOCGI2C ioctl.Xin LI2019-01-081-0/+34
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-6/+9
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Update oce to version 11.0.50.0Josh Paetzel2016-09-221-249/+887
* Revert r306148 to fix buildConrad Meyer2016-09-221-887/+249
* Update oce driver to 11.0.50.0Josh Paetzel2016-09-211-249/+887
* 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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-1/+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-131-4/+1
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-1/+4
* 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-241-1/+18
* 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-041-11/+8
* Update driver to version 10.0.664.0.Xin LI2013-10-231-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