summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2025-10-10ix(4): Add support for debug dump for E610 adaptersBhosale, Yogesh
2025-08-19ix/ixv: Add support for new Intel Ethernet E610 family devicesBhosale, Yogeshnull
2024-11-24ixgbe: Style pass on FreeBSD part of driverKevin Bowling
2024-09-21ixgbe: update if_ix and ixgbe api with ix-3.3.38 changesKevin Bowling
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-07-11ix, ixv: Update link status with autonegotiated baudrate valuePiotr Pietruszewski
2023-02-02ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin
2022-03-04ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski
2022-03-04ixv(4): Allow PF to control the VF link statePiotr Pietruszewski
2021-09-26ixgbe: whitespace cleanup passKevin Bowling
2021-09-26ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling
2021-09-06ixgbe: Use C99 bool typesKevin Bowling
2021-05-03ixgbe: Restore AIM supportSai Rajesh Tallamraju
2021-03-02ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski
2019-09-24ix, ixv: Read msix_bar from device configurationEric Joyner
2019-07-23ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner
2019-01-31ix(4): Run {mod,msf,mbx,fdir,phy}_task in if_update_admin_statusEric Joyner
2018-07-15Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl
2017-12-20ixgbe(4): Convert driver to use iflibEric Joyner
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-05ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner
2016-08-09Consistently use `device_t`Jean-Sébastien Pédron
2016-01-26ixgbe sysctl hardware defaultsSteven Hartland
2015-12-23ixgbe(4): Update to version 3.1.13-kSean Bruno
2015-10-13Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno
2015-07-15Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey
2015-06-01Catch up to the SRIOV API changes in r283670.John Baldwin
2015-06-01Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel
2015-06-01Revert last commit, to remove added skeleton tree.Jack F Vogel
2015-06-01Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel
2015-04-30Add support for certain Intel X550 devices.Eric Joyner
2015-03-18Fix i386 LINT build issues, and remove unused variable.Jack F Vogel
2015-03-17Update to the Intel ixgbe driver:Jack F Vogel
2015-02-28Pad RX copy alignment calculation to avoid illegal memory accessesEnji Cooper
2014-09-15The error bits are not valid with EOP=0; so intermediary fragments shouldAdrian Chadd
2014-08-29* Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-06-18Add quad port probe support, this gives the admin proper information about th...Jack F Vogel
2012-12-20rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo
2012-12-01Patch #11 - The final patch: this one greatly improves theJack F Vogel
2012-11-30Patch #8 Performance changes - this one improves locality,Jack F Vogel
2012-11-30Patch #7 This is primarily about processing limit control.Jack F Vogel
2012-11-30Patch #6 Whitespace cleanup, and removal of some very oldJack F Vogel
2012-11-30Patch #5 Cleanup unused IEEE1588 code fragments, the day mayJack F Vogel
2012-11-30Patch #3 - Add a new ioctl to access SFP+ module diagnosticJack F Vogel
2012-11-30Patch #2 - remove OACTIVE and DEPLETED notions from theJack F Vogel
2012-11-30First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel
2012-09-26Merge similar fixes from 223198 from igb to ixgbe:John Baldwin
2012-08-31Heavily optimize the case of small RX packets of 160 bytes or less. ForScott Long
2012-04-23If we pass down 64k - L2 hdr size + 1 to 64K L3+ data adding an etherBjoern A. Zeeb