| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable/10' into devel | Renato Botelho | 2016-02-28 | 1 | -9/+161 |
|\ |
|
| * | MFC: r295906 | marius | 2016-02-26 | 1 | -1/+3 |
| * | MFC r295323: | erj | 2016-02-25 | 1 | -8/+158 |
* | | Merge remote-tracking branch 'origin/stable/10' into devel | Renato Botelho | 2016-02-05 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | MFC: r295133 | marius | 2016-02-04 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'origin/stable/10' into devel | Renato Botelho | 2016-02-01 | 1 | -210/+265 |
|\ \
| |/ |
|
| * | Sync the e1000 drivers with what's in head as of r294327, modulo parts | marius | 2016-01-27 | 1 | -210/+266 |
* | | Importing pfSense patch iface_iftx_altq_hybrid.diff | Renato Botelho | 2015-08-17 | 1 | -27/+27 |
|/ |
|
* | MFC r284179, r283959 | sbruno | 2015-06-17 | 1 | -189/+441 |
* | MFC r283923 | sbruno | 2015-06-16 | 1 | -43/+34 |
* | MFC r283290 | sbruno | 2015-05-25 | 1 | -0/+3 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -1/+1 |
* | MFC 270063: update of netmap code | luigi | 2014-08-20 | 1 | -4/+4 |
* | MFC: r268726 | rmacklem | 2014-07-29 | 1 | -1/+1 |
* | MFC of R267935: Sync the E1000 shared code to Intel internal, and | jfv | 2014-07-28 | 1 | -2/+9 |
* | MFH: sync the netmap code with the one in HEAD | luigi | 2014-02-18 | 1 | -4/+5 |
* | MFC r257541: | kib | 2013-12-17 | 1 | -2/+4 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -9/+1 |
* | Improve the MSIX setup code in the drivers, thanks to Marius for | jfv | 2013-08-12 | 1 | -7/+14 |
* | Make the various driver MSIX setup routines fallback to MSI more | jfv | 2013-08-06 | 1 | -10/+9 |
* | Change the E1000 driver option header handling to match the | jfv | 2013-07-12 | 1 | -2/+3 |
* | if_lem.c: make sure that lem_rxeof() can drain the entire rx queue | luigi | 2013-05-09 | 1 | -2/+10 |
* | simplify the code to initialize the RDT while in netmap mode. | luigi | 2013-05-09 | 1 | -10/+5 |
* | use netmap_rx_irq() / netmap_tx_irq() to handle interrupts in | luigi | 2013-04-30 | 1 | -21/+4 |
* | Corrections to the RX checksum code, make sure its disabled as | jfv | 2013-04-15 | 1 | -25/+18 |
* | Correct the multicast handling in the E1000 drivers as was | jfv | 2013-04-03 | 1 | -4/+29 |
* | Refresh on the shared code for the E1000 drivers. | jfv | 2013-02-21 | 1 | -18/+26 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 1 | -12/+13 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -5/+5 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+5 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 1 | -1/+3 |
* | This patch fixes a nit in the em, lem, and igb driver statistics. Increment | sbruno | 2012-09-23 | 1 | -1/+1 |
* | Switch some PCI register reads from using magic numbers to using the names | gavin | 2012-09-19 | 1 | -1/+1 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 1 | -3/+3 |
* | Customer report of a panic on boot due to the old | jfv | 2012-08-15 | 1 | -0/+2 |
* | Change the interface to the Energy Efficient Ethernet (EEE) | jfv | 2012-07-07 | 1 | -4/+29 |
* | Sync with Intel internal source: | jfv | 2012-07-05 | 1 | -1/+1 |
* | Initialize "error" to zero when it's declared in em_setup_receive_ring() | kevlo | 2012-05-11 | 1 | -1/+1 |
* | Fix a few issues with transmit handling in em(4) and igb(4): | jhb | 2012-03-30 | 1 | -33/+63 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 1 | -4/+5 |
* | (This commit only touches code within the DEV_NETMAP blocks) | luigi | 2012-02-15 | 1 | -7/+2 |
* | clear the pointer after freeing the mbuf. Without that, we | luigi | 2012-01-12 | 1 | -0/+1 |
* | fix the initialization of the rings when netmap is used, | luigi | 2012-01-12 | 1 | -62/+25 |
* | small code cleanup in preparation for future modifications in | luigi | 2012-01-10 | 1 | -14/+18 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | When extracting the VLAN tag from if_em and if_lem receive descriptor | rwatson | 2012-01-05 | 1 | -2/+1 |
* | Last change still had an issue, one more time... | jfv | 2011-12-11 | 1 | -3/+3 |
* | Correct LINT build issues in the ioctl code. | jfv | 2011-12-11 | 1 | -3/+7 |