aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl/ixl_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-281-8/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-281-1/+2
* ixl(4): Report RX errors as sum of all RX error countersKrzysztof Galazka2021-03-031-7/+9
* ixl(4): Add FW recovery mode support and other thingsEric Joyner2020-06-091-5/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-241-3/+5
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-9/+12
* Fix first-packet completionStephen Hurd2018-11-281-0/+6
* ixl/iavf(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2018-11-081-1/+1
* ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner2018-10-121-32/+217
* As suggested by a comment in ixl_initialize_vsi(), use if_getcapenable(9)Marius Strobl2018-07-151-1/+1
* ixl(4): Update version number to 2.0.0-kEric Joyner2018-06-181-1/+1
* ixl(4): Update to use iflibEric Joyner2018-06-181-1798/+428
* ixl(4): Update to 1.9.9-kEric Joyner2018-05-011-145/+445
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-2/+2
* ixl: Fix mbuf hash type settings.Sepherosa Ziehau2017-09-271-26/+12
* Drop IXL RX lock during TCP_LRO, fixes LOR mahem while holding the RXSean Bruno2017-07-271-3/+4
* ixl: gcc build errorsRyan Libby2017-07-141-2/+0
* ixl(4)/ixlv(4): Stop leaking every busdma entry in receive pathEric Joyner2017-07-131-0/+12
* ixl(4)/ixlv(4): Fix some busdma tags and improper map NULL.Eric Joyner2017-06-101-5/+4
* ixl(4): Update to 1.7.12-kEric Joyner2017-02-101-38/+35
* Fix linker warnings (errors on gcc) that resulted from r304510.Eric Joyner2016-09-011-0/+1
* ixl(4): Update to ixl-1.6.6-k.Sean Bruno2016-08-071-25/+39
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-3/+3
* ixl: Update to 1.4.24-k.Eric Joyner2016-05-121-5/+8
* ixl: Update to 1.4.5-k.Eric Joyner2016-05-121-1/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.Eric Joyner2016-02-241-1/+0
* ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag().Eric Joyner2016-02-191-1/+1
* Remove executable property from several ixl(4) source files.John Baldwin2015-05-191-0/+0
* Replace the DEV_NETMAP code that accidentally got removed in theJack F Vogel2015-03-101-1/+67
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forJack F Vogel2015-03-101-71/+4
* Add native netmap support to ixl.Luigi Rizzo2015-02-241-0/+70
* Bring the XL710 drivers up to the SW3 release level.Jack F Vogel2015-02-201-3/+6
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-1/+1
* Some RSS issues discovered by Adrian, missing header, variableJack F Vogel2015-01-161-2/+6
* Cleanup some bogus code in the RSS config, and add the includeJack F Vogel2015-01-131-0/+1
* Complete the RX side RSS code: parse the encoded portion of the RXJack F Vogel2015-01-131-2/+62
* Move the vsi variable outside of the #ifdef block to unbreak NOIP kernelsBjoern A. Zeeb2015-01-131-1/+1
* Missing RSS support added, this fixes the build, but the codeJack F Vogel2015-01-121-7/+29
* Intel I40E driver updates:Jack F Vogel2015-01-121-4/+4
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-3/+3
* After r274205 unbreak NOIP kernels. vsi is now also used outsideBjoern A. Zeeb2014-11-071-1/+1
* Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18Jack F Vogel2014-11-061-0/+11
* Convert driver to if_get_counter method.Gleb Smirnoff2014-09-271-5/+40
* Hide LRO code under #ifdef INET/INET6 to allow NOIP kernel to compile.Bjoern A. Zeeb2014-09-211-1/+12
* Properly place #ifdef INET and #ifdef INET6 around variable declarationsBjoern A. Zeeb2014-08-291-6/+8
* Fix the NOINET and NOINET6 builds.Jack F Vogel2014-08-291-0/+4
* Remove the DEV_NETMAP code from the ixl drivers, it was a placeholderJack F Vogel2014-08-281-94/+8
* Update to the Intel Base driver for the Intel XL710 Ethernet Controller FamilyJack F Vogel2014-08-221-0/+1696