| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r295133 | marius | 2016-02-04 | 1 | -2/+9 |
* | Sync the e1000 drivers with what's in head as of r294327, modulo parts | marius | 2016-01-27 | 41 | -640/+696 |
* | MFC r290641: | tuexen | 2016-01-17 | 1 | -4/+7 |
* | MFC r292670 | sbruno | 2016-01-14 | 2 | -3/+14 |
* | if_lem: Bring over the missing pieces from -HEAD to make NIC_PARAVIRT work. | adrian | 2015-10-15 | 2 | -1/+17 |
* | MFC r285623: | kevlo | 2015-07-31 | 1 | -1/+1 |
* | MFC r284179, r283959 | sbruno | 2015-06-17 | 3 | -192/+477 |
* | MFC r283923 | sbruno | 2015-06-16 | 2 | -50/+49 |
* | MFC r283290 | sbruno | 2015-05-25 | 1 | -0/+3 |
* | Partial MFC r281838: | hiren | 2015-05-13 | 1 | -2/+19 |
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -2/+2 |
* | MFC 272897: | jhb | 2014-12-16 | 1 | -7/+37 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 3 | -11/+11 |
* | MFC r271784 - Fix the handling of EOP in status descriptors for if_igb(4) | adrian | 2014-10-11 | 2 | -9/+8 |
* | MFC r271645 - Set DROP_EN on each RX queue if transmit flow-control is disabled. | adrian | 2014-10-11 | 1 | -0/+13 |
* | MFC 270063: update of netmap code | luigi | 2014-08-20 | 3 | -12/+248 |
* | MFC 259907 (dates back to december) | luigi | 2014-08-20 | 1 | -1/+1 |
* | 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 | 26 | -242/+812 |
* | MFC svn 267065 and 267187 | luigi | 2014-06-09 | 1 | -2/+2 |
* | Merge r261169: Fix compilation with IGB_LEGACY_TX defined. | glebius | 2014-03-11 | 1 | -0/+2 |
* | MFH: sync the netmap code with the one in HEAD | luigi | 2014-02-18 | 3 | -12/+16 |
* | MFC: 261291 | gnn | 2014-02-07 | 1 | -1/+1 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 3 | -4/+4 |
* | MFC r257541: | kib | 2013-12-17 | 3 | -12/+12 |
* | 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 |
* | simplify the code to initialize the RDT while in netmap mode. | luigi | 2013-05-09 | 2 | -20/+9 |
* | Update Intel email address. | eadler | 2013-05-02 | 1 | -1/+1 |
* | use netmap_rx_irq() and netmap_tx_irq() instead of replicating the | luigi | 2013-04-30 | 1 | -10/+3 |
* | use netmap_rx_irq() / netmap_tx_irq() to handle interrupts in | luigi | 2013-04-30 | 2 | -43/+9 |
* | Corrections to the RX checksum code, make sure its disabled as | jfv | 2013-04-15 | 1 | -25/+18 |
* | Simplify allocate_legacy code, txr pointer was breaking LEGACY compile, | jfv | 2013-04-10 | 1 | -2/+1 |
* | Correct the multicast handling in the E1000 drivers as was | jfv | 2013-04-03 | 3 | -13/+89 |
* | Update man page for igb(4) with a little bit of information about | sbruno | 2013-04-03 | 1 | -1/+2 |
* | Change the define in the header to eliminate unnecessary data | jfv | 2013-03-29 | 1 | -1/+1 |
* | Change defines in the igb driver to allow an easier selection of | jfv | 2013-03-29 | 1 | -18/+18 |
* | Refresh on the shared code for the E1000 drivers. | jfv | 2013-02-21 | 23 | -2089/+2521 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 2 | -18/+40 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 3 | -3/+3 |
* | Fixed mbuf free when receive structures fail to allocate. | smh | 2013-01-12 | 1 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 3 | -14/+14 |