aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce
Commit message (Expand)AuthorAgeFilesLines
* oce: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* oce(4): Fix a typo in a sysctl descriptionGordon Bergling2022-04-201-1/+1
* oce: Remove unused variables.John Baldwin2022-04-083-7/+1
* if_oce: fix epoch handlingMichael Tuexen2021-12-183-2/+10
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* oce: Fix handling of m_pullup() errors in oce_tso_setup()Mark Johnston2021-05-261-3/+0
* oce: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-383/+77
* 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-273-27/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-39/+31
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-261-1/+0
* oce: Disallow the passthrough ioctl for unprivileged users.Mark Johnston2019-12-232-0/+4
* oce: Tighten input validation in the SIOCGI2C handler.Mark Johnston2019-12-181-9/+8
* net: prefer ETHER_ADDR_LEN over ETH_ADDR_LENEric Joyner2019-11-042-2/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-23/+22
* 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-084-6/+40
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-6/+9
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add ability to perform a firmware reset during driver initialization.Josh Paetzel2018-05-012-19/+58
* 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-208-0/+16
* Update oce to version 11.0.50.0Josh Paetzel2016-09-228-499/+2188
* Revert r306148 to fix buildConrad Meyer2016-09-227-2067/+499
* Update oce driver to 11.0.50.0Josh Paetzel2016-09-217-499/+2067
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-3/+3
* 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