summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe.h
Commit message (Expand)AuthorAgeFilesLines
* ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski2022-03-081-0/+2
* ixv(4): Allow PF to control the VF link statePiotr Pietruszewski2022-03-081-0/+1
* ixgbe: whitespace cleanup passKevin Bowling2021-10-031-270/+220
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-10-031-11/+11
* ixgbe: Use C99 bool typesKevin Bowling2021-09-141-2/+2
* ixgbe: Restore AIM supportSai Rajesh Tallamraju2021-05-171-0/+1
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-051-0/+12
* ix, ixv: Read msix_bar from device configurationEric Joyner2019-09-241-2/+0
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2019-07-231-2/+0
* ix(4): Run {mod,msf,mbx,fdir,phy}_task in if_update_admin_statusEric Joyner2019-01-311-6/+1
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-1/+1
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-169/+64
* 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-545/+339
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* ixgbe sysctl hardware defaultsSteven Hartland2016-01-261-0/+1
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-13/+19
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno2015-10-131-2/+2
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-0/+4
* Catch up to the SRIOV API changes in r283670.John Baldwin2015-06-011-0/+1
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-3/+217
* Revert last commit, to remove added skeleton tree.Jack F Vogel2015-06-011-217/+3
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-3/+217
* Add support for certain Intel X550 devices.Eric Joyner2015-04-301-4/+35
* Fix i386 LINT build issues, and remove unused variable.Jack F Vogel2015-03-181-2/+1
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-13/+124
* Pad RX copy alignment calculation to avoid illegal memory accessesEnji Cooper2015-02-281-2/+3
* The error bits are not valid with EOP=0; so intermediary fragments shouldAdrian Chadd2014-09-151-1/+0
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-12/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Add quad port probe support, this gives the admin proper information about th...Jack F Vogel2013-06-181-1/+9
* rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo2012-12-201-2/+2
* Patch #11 - The final patch: this one greatly improves theJack F Vogel2012-12-011-1/+1
* Patch #8 Performance changes - this one improves locality,Jack F Vogel2012-11-301-19/+20
* Patch #7 This is primarily about processing limit control.Jack F Vogel2012-11-301-1/+2
* Patch #6 Whitespace cleanup, and removal of some very oldJack F Vogel2012-11-301-12/+2
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayJack F Vogel2012-11-301-4/+0
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticJack F Vogel2012-11-301-0/+10
* Patch #2 - remove OACTIVE and DEPLETED notions from theJack F Vogel2012-11-301-5/+5
* First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel2012-11-301-9/+4
* Merge similar fixes from 223198 from igb to ixgbe:John Baldwin2012-09-261-0/+1
* Heavily optimize the case of small RX packets of 160 bytes or less. ForScott Long2012-08-311-0/+17
* If we pass down 64k - L2 hdr size + 1 to 64K L3+ data adding an etherBjoern A. Zeeb2012-04-231-1/+1
* New hardware support: Intel X540 adapter support added.Jack F Vogel2012-01-301-4/+8
* Add a #define for driver portability to older OSJack F Vogel2011-04-281-0/+5
* - Add the RX refresh changes from igb to ixgbeJack F Vogel2011-04-251-1/+16
* Update driver to version 2.3.8:Jack F Vogel2011-01-191-0/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xJack F Vogel2011-01-071-1/+1
* and the header...Jack F Vogel2010-11-271-0/+3
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-261-9/+13