| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |