aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ix_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Style pass on FreeBSD part of driverKevin Bowling2024-11-271-49/+57
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-281-10/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-281-3/+3
* ixgbe: whitespace cleanup passKevin Bowling2021-09-261-2/+0
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-09-261-25/+22
* ixgbe: Use C99 bool typesKevin Bowling2021-09-071-6/+6
* ixgbe: Clean up ix_txrxKevin Bowling2021-07-181-47/+40
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-081-2/+0
* if_ixv: disable RSS configuration on 82599 and X540 VFsAndriy Gapon2019-11-051-0/+6
* ix(4),ixv(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2019-01-311-1/+1
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-2/+2
* Fix first-packet completionStephen Hurd2018-11-281-0/+2
* em/igb/ix(4): Port two Tx/Rx fixes made to ixl in r339338Eric Joyner2018-10-141-13/+8
* ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced NetworkingEric Joyner2018-09-111-1/+2
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-191-0/+1
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-8/+8
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-2011/+358
* Drop ixgbe RX lock during TCP_LRO processing. This eliminates a "storm"Sean Bruno2017-07-251-4/+4
* ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner2017-07-051-850/+758
* Fix a double free in ixgbe_rxeof()Sean Bruno2017-04-051-21/+9
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* Correct possible underflow conditions when checking for available spaceSean Bruno2016-04-181-1/+1
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsBjoern A. Zeeb2015-12-261-0/+2
* Fix NO INET6 build broken at svn r292674Sean Bruno2015-12-241-0/+2
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-66/+67
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno2015-10-131-3/+3
* Remove FreeBSD version check for deprecated M_FLOWID.Hiren Panchasara2015-07-151-4/+0
* Expose full 32bit RSS hash from card regardless of whether RSS is defined orHiren Panchasara2015-07-141-45/+52
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-9/+24
* Revert last commit, to remove added skeleton tree.Jack F Vogel2015-06-011-24/+9
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-9/+24
* Add support for certain Intel X550 devices.Eric Joyner2015-04-301-20/+37
* Make changes to busdma code in tx/rx path similar to the ones made in r257541.Eric Joyner2015-04-011-4/+3
* Fix building ixgbe with gcc, it doesn't like nested extern declarations.Andrew Turner2015-03-191-1/+2
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.Adrian Chadd2015-03-181-0/+1
* Resolve a few build issues, add module directories back into Makefile,Jack F Vogel2015-03-171-0/+7
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-0/+2259