aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/if_fdir.c
Commit message (Collapse)AuthorAgeFilesLines
* ixgbe: Style pass on FreeBSD part of driverKevin Bowling2024-11-241-12/+12
| | | | | | | Fix up some indentation and reflow long lines MFC after: 3 days Sponsored by: BBOX.io
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Mechanically convert ixgbe(4) to IfAPIJustin Hibbits2023-01-241-2/+2
| | | | | | Reviewed by: erj Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D37845
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-09-261-13/+13
| | | | | | | | | Rename the 'struct adapter' to 'struct ixgbe_softc' to avoid type ambiguity in things like kgdb. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D32131
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-5/+6
| | | | | | | | | | | | | | | | | Initial update to the ixgbe PF and VF drivers to support the iflib interface. The PF driver version is bumped to 4.0.0, and the VF driver version is bumped to 2.0.0. Special thanks to sbruno@ for the support in helping make this conversion happen. Submitted by: Jeb Cramer <cramerj@intel.com>, Krzysztof Galazka (Chris) <krzysztof.galazka@intel.com>, Piotr Pietruszewski <piotr.pietruszewski@intel.com> Reviewed by: sbruno@, shurd@, #IntelNetworking Tested by: Jeffrey Pieper <jeffrey.e.pieper@intel.com>, Sergey Kozlov <kozlov.sergey.404@gmail.com> Sponsored by: Limelight Networks, Intel Corporation Differential Revision: https://reviews.freebsd.org/D11727 Notes: svn path=/head/; revision=327031
* ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner2017-07-051-0/+160
Includes: - Support for X550EM devices. - Support for Bypass adapters. - Flow Director code moved to separate files - SR-IOV code moved to separate files - Netmap code moved to separate files Differential Revision: https://reviews.freebsd.org/D11232 Submitted by: Jeb Cramer <cramerj@intel.com> Reviewed by: erj@ Tested by: Jeff Pieper <jeffrey.e.pieper@intel.com> Sponsored by: Intel Corporation Notes: svn path=/head/; revision=320688