aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl/ixl_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* 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