summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* Fix phy interrupts setup for ixlsmh2016-01-291-3/+3
* Fix ixl(4) compilation with PCI_IOV pre-r266974ngie2016-01-031-0/+4
* Fix ixl debug sysctls panicsmh2015-11-121-19/+2
* ixl(4): Remove compile warning for unused function.sbruno2015-10-131-0/+4
* Fix for a customer issue with ixl(4):erj2015-07-211-1/+4
* Fix typo in baudrate initialization that was causing ixl to be seen asgallatin2015-06-191-1/+1
* Update SW4 to the Intel ixl/ixlv drivers. This is primarily a sharedjfv2015-06-0518-250/+3259
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-282-7/+8
* Remove executable property from several ixl(4) source files.jhb2015-05-1919-0/+0
* Free vsi->queues after use.araujo2015-05-151-1/+1
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).jhb2015-04-301-1/+1
* Remove redundant sysctl_handle_string() calls, the sbuf auto-drain takesian2015-03-151-14/+3
* Replace the DEV_NETMAP code that accidentally got removed in thejfv2015-03-102-1/+92
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forjfv2015-03-1011-455/+1983
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().adrian2015-02-252-4/+2
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...adrian2015-02-242-4/+14
* Add native netmap support to ixl.luigi2015-02-242-0/+92
* Bring the XL710 drivers up to the SW3 release level.jfv2015-02-2012-234/+335
* 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