| Commit message (Expand) | Author | Age | Files | Lines |
* | For igb(4), when we are doing multiqueue, we are all setup to have full 32bit | hiren | 2015-04-21 | 1 | -38/+47 |
* | Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF(). | adrian | 2015-02-25 | 1 | -2/+1 |
* | Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp... | adrian | 2015-02-24 | 1 | -2/+7 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -3/+3 |
* | Revert r275136, it was not approved, it was sloppy, if a feature | jfv | 2014-12-02 | 1 | -46/+8 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -4/+3 |
* | Make igb and ixgbe check tunables at probe time. | alfred | 2014-11-26 | 1 | -11/+46 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 3 | -11/+11 |
* | Various fixes to stats: | jhb | 2014-10-10 | 1 | -7/+37 |
* | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | glebius | 2014-09-28 | 2 | -8/+8 |
* | - Provide igb_get_counter() to return counters that are not collected, | glebius | 2014-09-19 | 1 | -17/+30 |
* | Fix the handling of EOP in status descriptors for if_igb(4) and don't | adrian | 2014-09-18 | 2 | -9/+8 |
* | - Use if_inc_counter() to increment various counters. | glebius | 2014-09-18 | 2 | -31/+53 |
* | Set DROP_EN on each RX queue if transmit flow-control is disabled. | adrian | 2014-09-15 | 1 | -0/+13 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 2 | -24/+24 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 1 | -1/+1 |
* | Update to the current version of netmap. | luigi | 2014-08-16 | 3 | -12/+248 |
* | Fix the igb(4) redirection table to correctly populate. | adrian | 2014-07-23 | 1 | -10/+14 |
* | The description is a bit misleading. Trying to make it more obvious. | hiren | 2014-07-18 | 1 | -1/+1 |
* | Move the "retry:" label so that the calls to m_pullup() are | rmacklem | 2014-07-15 | 1 | -1/+1 |
* | Correct the setting of the VID in transmit descriptors when hardware VLAN | markj | 2014-07-10 | 1 | -1/+1 |
* | Initialise these variables so gcc doesn't complain. | adrian | 2014-06-30 | 1 | -1/+1 |
* | Add initial RSS awareness to the igb(4) driver. | adrian | 2014-06-30 | 1 | -45/+249 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 2 | -21/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 2 | -1/+21 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 2 | -21/+1 |
* | Sync the E1000 shared code with Intel internal, this adds fixes, | jfv | 2014-06-26 | 25 | -229/+806 |
* | - Don't compare bus_dma map pointers for static DMA allocations against | jhb | 2014-06-12 | 3 | -9/+15 |
* | make sure if_transmit returns 0 if the mbuf is enqueued. | luigi | 2014-06-06 | 1 | -2/+2 |
* | Convert em(4) to use the driver API. | marcel | 2014-06-02 | 4 | -447/+373 |
* | reference the correct variable in a comment | luigi | 2014-05-28 | 1 | -1/+1 |
* | e1000: add missing braces | eadler | 2014-05-26 | 1 | -2/+4 |
* | The timestamp bit is number 17, and not number 9, in the stat error | gnn | 2014-01-30 | 1 | -1/+1 |
* | Fix compilation with IGB_LEGACY_TX defined. | glebius | 2014-01-25 | 1 | -0/+2 |
* | It is 2014 and we have a new version of netmap. | luigi | 2014-01-06 | 3 | -4/+4 |
* | use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'. | luigi | 2013-12-26 | 1 | -1/+1 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 3 | -4/+4 |
* | Fix several issues with the busdma(9) KPI use in the e1000 drivers. | kib | 2013-11-02 | 3 | -12/+12 |
* | update to the latest netmap snapshot. | luigi | 2013-11-01 | 4 | -9/+40 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 3 | -0/+3 |
* | Update the Intel igb driver to version 2.4.0 | jfv | 2013-10-09 | 20 | -1202/+2003 |
* | Expose system level ixgbe sysctls. | hiren | 2013-10-05 | 1 | -0/+3 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -1/+1 |
* | Alter the mq_start routine to do a TRYLOCK and call to the locked routine | jfv | 2013-08-13 | 1 | -1/+7 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 3 | -27/+3 |
* | Improve the MSIX setup code in the drivers, thanks to Marius for | jfv | 2013-08-12 | 2 | -11/+23 |
* | Make the various driver MSIX setup routines fallback to MSI more | jfv | 2013-08-06 | 2 | -23/+24 |
* | When the igb driver is static there are cases when early interrupts occur, | jfv | 2013-08-06 | 1 | -0/+4 |
* | Change the E1000 driver option header handling to match the | jfv | 2013-07-12 | 3 | -6/+9 |
* | if_lem.c: make sure that lem_rxeof() can drain the entire rx queue | luigi | 2013-05-09 | 4 | -5/+27 |