summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* It is 2014 and we have a new version of netmap.luigi2014-01-063-4/+4
* use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'.luigi2013-12-261-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-4/+4
* Fix several issues with the busdma(9) KPI use in the e1000 drivers.kib2013-11-023-12/+12
* update to the latest netmap snapshot.luigi2013-11-014-9/+40
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Update the Intel igb driver to version 2.4.0jfv2013-10-0920-1202/+2003
* Expose system level ixgbe sysctls.hiren2013-10-051-0/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-1/+1
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-123-27/+3
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-122-11/+23
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-062-23/+24
* When the igb driver is static there are cases when early interrupts occur,jfv2013-08-061-0/+4
* Change the E1000 driver option header handling to match thejfv2013-07-123-6/+9
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueluigi2013-05-094-5/+27
* simplify the code to initialize the RDT while in netmap mode.luigi2013-05-092-20/+9
* Update Intel email address.eadler2013-05-021-1/+1
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theluigi2013-04-301-10/+3
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-302-43/+9
* Corrections to the RX checksum code, make sure its disabled asjfv2013-04-151-25/+18
* Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,jfv2013-04-101-2/+1
* Correct the multicast handling in the E1000 drivers as wasjfv2013-04-033-13/+89
* Update man page for igb(4) with a little bit of information aboutsbruno2013-04-031-1/+2
* Change the define in the header to eliminate unnecessary datajfv2013-03-291-1/+1
* Change defines in the igb driver to allow an easier selection ofjfv2013-03-291-18/+18
* Refresh on the shared code for the E1000 drivers.jfv2013-02-2123-2089/+2521
* This fixes a out-of-order problem with severalrrs2013-02-072-18/+40
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-303-3/+3
* Fixed mbuf free when receive structures fail to allocate.smh2013-01-121-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-14/+14
* drbr_enqueue() awlays consumes mbuf, no matter did itglebius2012-11-261-27/+13
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-223-0/+15
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-223-15/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-282-2/+6
* Merge similar fixes from 223198 from igb to ixgbe:jhb2012-09-261-1/+1
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-233-3/+3
* 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
* Correct double "the the"eadler2012-09-142-2/+2
* Customer report of a panic on boot due to the oldjfv2012-08-151-0/+2
* Make the polling interface in igb able to handlejfv2012-08-061-19/+19
* Correct the mq_start routine to avoid out-of-orderjfv2012-08-061-3/+11
* CPU_NEXT() already handles wrapping around to the beginning. Also, in asbruno2012-08-021-1/+0
* Clean up some unused leftover code from emjfv2012-07-311-74/+30
* remove some extra testing code that slipped into the previous commitluigi2012-07-251-33/+0
* Use legacy interrupts as a default. This gives up to 10% speedupluigi2012-07-251-0/+34
* Change the interface to the Energy Efficient Ethernet (EEE)jfv2012-07-072-8/+57
OpenPOWER on IntegriCloud