summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+1
* Some RSS issues discovered by Adrian, missing header, variablejfv2015-01-163-7/+19
* Cleanup some bogus code in the RSS config, and add the includejfv2015-01-132-3/+4
* Complete the RX side RSS code: parse the encoded portion of the RXjfv2015-01-131-2/+62
* Move the vsi variable outside of the #ifdef block to unbreak NOIP kernelsbz2015-01-131-1/+1
* Missing RSS support added, this fixes the build, but the codejfv2015-01-121-7/+29
* Intel I40E driver updates:jfv2015-01-124-78/+248
* Update to the shared code for Intel I40E drivers in preparationjfv2015-01-1210-270/+970
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-3/+3
* After r274205 unbreak NOIP kernels. vsi is now also used outsidebz2014-11-071-1/+1
* Add header file missing from last commit.jfv2014-11-071-0/+76
* Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18jfv2014-11-068-593/+1069
* ixl: remove i40e_register_x710_int.hjimharris2014-10-211-10713/+0
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-4/+4
* Ensure that ixl_flush() uses a defined register on VFsrstone2014-09-293-4/+11
* Convert driver to if_get_counter method.glebius2014-09-275-34/+138
* Given we are restricting ixl(4) to 64bit platforms now backout the changebz2014-09-231-4/+4
* Hide LRO code under #ifdef INET/INET6 to allow NOIP kernel to compile.bz2014-09-211-1/+12
* Properly hide calls to ARP under #ifdef INET to allow IPv6-onlybz2014-09-202-0/+4
* Revert r270808, which were changes to common code (i40e_alloc.h).bz2014-09-185-31/+27
* For consistency with the shared header file (and to avoid confusionbz2014-09-181-22/+22
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-302-2/+2
* Try to also unbreak powerpc complaining aboutbz2014-08-291-4/+4
* These functions are #defined to "osdep" specific names without the "_mem"bz2014-08-291-6/+5
* Properly place #ifdef INET and #ifdef INET6 around variable declarationsbz2014-08-291-6/+8
* Properly handle prefetch only for amd64 and i386 as we do elsewhere.bz2014-08-291-0/+4
* First try on fixing some more compile errors without actually testing:bz2014-08-291-5/+5
* Fix the NOINET and NOINET6 builds.jfv2014-08-291-0/+4
* Remove the DEV_NETMAP code from the ixl drivers, it was a placeholderjfv2014-08-283-130/+8
* Some corrections, reformating, and additional info about the VFjfv2014-08-281-26/+94
* Fix build breakage caused by ixl driversmh2014-08-283-3/+5
* Update to the Intel Base driver for the Intel XL710 Ethernet Controller Familyjfv2014-08-2226-0/+39120
OpenPOWER on IntegriCloud