| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 287914,287762. | Sean Bruno | 2015-09-19 | 26 | -1428/+381 |
* | Add Intel Skylake/I219 Support | Sean Bruno | 2015-09-17 | 2 | -3/+165 |
* | Update em(4) with D3162 after testing further on hardware that failed | Sean Bruno | 2015-09-13 | 24 | -378/+1263 |
* | Revert last two commits to em(4)/igb(4). Reports are coming in that | Sean Bruno | 2015-09-05 | 26 | -1433/+386 |
* | em(4): Add Skylake/I219 support. | Sean Bruno | 2015-09-04 | 2 | -3/+165 |
* | e1000: Shared code updates | Sean Bruno | 2015-09-04 | 24 | -383/+1268 |
* | igb(4): Update and fix HW errata | Sean Bruno | 2015-09-04 | 2 | -150/+117 |
* | Restrict tso_max to IP_MAXPACKET to avoid the panic reported in: | Sean Bruno | 2015-08-31 | 1 | -1/+1 |
* | Style/whitespace cleanup in shared/common code. | Sean Bruno | 2015-08-24 | 13 | -338/+309 |
* | Bump all copywrite dates to 2015 | Sean Bruno | 2015-08-16 | 39 | -39/+39 |
* | e1000/if_lem.c bump to 1.1.0 | Sean Bruno | 2015-08-16 | 2 | -8/+1 |
* | Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC... | Sean Bruno | 2015-08-16 | 2 | -66/+80 |
* | Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on... | Sean Bruno | 2015-08-16 | 1 | -1/+6 |
* | Free mbufs when busdma loading fails. | Hans Petter Selasky | 2015-08-01 | 2 | -6/+0 |
* | Remove unused txd_saved. | Sean Bruno | 2015-07-25 | 1 | -2/+1 |
* | Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESS | Sean Bruno | 2015-07-16 | 1 | -0/+2 |
* | Fix typo in register definition. | Kevin Lo | 2015-07-16 | 1 | -1/+1 |
* | Sync netmap sources with the version in our private tree. | Luigi Rizzo | 2015-07-10 | 3 | -0/+9 |
* | Change EM_MULTIQUEUE to a real kernconf entry and enable support for | Sean Bruno | 2015-06-03 | 3 | -194/+481 |
* | Simplify hang detection by stealing the techniques used in ixl(4) and | Sean Bruno | 2015-06-02 | 2 | -50/+49 |
* | Bump rx_overruns when indicated by the ICR mask. | Sean Bruno | 2015-05-22 | 1 | -0/+3 |
* | Various fixes to the stats in igb(4), ixgbe(4), and ixl(4). | John Baldwin | 2015-04-30 | 1 | -5/+74 |
* | For igb(4), when we are doing multiqueue, we are all setup to have full 32bit | Hiren Panchasara | 2015-04-21 | 1 | -38/+47 |
* | Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF(). | Adrian Chadd | 2015-02-25 | 1 | -2/+1 |
* | Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp... | Adrian Chadd | 2015-02-24 | 1 | -2/+7 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | Adrian Chadd | 2015-01-18 | 1 | -3/+3 |
* | Revert r275136, it was not approved, it was sloppy, if a feature | Jack F Vogel | 2014-12-02 | 1 | -46/+8 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 1 | -4/+3 |
* | Make igb and ixgbe check tunables at probe time. | Alfred Perlstein | 2014-11-26 | 1 | -11/+46 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 3 | -11/+11 |
* | Various fixes to stats: | John Baldwin | 2014-10-10 | 1 | -7/+37 |
* | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | Gleb Smirnoff | 2014-09-28 | 2 | -8/+8 |
* | - Provide igb_get_counter() to return counters that are not collected, | Gleb Smirnoff | 2014-09-19 | 1 | -17/+30 |
* | Fix the handling of EOP in status descriptors for if_igb(4) and don't | Adrian Chadd | 2014-09-18 | 2 | -9/+8 |
* | - Use if_inc_counter() to increment various counters. | Gleb Smirnoff | 2014-09-18 | 2 | -31/+53 |
* | Set DROP_EN on each RX queue if transmit flow-control is disabled. | Adrian Chadd | 2014-09-15 | 1 | -0/+13 |
* | It is actually possible to have if_t a typedef to non-void type, | Gleb Smirnoff | 2014-08-31 | 2 | -24/+24 |
* | Use define from if_var.h to access a field inside struct if_data, | Gleb Smirnoff | 2014-08-30 | 1 | -1/+1 |
* | Update to the current version of netmap. | Luigi Rizzo | 2014-08-16 | 3 | -12/+248 |
* | Fix the igb(4) redirection table to correctly populate. | Adrian Chadd | 2014-07-23 | 1 | -10/+14 |
* | The description is a bit misleading. Trying to make it more obvious. | Hiren Panchasara | 2014-07-18 | 1 | -1/+1 |
* | Move the "retry:" label so that the calls to m_pullup() are | Rick Macklem | 2014-07-15 | 1 | -1/+1 |
* | Correct the setting of the VID in transmit descriptors when hardware VLAN | Mark Johnston | 2014-07-10 | 1 | -1/+1 |
* | Initialise these variables so gcc doesn't complain. | Adrian Chadd | 2014-06-30 | 1 | -1/+1 |
* | Add initial RSS awareness to the igb(4) driver. | Adrian Chadd | 2014-06-30 | 1 | -45/+249 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -21/+1 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -1/+21 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -21/+1 |
* | Sync the E1000 shared code with Intel internal, this adds fixes, | Jack F Vogel | 2014-06-26 | 25 | -229/+806 |
* | - Don't compare bus_dma map pointers for static DMA allocations against | John Baldwin | 2014-06-12 | 3 | -9/+15 |