aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ixgbe: define IXGBE_LE32_TO_CPUSKevin Bowling2023-08-141-2/+2
* ixgbe: Fix typos in source code commentsIan Moffett2023-04-281-1/+1
* ixgbe(4): Filter out spurious link up indicationKrzysztof Galazka2023-02-151-2/+17
* ixgbe(4): Fix common typos in source code commentsGordon Bergling2022-06-061-1/+1
* ixgbe: Update shared code catchupKevin Bowling2021-10-071-3/+171
* ixgbe: increase the timeoutQiming Yang2021-09-071-2/+2
* ixgbe: remove unnecessary return value checkGuinan Sun2021-09-071-3/+1
* ixgbe: remove whitespace in function commentsKevin Bowling2021-09-071-515/+515
* ixgbe: Update copyright to 2020Kevin Bowling2021-09-071-1/+1
* ixgbe: Use C99 bool typesKevin Bowling2021-09-071-65/+65
* ixgbe: add typecast for type mismatchGuinan Sun2021-09-071-1/+1
* ixgbe: fix maximum wait time in commentXiaolong Ye2021-09-071-1/+1
* ixgbe: wait longer for link after fiber MAC setupMatthew Smith2021-09-071-1/+1
* ixgbe: fix host interface shadow RAM readGuinan Sun2021-09-071-1/+2
* ixgbe: fix response to apply-update commandGuinan Sun2021-09-071-1/+8
* ixgbe: improve log about autoneg being disabledGuinan Sun2021-09-071-2/+3
* ixgbe: fix infinite recursion on PCIe link downGuinan Sun2021-09-071-2/+2
* ixgbe: fix impossible conditionEric van Gyzen2020-08-211-2/+2
* ixgbe: this statement may fall through warnings with gccToomas Soome2019-01-191-2/+4
* ixgbe(4): Update shared code, add support for X552 1G, fix bugEric Joyner2018-03-191-11/+145
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-5/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+1
* ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner2017-07-051-277/+675
* dev/e1000,ixgbe: minor spelling fixes.Pedro F. Giffuni2016-05-061-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Fix ixgbe flow control autoneg reportingSteven Hartland2016-01-311-1/+4
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-30/+34
* Add support for certain Intel X550 devices.Eric Joyner2015-04-301-3/+3
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-203/+597
* Add quad port probe support, this gives the admin proper information about th...Jack F Vogel2013-06-181-97/+267
* First, sync to internal shared code, and thenJack F Vogel2013-03-041-11/+265
* Update to the ixgbe driver:Jack F Vogel2012-07-051-351/+376
* New hardware support: Intel X540 adapter support added.Jack F Vogel2012-01-301-334/+937
* Update driver to version 2.3.8:Jack F Vogel2011-01-191-6/+55
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-261-309/+752
* Update the driver to Intel version 2.1.6Jack F Vogel2010-03-271-39/+118
* Update driver to Intel version 2.0.7:Jack F Vogel2009-12-071-76/+896
* Update for the Intel 10G driver, this adds support forJack F Vogel2009-06-241-19/+41
* Update the ixgbe driver to 1.7.4, this includes supportJack F Vogel2009-04-101-181/+344
* Updated ixgbe driver - version 1.6.2Jack F Vogel2008-11-261-57/+178
* This updates the ixgbe driver to Intel internal version 1.4.7Jack F Vogel2008-07-301-77/+62
* This is driver version 1.4.4 of the Intel ixgbe driver.Jack F Vogel2008-05-161-282/+399
* This is an update to the new Intel 10G 82598 driver.Jack F Vogel2007-09-041-3/+1
* Add the actual source too :)Jack F Vogel2007-07-111-0/+1735