summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NETMAP code problem in the build.jfv2011-12-101-1/+1
* Part 2 of 2 New deltas for the 1G drivers.jfv2011-12-101-202/+277
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-051-0/+129
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Add read-only sysctls for all of the tunables supported by the igb andjhb2011-06-291-0/+29
* Add an initialization to the error variable, withoutjfv2011-05-051-2/+2
* Fix to an error condition case, when an mbuf chainjfv2011-04-011-16/+6
* Change the refresh_mbuf logic slightly, add an inlinejfv2011-04-011-9/+13
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-2/+2
* This delta updates the em driver to version 7.2.2 which hasjfv2011-03-181-118/+131
* Fix for kern/152853, pullup at the wrong pointjfv2011-01-191-5/+10
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-6/+10
OpenPOWER on IntegriCloud