| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ixl debug sysctls panic | smh | 2015-11-12 | 1 | -19/+2 |
* | ixl(4): Remove compile warning for unused function. | sbruno | 2015-10-13 | 1 | -0/+4 |
* | Fix for a customer issue with ixl(4): | erj | 2015-07-21 | 1 | -1/+4 |
* | Fix typo in baudrate initialization that was causing ixl to be seen as | gallatin | 2015-06-19 | 1 | -1/+1 |
* | Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared | jfv | 2015-06-05 | 18 | -250/+3259 |
* | Create a separate kobj interface for leaf-driver PCI IOV methods. | jhb | 2015-05-28 | 2 | -7/+8 |
* | Remove executable property from several ixl(4) source files. | jhb | 2015-05-19 | 19 | -0/+0 |
* | Free vsi->queues after use. | araujo | 2015-05-15 | 1 | -1/+1 |
* | Various fixes to the stats in igb(4), ixgbe(4), and ixl(4). | jhb | 2015-04-30 | 1 | -1/+1 |
* | Remove redundant sysctl_handle_string() calls, the sbuf auto-drain takes | ian | 2015-03-15 | 1 | -14/+3 |
* | Replace the DEV_NETMAP code that accidentally got removed in the | jfv | 2015-03-10 | 2 | -1/+92 |
* | This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine for | jfv | 2015-03-10 | 11 | -455/+1983 |
* | Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF(). | adrian | 2015-02-25 | 2 | -4/+2 |
* | Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp... | adrian | 2015-02-24 | 2 | -4/+14 |
* | Add native netmap support to ixl. | luigi | 2015-02-24 | 2 | -0/+92 |
* | Bring the XL710 drivers up to the SW3 release level. | jfv | 2015-02-20 | 12 | -234/+335 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -1/+1 |
* | Some RSS issues discovered by Adrian, missing header, variable | jfv | 2015-01-16 | 3 | -7/+19 |
* | Cleanup some bogus code in the RSS config, and add the include | jfv | 2015-01-13 | 2 | -3/+4 |
* | Complete the RX side RSS code: parse the encoded portion of the RX | jfv | 2015-01-13 | 1 | -2/+62 |
* | Move the vsi variable outside of the #ifdef block to unbreak NOIP kernels | bz | 2015-01-13 | 1 | -1/+1 |
* | Missing RSS support added, this fixes the build, but the code | jfv | 2015-01-12 | 1 | -7/+29 |
* | Intel I40E driver updates: | jfv | 2015-01-12 | 4 | -78/+248 |
* | Update to the shared code for Intel I40E drivers in preparation | jfv | 2015-01-12 | 10 | -270/+970 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -3/+3 |
* | After r274205 unbreak NOIP kernels. vsi is now also used outside | bz | 2014-11-07 | 1 | -1/+1 |
* | Add header file missing from last commit. | jfv | 2014-11-07 | 1 | -0/+76 |
* | Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18 | jfv | 2014-11-06 | 8 | -593/+1069 |
* | ixl: remove i40e_register_x710_int.h | jimharris | 2014-10-21 | 1 | -10713/+0 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -4/+4 |
* | Ensure that ixl_flush() uses a defined register on VFs | rstone | 2014-09-29 | 3 | -4/+11 |
* | Convert driver to if_get_counter method. | glebius | 2014-09-27 | 5 | -34/+138 |
* | Given we are restricting ixl(4) to 64bit platforms now backout the change | bz | 2014-09-23 | 1 | -4/+4 |
* | Hide LRO code under #ifdef INET/INET6 to allow NOIP kernel to compile. | bz | 2014-09-21 | 1 | -1/+12 |
* | Properly hide calls to ARP under #ifdef INET to allow IPv6-only | bz | 2014-09-20 | 2 | -0/+4 |
* | Revert r270808, which were changes to common code (i40e_alloc.h). | bz | 2014-09-18 | 5 | -31/+27 |
* | For consistency with the shared header file (and to avoid confusion | bz | 2014-09-18 | 1 | -22/+22 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 2 | -2/+2 |
* | Try to also unbreak powerpc complaining about | bz | 2014-08-29 | 1 | -4/+4 |
* | These functions are #defined to "osdep" specific names without the "_mem" | bz | 2014-08-29 | 1 | -6/+5 |
* | Properly place #ifdef INET and #ifdef INET6 around variable declarations | bz | 2014-08-29 | 1 | -6/+8 |
* | Properly handle prefetch only for amd64 and i386 as we do elsewhere. | bz | 2014-08-29 | 1 | -0/+4 |
* | First try on fixing some more compile errors without actually testing: | bz | 2014-08-29 | 1 | -5/+5 |
* | Fix the NOINET and NOINET6 builds. | jfv | 2014-08-29 | 1 | -0/+4 |
* | Remove the DEV_NETMAP code from the ixl drivers, it was a placeholder | jfv | 2014-08-28 | 3 | -130/+8 |
* | Some corrections, reformating, and additional info about the VF | jfv | 2014-08-28 | 1 | -26/+94 |
* | Fix build breakage caused by ixl driver | smh | 2014-08-28 | 3 | -3/+5 |
* | Update to the Intel Base driver for the Intel XL710 Ethernet Controller Family | jfv | 2014-08-22 | 26 | -0/+39120 |