summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-281-9/+161
|\
| * MFC: r295906marius2016-02-261-1/+3
| * MFC r295323:erj2016-02-251-8/+158
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-051-2/+9
|\ \ | |/
| * MFC: r295133marius2016-02-041-2/+9
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-011-210/+265
|\ \ | |/
| * Sync the e1000 drivers with what's in head as of r294327, modulo partsmarius2016-01-271-210/+266
* | Importing pfSense patch iface_iftx_altq_hybrid.diffRenato Botelho2015-08-171-27/+27
|/
* MFC r284179, r283959sbruno2015-06-171-189/+441
* MFC r283923sbruno2015-06-161-43/+34
* MFC r283290sbruno2015-05-251-0/+3
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC 270063: update of netmap codeluigi2014-08-201-4/+4
* MFC: r268726rmacklem2014-07-291-1/+1
* MFC of R267935: Sync the E1000 shared code to Intel internal, andjfv2014-07-281-2/+9
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-4/+5
* MFC r257541:kib2013-12-171-2/+4
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-9/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-121-7/+14
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-061-10/+9
* Change the E1000 driver option header handling to match thejfv2013-07-121-2/+3
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueluigi2013-05-091-2/+10
* simplify the code to initialize the RDT while in netmap mode.luigi2013-05-091-10/+5
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-301-21/+4
* Corrections to the RX checksum code, make sure its disabled asjfv2013-04-151-25/+18
* Correct the multicast handling in the E1000 drivers as wasjfv2013-04-031-4/+29
* Refresh on the shared code for the E1000 drivers.jfv2013-02-211-18/+26
* This fixes a out-of-order problem with severalrrs2013-02-071-12/+13
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-1/+3
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-231-1/+1
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-191-1/+1
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-3/+3
* Customer report of a panic on boot due to the oldjfv2012-08-151-0/+2
* Change the interface to the Energy Efficient Ethernet (EEE)jfv2012-07-071-4/+29
* Sync with Intel internal source:jfv2012-07-051-1/+1
* Initialize "error" to zero when it's declared in em_setup_receive_ring()kevlo2012-05-111-1/+1
* Fix a few issues with transmit handling in em(4) and igb(4):jhb2012-03-301-33/+63
* A bunch of netmap fixes:luigi2012-02-271-4/+5
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-151-7/+2
* clear the pointer after freeing the mbuf. Without that, weluigi2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,luigi2012-01-121-62/+25
* small code cleanup in preparation for future modifications inluigi2012-01-101-14/+18
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* When extracting the VLAN tag from if_em and if_lem receive descriptorrwatson2012-01-051-2/+1
* Last change still had an issue, one more time...jfv2011-12-111-3/+3
* Correct LINT build issues in the ioctl code.jfv2011-12-111-3/+7
OpenPOWER on IntegriCloud